#608A19

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

Shades of Olive Drab #608A19

Tints of Olive Drab #608A19

Color information

#608A19 (or 0x608A19) is unknown color: approx Olive Drab. HEX triplet: 60, 8A and 19. RGB value is (96,138,25). Sum of RGB (Red+Green+Blue) = 96+138+25=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #608A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608A19 is #9F75E6. Grayscale: #707070. Windows color (decimal): -10450407 or 1673824. OLE color: 1673824.

HSL color Cylindrical-coordinate representation of color #608A19: hue angle of 82.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608A19 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB9613825-
CMYK0.3000.820.46
HSL82.3º69.33%31.96%-
HSV(B)82.3º81.88%54.12%-
XYZ14.0920.734.18-
YUV112.5678.59116.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=37.07%
G=53.28%
B=9.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96138250.3000.820.4682.369.3331.96
Hex608A191E0522E524520
Octal140212313601225612210540
Binary11000001000101011001111100101001010111010100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608A19; }

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

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

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

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

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

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

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

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