Shades of Olive Drab #608917
Tints of Olive Drab #608917
RGB
CMYK
RGB Variations
Color information
#608917 (or 0x608917) is known color: Olive Drab. HEX triplet: 60, 89 and 17. RGB value is (96,137,23). Sum of RGB (Red+Green+Blue) = 96+137+23=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #608917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608917 is #9F76E8. Grayscale: #707070. Windows color (decimal): -10450665 or 1542496. OLE color: 1542496.
HSL color Cylindrical-coordinate representation of color #608917: hue angle of 81.58º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #608917 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 23 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.46 |
| HSL | 81.58º | 0.71% | 0.31% | - |
| HSV(B) | 81.58º | 0.83% | 0.54% | - |
| XYZ | 13.92 | 20.44 | 4.02 | - |
| YUV | 111.75 | 77.92 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 23 | 0.30 | 0 | 0.83 | 0.46 | 81.58 | 0.71 | 0.31 |
| Hex | 60 | 89 | 17 | 1E | 0 | 53 | 2E | 52 | 47 | 1F |
| Octal | 140 | 211 | 27 | 36 | 0 | 123 | 56 | 122 | 107 | 37 |
| Binary | 1100000 | 10001001 | 10111 | 11110 | 0 | 1010011 | 101110 | 1010010 | 1000111 | 11111 |
Color Harmonies of #608917
Complementary color
Monochromatic Colors of #608917
Black with #608917
Text Example
Text Example
White with #608917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608917; }
p { color: rgb(96,137,23); }
H1.HeaderClassName
{
color: #608917;
}
.AnyTagClassName
{
color: #608917;
}
</style>
background-color css
<style>
a { background-color: #608917; }
a { background-color: rgb(96,137,23); }
div.DivClassName
{
background-color: #608917;
}
.BgClassName
{
background-color: #608917;
}
</style>
border-color css
<style>
span { border-color: #608917; }
span { border-color: rgb(96,137,23); }
td.TdClassName
{
border-color: #608917;
}
.TagClassName
{
border-color: #608917;
}
</style>