Shades of Olive Drab #608C19
Tints of Olive Drab #608C19
RGB
CMYK
RGB Variations
Color information
#608C19 (or 0x608C19) is known color: Olive Drab. HEX triplet: 60, 8C and 19. RGB value is (96,140,25). Sum of RGB (Red+Green+Blue) = 96+140+25=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #608C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C19 is #9F73E6. Grayscale: #727272. Windows color (decimal): -10449895 or 1674336. OLE color: 1674336.
HSL color Cylindrical-coordinate representation of color #608C19: hue angle of 82.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608C19 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 25 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.45 |
| HSL | 82.96º | 0.7% | 0.32% | - |
| HSV(B) | 82.96º | 0.82% | 0.55% | - |
| XYZ | 14.38 | 21.31 | 4.28 | - |
| YUV | 113.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 25 | 0.31 | 0 | 0.82 | 0.45 | 82.96 | 0.7 | 0.32 |
| Hex | 60 | 8C | 19 | 1F | 0 | 52 | 2D | 53 | 46 | 20 |
| Octal | 140 | 214 | 31 | 37 | 0 | 122 | 55 | 123 | 106 | 40 |
| Binary | 1100000 | 10001100 | 11001 | 11111 | 0 | 1010010 | 101101 | 1010011 | 1000110 | 100000 |
Color Harmonies of #608C19
Complementary color
Monochromatic Colors of #608C19
Black with #608C19
Text Example
Text Example
White with #608C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C19; }
p { color: rgb(96,140,25); }
H1.HeaderClassName
{
color: #608C19;
}
.AnyTagClassName
{
color: #608C19;
}
</style>
background-color css
<style>
a { background-color: #608C19; }
a { background-color: rgb(96,140,25); }
div.DivClassName
{
background-color: #608C19;
}
.BgClassName
{
background-color: #608C19;
}
</style>
border-color css
<style>
span { border-color: #608C19; }
span { border-color: rgb(96,140,25); }
td.TdClassName
{
border-color: #608C19;
}
.TagClassName
{
border-color: #608C19;
}
</style>