#609019

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

Shades of Olive Drab #609019

Tints of Olive Drab #609019

Color information

#609019 (or 0x609019) is unknown color: approx Olive Drab. HEX triplet: 60, 90 and 19. RGB value is (96,144,25). Sum of RGB (Red+Green+Blue) = 96+144+25=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #609019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609019 is #9F6FE6. Grayscale: #747474. Windows color (decimal): -10448871 or 1675360. OLE color: 1675360.

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

Color convert

RGB9614425-
CMYK0.3300.830.44
HSL84.2º70.41%33.14%-
HSV(B)84.2º82.64%56.47%-
XYZ14.9722.54.47-
YUV116.0876.6113.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=36.23%
G=54.34%
B=9.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96144250.3300.830.4484.270.4133.14
Hex609019210532C544621
Octal140220314101235412410641
Binary110000010010000110011000010101001110110010101001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609019; }

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

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

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

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

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

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

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

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