#609112

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

Shades of Olive Drab #609112

Tints of Olive Drab #609112

Color information

#609112 (or 0x609112) is unknown color: approx Olive Drab. HEX triplet: 60, 91 and 12. RGB value is (96,145,18). Sum of RGB (Red+Green+Blue) = 96+145+18=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #609112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609112 is #9F6EED. Grayscale: #747474. Windows color (decimal): -10448622 or 1216864. OLE color: 1216864.

HSL color Cylindrical-coordinate representation of color #609112: hue angle of 83.15º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #609112 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB9614518-
CMYK0.3400.880.43
HSL83.15º77.91%31.96%-
HSV(B)83.15º87.59%56.86%-
XYZ15.0622.784.18-
YUV115.8772.77113.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=37.07%
G=55.98%
B=6.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96145180.3400.880.4383.1577.9131.96
Hex609112220582B534e20
Octal140221224201305312311640
Binary110000010010001100101000100101100010101110100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609112; }

 p { color: rgb(96,145,18); }

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

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

 a { background-color: rgb(96,145,18); }

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

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

 span { border-color: rgb(96,145,18); }

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