#759022

Color #759022 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #759022

Tints of Olive Drab #759022

Color information

#759022 (or 0x759022) is unknown color: approx Olive Drab. HEX triplet: 75, 90 and 22. RGB value is (117,144,34). Sum of RGB (Red+Green+Blue) = 117+144+34=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #759022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759022 is #8A6FDD. Grayscale: #7B7B7B. Windows color (decimal): -9072606 or 2265205. OLE color: 2265205.

HSL color Cylindrical-coordinate representation of color #759022: hue angle of 74.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759022 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB11714434-
CMYK0.1900.760.44
HSL74.73º61.8%34.9%-
HSV(B)74.73º76.39%56.47%-
XYZ17.623.845.19-
YUV123.3977.55123.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=39.66%
G=48.81%
B=11.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144340.1900.760.4474.7361.834.9
Hex7590221304C2C4b3e23
Octal16522042230114541137643
Binary11101011001000010001010011010011001011001001011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759022; }

 p { color: rgb(117,144,34); }

 H1.HeaderClassName
 {
   color: #759022;
 }
 .AnyTagClassName
 {
   color: #759022;
 }
</style>
background-color css

<style>
 a { background-color: #759022; }

 a { background-color: rgb(117,144,34); }

 div.DivClassName
 {
   background-color: #759022;
 }
 .BgClassName
 {
   background-color: #759022;
 }
</style>
border-color css

<style>
 span { border-color: #759022; }

 span { border-color: rgb(117,144,34); }

 td.TdClassName
 {
   border-color: #759022;
 }
 .TagClassName
 {
   border-color: #759022;
 }
</style>