Shades of Olive Drab #708A17
Tints of Olive Drab #708A17
RGB
CMYK
RGB Variations
Color information
#708A17 (or 0x708A17) is known color: Olive Drab. HEX triplet: 70, 8A and 17. RGB value is (112,138,23). Sum of RGB (Red+Green+Blue) = 112+138+23=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #708A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A17 is #8F75E8. Grayscale: #757575. Windows color (decimal): -9401833 or 1542768. OLE color: 1542768.
HSL color Cylindrical-coordinate representation of color #708A17: hue angle of 73.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #708A17 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 23 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.46 |
| HSL | 73.57º | 0.71% | 0.32% | - |
| HSV(B) | 73.57º | 0.83% | 0.54% | - |
| XYZ | 15.93 | 21.68 | 4.16 | - |
| YUV | 117.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 23 | 0.19 | 0 | 0.83 | 0.46 | 73.57 | 0.71 | 0.32 |
| Hex | 70 | 8A | 17 | 13 | 0 | 53 | 2E | 4A | 47 | 20 |
| Octal | 160 | 212 | 27 | 23 | 0 | 123 | 56 | 112 | 107 | 40 |
| Binary | 1110000 | 10001010 | 10111 | 10011 | 0 | 1010011 | 101110 | 1001010 | 1000111 | 100000 |
Color Harmonies of #708A17
Complementary color
Monochromatic Colors of #708A17
Black with #708A17
Text Example
Text Example
White with #708A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A17; }
p { color: rgb(112,138,23); }
H1.HeaderClassName
{
color: #708A17;
}
.AnyTagClassName
{
color: #708A17;
}
</style>
background-color css
<style>
a { background-color: #708A17; }
a { background-color: rgb(112,138,23); }
div.DivClassName
{
background-color: #708A17;
}
.BgClassName
{
background-color: #708A17;
}
</style>
border-color css
<style>
span { border-color: #708A17; }
span { border-color: rgb(112,138,23); }
td.TdClassName
{
border-color: #708A17;
}
.TagClassName
{
border-color: #708A17;
}
</style>