Shades of Olive Drab #608C08
Tints of Olive Drab #608C08
RGB
CMYK
RGB Variations
Color information
#608C08 (or 0x608C08) is known color: Olive Drab. HEX triplet: 60, 8C and 08. RGB value is (96,140,8). Sum of RGB (Red+Green+Blue) = 96+140+8=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #608C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C08 is #9F73F7. Grayscale: #707070. Windows color (decimal): -10449912 or 560224. OLE color: 560224.
HSL color Cylindrical-coordinate representation of color #608C08: hue angle of 80º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #608C08 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 8 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.45 |
| HSL | 80º | 0.89% | 0.29% | - |
| HSV(B) | 80º | 0.94% | 0.55% | - |
| XYZ | 14.25 | 21.26 | 3.58 | - |
| YUV | 111.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 8 | 0.31 | 0 | 0.94 | 0.45 | 80 | 0.89 | 0.29 |
| Hex | 60 | 8C | 8 | 1F | 0 | 5E | 2D | 50 | 59 | 1D |
| Octal | 140 | 214 | 10 | 37 | 0 | 136 | 55 | 120 | 131 | 35 |
| Binary | 1100000 | 10001100 | 1000 | 11111 | 0 | 1011110 | 101101 | 1010000 | 1011001 | 11101 |
Color Harmonies of #608C08
Complementary color
Monochromatic Colors of #608C08
Black with #608C08
Text Example
Text Example
White with #608C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C08; }
p { color: rgb(96,140,8); }
H1.HeaderClassName
{
color: #608C08;
}
.AnyTagClassName
{
color: #608C08;
}
</style>
background-color css
<style>
a { background-color: #608C08; }
a { background-color: rgb(96,140,8); }
div.DivClassName
{
background-color: #608C08;
}
.BgClassName
{
background-color: #608C08;
}
</style>
border-color css
<style>
span { border-color: #608C08; }
span { border-color: rgb(96,140,8); }
td.TdClassName
{
border-color: #608C08;
}
.TagClassName
{
border-color: #608C08;
}
</style>