Shades of Olive Drab #608D18
Tints of Olive Drab #608D18
RGB
CMYK
RGB Variations
Color information
#608D18 (or 0x608D18) is known color: Olive Drab. HEX triplet: 60, 8D and 18. RGB value is (96,141,24). Sum of RGB (Red+Green+Blue) = 96+141+24=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #608D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D18 is #9F72E7. Grayscale: #727272. Windows color (decimal): -10449640 or 1609056. OLE color: 1609056.
HSL color Cylindrical-coordinate representation of color #608D18: hue angle of 83.08º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #608D18 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 24 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.45 |
| HSL | 83.08º | 0.71% | 0.32% | - |
| HSV(B) | 83.08º | 0.83% | 0.55% | - |
| XYZ | 14.51 | 21.6 | 4.27 | - |
| YUV | 114.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 24 | 0.32 | 0 | 0.83 | 0.45 | 83.08 | 0.71 | 0.32 |
| Hex | 60 | 8D | 18 | 20 | 0 | 53 | 2D | 53 | 47 | 20 |
| Octal | 140 | 215 | 30 | 40 | 0 | 123 | 55 | 123 | 107 | 40 |
| Binary | 1100000 | 10001101 | 11000 | 100000 | 0 | 1010011 | 101101 | 1010011 | 1000111 | 100000 |
Color Harmonies of #608D18
Complementary color
Monochromatic Colors of #608D18
Black with #608D18
Text Example
Text Example
White with #608D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D18; }
p { color: rgb(96,141,24); }
H1.HeaderClassName
{
color: #608D18;
}
.AnyTagClassName
{
color: #608D18;
}
</style>
background-color css
<style>
a { background-color: #608D18; }
a { background-color: rgb(96,141,24); }
div.DivClassName
{
background-color: #608D18;
}
.BgClassName
{
background-color: #608D18;
}
</style>
border-color css
<style>
span { border-color: #608D18; }
span { border-color: rgb(96,141,24); }
td.TdClassName
{
border-color: #608D18;
}
.TagClassName
{
border-color: #608D18;
}
</style>