Shades of Olive Drab #608D00
Tints of Olive Drab #608D00
RGB
CMYK
RGB Variations
Color information
#608D00 (or 0x608D00) is known color: Olive Drab. HEX triplet: 60, 8D and 00. RGB value is (96,141,0). Sum of RGB (Red+Green+Blue) = 96+141+0=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #608D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D00 is #9F72FF. Grayscale: #6F6F6F. Windows color (decimal): -10449664 or 36192. OLE color: 36192.
HSL color Cylindrical-coordinate representation of color #608D00: hue angle of 79.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608D00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.45 |
| HSL | 79.15º | 1% | 0.28% | - |
| HSV(B) | 79.15º | 1% | 0.55% | - |
| XYZ | 14.35 | 21.54 | 3.4 | - |
| YUV | 111.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 0 | 0.32 | 0 | 1 | 0.45 | 79.15 | 1 | 0.28 |
| Hex | 60 | 8D | 0 | 20 | 0 | 64 | 2D | 4F | 64 | 1C |
| Octal | 140 | 215 | 0 | 40 | 0 | 144 | 55 | 117 | 144 | 34 |
| Binary | 1100000 | 10001101 | 0 | 100000 | 0 | 1100100 | 101101 | 1001111 | 1100100 | 11100 |
Color Harmonies of #608D00
Complementary color
Monochromatic Colors of #608D00
Black with #608D00
Text Example
Text Example
White with #608D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D00; }
p { color: rgb(96,141,0); }
H1.HeaderClassName
{
color: #608D00;
}
.AnyTagClassName
{
color: #608D00;
}
</style>
background-color css
<style>
a { background-color: #608D00; }
a { background-color: rgb(96,141,0); }
div.DivClassName
{
background-color: #608D00;
}
.BgClassName
{
background-color: #608D00;
}
</style>
border-color css
<style>
span { border-color: #608D00; }
span { border-color: rgb(96,141,0); }
td.TdClassName
{
border-color: #608D00;
}
.TagClassName
{
border-color: #608D00;
}
</style>