#759616

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

Shades of Olive Drab #759616

Tints of Olive Drab #759616

Color information

#759616 (or 0x759616) is unknown color: approx Olive Drab. HEX triplet: 75, 96 and 16. RGB value is (117,150,22). Sum of RGB (Red+Green+Blue) = 117+150+22=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #759616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759616 is #8A69E9. Grayscale: #7E7E7E. Windows color (decimal): -9071082 or 1480309. OLE color: 1480309.

HSL color Cylindrical-coordinate representation of color #759616: hue angle of 75.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #759616 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB11715022-
CMYK0.2200.850.41
HSL75.47º74.42%33.73%-
HSV(B)75.47º85.33%58.82%-
XYZ18.3925.654.74-
YUV125.5469.57121.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=40.48%
G=51.90%
B=7.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150220.2200.850.4175.4774.4233.73
Hex75961616055294b4a22
Octal165226262601255111311242
Binary11101011001011010110101100101010110100110010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759616; }

 p { color: rgb(117,150,22); }

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

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

 a { background-color: rgb(117,150,22); }

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

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

 span { border-color: rgb(117,150,22); }

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