Shades of Olive Drab #608E19
Tints of Olive Drab #608E19
RGB
CMYK
RGB Variations
Color information
#608E19 (or 0x608E19) is known color: Olive Drab. HEX triplet: 60, 8E and 19. RGB value is (96,142,25). Sum of RGB (Red+Green+Blue) = 96+142+25=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #608E19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608E19 is #9F71E6. Grayscale: #737373. Windows color (decimal): -10449383 or 1674848. OLE color: 1674848.
HSL color Cylindrical-coordinate representation of color #608E19: hue angle of 83.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608E19 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 25 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.44 |
| HSL | 83.59º | 0.7% | 0.33% | - |
| HSV(B) | 83.59º | 0.82% | 0.56% | - |
| XYZ | 14.67 | 21.9 | 4.37 | - |
| YUV | 114.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 25 | 0.32 | 0 | 0.82 | 0.44 | 83.59 | 0.7 | 0.33 |
| Hex | 60 | 8E | 19 | 20 | 0 | 52 | 2C | 54 | 46 | 21 |
| Octal | 140 | 216 | 31 | 40 | 0 | 122 | 54 | 124 | 106 | 41 |
| Binary | 1100000 | 10001110 | 11001 | 100000 | 0 | 1010010 | 101100 | 1010100 | 1000110 | 100001 |
Color Harmonies of #608E19
Complementary color
Monochromatic Colors of #608E19
Black with #608E19
Text Example
Text Example
White with #608E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E19; }
p { color: rgb(96,142,25); }
H1.HeaderClassName
{
color: #608E19;
}
.AnyTagClassName
{
color: #608E19;
}
</style>
background-color css
<style>
a { background-color: #608E19; }
a { background-color: rgb(96,142,25); }
div.DivClassName
{
background-color: #608E19;
}
.BgClassName
{
background-color: #608E19;
}
</style>
border-color css
<style>
span { border-color: #608E19; }
span { border-color: rgb(96,142,25); }
td.TdClassName
{
border-color: #608E19;
}
.TagClassName
{
border-color: #608E19;
}
</style>