#609008

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

Shades of Olive Drab #609008

Tints of Olive Drab #609008

Color information

#609008 (or 0x609008) is unknown color: approx Olive Drab. HEX triplet: 60, 90 and 08. RGB value is (96,144,8). Sum of RGB (Red+Green+Blue) = 96+144+8=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #609008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609008 is #9F6FF7. Grayscale: #727272. Windows color (decimal): -10448888 or 561248. OLE color: 561248.

HSL color Cylindrical-coordinate representation of color #609008: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #609008 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB961448-
CMYK0.3300.940.44
HSL81.18º89.47%29.8%-
HSV(B)81.18º94.44%56.47%-
XYZ14.8422.453.78-
YUV114.1468.1115.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 144 (56.64% from 255) = 58.06%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=38.71%
G=58.06%
B=3.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9614480.3300.940.4481.1889.4729.8
Hex609082105E2C51591e
Octal140220104101365412113136
Binary1100000100100001000100001010111101011001010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609008; }

 p { color: rgb(96,144,8); }

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

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

 a { background-color: rgb(96,144,8); }

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

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

 span { border-color: rgb(96,144,8); }

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