Shades of Olive Drab #608D10
Tints of Olive Drab #608D10
RGB
CMYK
RGB Variations
Color information
#608D10 (or 0x608D10) is known color: Olive Drab. HEX triplet: 60, 8D and 10. RGB value is (96,141,16). Sum of RGB (Red+Green+Blue) = 96+141+16=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #608D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D10 is #9F72EF. Grayscale: #717171. Windows color (decimal): -10449648 or 1084768. OLE color: 1084768.
HSL color Cylindrical-coordinate representation of color #608D10: hue angle of 81.6º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #608D10 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 16 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.45 |
| HSL | 81.6º | 0.8% | 0.31% | - |
| HSV(B) | 81.6º | 0.89% | 0.55% | - |
| XYZ | 14.44 | 21.57 | 3.89 | - |
| YUV | 113.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 16 | 0.32 | 0 | 0.89 | 0.45 | 81.6 | 0.8 | 0.31 |
| Hex | 60 | 8D | 10 | 20 | 0 | 59 | 2D | 52 | 50 | 1F |
| Octal | 140 | 215 | 20 | 40 | 0 | 131 | 55 | 122 | 120 | 37 |
| Binary | 1100000 | 10001101 | 10000 | 100000 | 0 | 1011001 | 101101 | 1010010 | 1010000 | 11111 |
Color Harmonies of #608D10
Complementary color
Monochromatic Colors of #608D10
Black with #608D10
Text Example
Text Example
White with #608D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D10; }
p { color: rgb(96,141,16); }
H1.HeaderClassName
{
color: #608D10;
}
.AnyTagClassName
{
color: #608D10;
}
</style>
background-color css
<style>
a { background-color: #608D10; }
a { background-color: rgb(96,141,16); }
div.DivClassName
{
background-color: #608D10;
}
.BgClassName
{
background-color: #608D10;
}
</style>
border-color css
<style>
span { border-color: #608D10; }
span { border-color: rgb(96,141,16); }
td.TdClassName
{
border-color: #608D10;
}
.TagClassName
{
border-color: #608D10;
}
</style>