Shades of Olive Drab #608C14
Tints of Olive Drab #608C14
RGB
CMYK
RGB Variations
Color information
#608C14 (or 0x608C14) is known color: Olive Drab. HEX triplet: 60, 8C and 14. RGB value is (96,140,20). Sum of RGB (Red+Green+Blue) = 96+140+20=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #608C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C14 is #9F73EB. Grayscale: #717171. Windows color (decimal): -10449900 or 1346656. OLE color: 1346656.
HSL color Cylindrical-coordinate representation of color #608C14: hue angle of 82º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608C14 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 20 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.45 |
| HSL | 82º | 0.75% | 0.31% | - |
| HSV(B) | 82º | 0.86% | 0.55% | - |
| XYZ | 14.33 | 21.29 | 4.02 | - |
| YUV | 113.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 20 | 0.31 | 0 | 0.86 | 0.45 | 82 | 0.75 | 0.31 |
| Hex | 60 | 8C | 14 | 1F | 0 | 56 | 2D | 52 | 4B | 1F |
| Octal | 140 | 214 | 24 | 37 | 0 | 126 | 55 | 122 | 113 | 37 |
| Binary | 1100000 | 10001100 | 10100 | 11111 | 0 | 1010110 | 101101 | 1010010 | 1001011 | 11111 |
Color Harmonies of #608C14
Complementary color
Monochromatic Colors of #608C14
Black with #608C14
Text Example
Text Example
White with #608C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C14; }
p { color: rgb(96,140,20); }
H1.HeaderClassName
{
color: #608C14;
}
.AnyTagClassName
{
color: #608C14;
}
</style>
background-color css
<style>
a { background-color: #608C14; }
a { background-color: rgb(96,140,20); }
div.DivClassName
{
background-color: #608C14;
}
.BgClassName
{
background-color: #608C14;
}
</style>
border-color css
<style>
span { border-color: #608C14; }
span { border-color: rgb(96,140,20); }
td.TdClassName
{
border-color: #608C14;
}
.TagClassName
{
border-color: #608C14;
}
</style>