Shades of Olive Drab #708C34
Tints of Olive Drab #708C34
RGB
CMYK
RGB Variations
Color information
#708C34 (or 0x708C34) is known color: Olive Drab. HEX triplet: 70, 8C and 34. RGB value is (112,140,52). Sum of RGB (Red+Green+Blue) = 112+140+52=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #708C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C34 is #8F73CB. Grayscale: #797979. Windows color (decimal): -9401292 or 3443824. OLE color: 3443824.
HSL color Cylindrical-coordinate representation of color #708C34: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708C34 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 52 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.45 |
| HSL | 79.09º | 0.46% | 0.38% | - |
| HSV(B) | 79.09º | 0.63% | 0.55% | - |
| XYZ | 16.68 | 22.45 | 6.7 | - |
| YUV | 121.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 52 | 0.20 | 0 | 0.63 | 0.45 | 79.09 | 0.46 | 0.38 |
| Hex | 70 | 8C | 34 | 14 | 0 | 3F | 2D | 4F | 2E | 26 |
| Octal | 160 | 214 | 64 | 24 | 0 | 77 | 55 | 117 | 56 | 46 |
| Binary | 1110000 | 10001100 | 110100 | 10100 | 0 | 111111 | 101101 | 1001111 | 101110 | 100110 |
Color Harmonies of #708C34
Complementary color
Monochromatic Colors of #708C34
Black with #708C34
Text Example
Text Example
White with #708C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C34; }
p { color: rgb(112,140,52); }
H1.HeaderClassName
{
color: #708C34;
}
.AnyTagClassName
{
color: #708C34;
}
</style>
background-color css
<style>
a { background-color: #708C34; }
a { background-color: rgb(112,140,52); }
div.DivClassName
{
background-color: #708C34;
}
.BgClassName
{
background-color: #708C34;
}
</style>
border-color css
<style>
span { border-color: #708C34; }
span { border-color: rgb(112,140,52); }
td.TdClassName
{
border-color: #708C34;
}
.TagClassName
{
border-color: #708C34;
}
</style>