Shades of Olive Drab #708B14
Tints of Olive Drab #708B14
RGB
CMYK
RGB Variations
Color information
#708B14 (or 0x708B14) is known color: Olive Drab. HEX triplet: 70, 8B and 14. RGB value is (112,139,20). Sum of RGB (Red+Green+Blue) = 112+139+20=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #708B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B14 is #8F74EB. Grayscale: #757575. Windows color (decimal): -9401580 or 1346416. OLE color: 1346416.
HSL color Cylindrical-coordinate representation of color #708B14: hue angle of 73.61º 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 #708B14 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 20 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.45 |
| HSL | 73.61º | 0.75% | 0.31% | - |
| HSV(B) | 73.61º | 0.86% | 0.55% | - |
| XYZ | 16.04 | 21.96 | 4.06 | - |
| YUV | 117.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 20 | 0.19 | 0 | 0.86 | 0.45 | 73.61 | 0.75 | 0.31 |
| Hex | 70 | 8B | 14 | 13 | 0 | 56 | 2D | 4A | 4B | 1F |
| Octal | 160 | 213 | 24 | 23 | 0 | 126 | 55 | 112 | 113 | 37 |
| Binary | 1110000 | 10001011 | 10100 | 10011 | 0 | 1010110 | 101101 | 1001010 | 1001011 | 11111 |
Color Harmonies of #708B14
Complementary color
Monochromatic Colors of #708B14
Black with #708B14
Text Example
Text Example
White with #708B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B14; }
p { color: rgb(112,139,20); }
H1.HeaderClassName
{
color: #708B14;
}
.AnyTagClassName
{
color: #708B14;
}
</style>
background-color css
<style>
a { background-color: #708B14; }
a { background-color: rgb(112,139,20); }
div.DivClassName
{
background-color: #708B14;
}
.BgClassName
{
background-color: #708B14;
}
</style>
border-color css
<style>
span { border-color: #708B14; }
span { border-color: rgb(112,139,20); }
td.TdClassName
{
border-color: #708B14;
}
.TagClassName
{
border-color: #708B14;
}
</style>