Shades of Olive Drab #708D23
Tints of Olive Drab #708D23
RGB
CMYK
RGB Variations
Color information
#708D23 (or 0x708D23) is known color: Olive Drab. HEX triplet: 70, 8D and 23. RGB value is (112,141,35). Sum of RGB (Red+Green+Blue) = 112+141+35=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #708D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D23 is #8F72DC. Grayscale: #787878. Windows color (decimal): -9401053 or 2329968. OLE color: 2329968.
HSL color Cylindrical-coordinate representation of color #708D23: hue angle of 76.42º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708D23 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 35 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.45 |
| HSL | 76.42º | 0.6% | 0.35% | - |
| HSV(B) | 76.42º | 0.75% | 0.55% | - |
| XYZ | 16.51 | 22.62 | 5.09 | - |
| YUV | 120.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 35 | 0.21 | 0 | 0.75 | 0.45 | 76.42 | 0.6 | 0.35 |
| Hex | 70 | 8D | 23 | 15 | 0 | 4B | 2D | 4C | 3C | 23 |
| Octal | 160 | 215 | 43 | 25 | 0 | 113 | 55 | 114 | 74 | 43 |
| Binary | 1110000 | 10001101 | 100011 | 10101 | 0 | 1001011 | 101101 | 1001100 | 111100 | 100011 |
Color Harmonies of #708D23
Complementary color
Monochromatic Colors of #708D23
Black with #708D23
Text Example
Text Example
White with #708D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D23; }
p { color: rgb(112,141,35); }
H1.HeaderClassName
{
color: #708D23;
}
.AnyTagClassName
{
color: #708D23;
}
</style>
background-color css
<style>
a { background-color: #708D23; }
a { background-color: rgb(112,141,35); }
div.DivClassName
{
background-color: #708D23;
}
.BgClassName
{
background-color: #708D23;
}
</style>
border-color css
<style>
span { border-color: #708D23; }
span { border-color: rgb(112,141,35); }
td.TdClassName
{
border-color: #708D23;
}
.TagClassName
{
border-color: #708D23;
}
</style>