Shades of Olive Drab #708C17
Tints of Olive Drab #708C17
RGB
CMYK
RGB Variations
Color information
#708C17 (or 0x708C17) is known color: Olive Drab. HEX triplet: 70, 8C and 17. RGB value is (112,140,23). Sum of RGB (Red+Green+Blue) = 112+140+23=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #708C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708C17 is #8F73E8. Grayscale: #767676. Windows color (decimal): -9401321 or 1543280. OLE color: 1543280.
HSL color Cylindrical-coordinate representation of color #708C17: hue angle of 74.36º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #708C17 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 23 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.45 |
| HSL | 74.36º | 0.72% | 0.32% | - |
| HSV(B) | 74.36º | 0.84% | 0.55% | - |
| XYZ | 16.21 | 22.26 | 4.25 | - |
| YUV | 118.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 23 | 0.20 | 0 | 0.84 | 0.45 | 74.36 | 0.72 | 0.32 |
| Hex | 70 | 8C | 17 | 14 | 0 | 54 | 2D | 4A | 48 | 20 |
| Octal | 160 | 214 | 27 | 24 | 0 | 124 | 55 | 112 | 110 | 40 |
| Binary | 1110000 | 10001100 | 10111 | 10100 | 0 | 1010100 | 101101 | 1001010 | 1001000 | 100000 |
Color Harmonies of #708C17
Complementary color
Monochromatic Colors of #708C17
Black with #708C17
Text Example
Text Example
White with #708C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C17; }
p { color: rgb(112,140,23); }
H1.HeaderClassName
{
color: #708C17;
}
.AnyTagClassName
{
color: #708C17;
}
</style>
background-color css
<style>
a { background-color: #708C17; }
a { background-color: rgb(112,140,23); }
div.DivClassName
{
background-color: #708C17;
}
.BgClassName
{
background-color: #708C17;
}
</style>
border-color css
<style>
span { border-color: #708C17; }
span { border-color: rgb(112,140,23); }
td.TdClassName
{
border-color: #708C17;
}
.TagClassName
{
border-color: #708C17;
}
</style>