Shades of Olive Drab #608C16
Tints of Olive Drab #608C16
RGB
CMYK
RGB Variations
Color information
#608C16 (or 0x608C16) is known color: Olive Drab. HEX triplet: 60, 8C and 16. RGB value is (96,140,22). Sum of RGB (Red+Green+Blue) = 96+140+22=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #608C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C16 is #9F73E9. Grayscale: #717171. Windows color (decimal): -10449898 or 1477728. OLE color: 1477728.
HSL color Cylindrical-coordinate representation of color #608C16: hue angle of 82.37º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608C16 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 22 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.45 |
| HSL | 82.37º | 0.73% | 0.32% | - |
| HSV(B) | 82.37º | 0.84% | 0.55% | - |
| XYZ | 14.35 | 21.3 | 4.11 | - |
| YUV | 113.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 22 | 0.31 | 0 | 0.84 | 0.45 | 82.37 | 0.73 | 0.32 |
| Hex | 60 | 8C | 16 | 1F | 0 | 54 | 2D | 52 | 49 | 20 |
| Octal | 140 | 214 | 26 | 37 | 0 | 124 | 55 | 122 | 111 | 40 |
| Binary | 1100000 | 10001100 | 10110 | 11111 | 0 | 1010100 | 101101 | 1010010 | 1001001 | 100000 |
Color Harmonies of #608C16
Complementary color
Monochromatic Colors of #608C16
Black with #608C16
Text Example
Text Example
White with #608C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C16; }
p { color: rgb(96,140,22); }
H1.HeaderClassName
{
color: #608C16;
}
.AnyTagClassName
{
color: #608C16;
}
</style>
background-color css
<style>
a { background-color: #608C16; }
a { background-color: rgb(96,140,22); }
div.DivClassName
{
background-color: #608C16;
}
.BgClassName
{
background-color: #608C16;
}
</style>
border-color css
<style>
span { border-color: #608C16; }
span { border-color: rgb(96,140,22); }
td.TdClassName
{
border-color: #608C16;
}
.TagClassName
{
border-color: #608C16;
}
</style>