#609006

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

Shades of Olive Drab #609006

Tints of Olive Drab #609006

Color information

#609006 (or 0x609006) is unknown color: approx Olive Drab. HEX triplet: 60, 90 and 06. RGB value is (96,144,6). Sum of RGB (Red+Green+Blue) = 96+144+6=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #609006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609006 is #9F6FF9. Grayscale: #727272. Windows color (decimal): -10448890 or 430176. OLE color: 430176.

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

Color convert

RGB961446-
CMYK0.3300.960.44
HSL80.87º92%29.41%-
HSV(B)80.87º95.83%56.47%-
XYZ14.8322.453.72-
YUV113.9267.1115.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 144 (56.64% from 255) = 58.54%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=39.02%
G=58.54%
B=2.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9614460.3300.960.4480.879229.41
Hex60906210602C515c1d
Octal14022064101405412113435
Binary110000010010000110100001011000001011001010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609006; }

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

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

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

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

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

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

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

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