Shades of Olive Drab #608018
Tints of Olive Drab #608018
RGB
CMYK
RGB Variations
Color information
#608018 (or 0x608018) is known color: Olive Drab. HEX triplet: 60, 80 and 18. RGB value is (96,128,24). Sum of RGB (Red+Green+Blue) = 96+128+24=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #608018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608018 is #9F7FE7. Grayscale: #6A6A6A. Windows color (decimal): -10452968 or 1605728. OLE color: 1605728.
HSL color Cylindrical-coordinate representation of color #608018: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #608018 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 24 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.50 |
| HSL | 78.46º | 0.68% | 0.3% | - |
| HSV(B) | 78.46º | 0.81% | 0.5% | - |
| XYZ | 12.71 | 17.99 | 3.67 | - |
| YUV | 106.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 24 | 0.25 | 0 | 0.81 | 0.50 | 78.46 | 0.68 | 0.3 |
| Hex | 60 | 80 | 18 | 19 | 0 | 51 | 32 | 4E | 44 | 1E |
| Octal | 140 | 200 | 30 | 31 | 0 | 121 | 62 | 116 | 104 | 36 |
| Binary | 1100000 | 10000000 | 11000 | 11001 | 0 | 1010001 | 110010 | 1001110 | 1000100 | 11110 |
Color Harmonies of #608018
Complementary color
Monochromatic Colors of #608018
Black with #608018
Text Example
Text Example
White with #608018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608018; }
p { color: rgb(96,128,24); }
H1.HeaderClassName
{
color: #608018;
}
.AnyTagClassName
{
color: #608018;
}
</style>
background-color css
<style>
a { background-color: #608018; }
a { background-color: rgb(96,128,24); }
div.DivClassName
{
background-color: #608018;
}
.BgClassName
{
background-color: #608018;
}
</style>
border-color css
<style>
span { border-color: #608018; }
span { border-color: rgb(96,128,24); }
td.TdClassName
{
border-color: #608018;
}
.TagClassName
{
border-color: #608018;
}
</style>