Shades of Olive Drab #708C3C
Tints of Olive Drab #708C3C
RGB
CMYK
RGB Variations
Color information
#708C3C (or 0x708C3C) is known color: Olive Drab. HEX triplet: 70, 8C and 3C. RGB value is (112,140,60). Sum of RGB (Red+Green+Blue) = 112+140+60=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #708C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C3C is #8F73C3. Grayscale: #7A7A7A. Windows color (decimal): -9401284 or 3968112. OLE color: 3968112.
HSL color Cylindrical-coordinate representation of color #708C3C: hue angle of 81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #708C3C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 60 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.45 |
| HSL | 81º | 0.4% | 0.39% | - |
| HSV(B) | 81º | 0.57% | 0.55% | - |
| XYZ | 16.88 | 22.53 | 7.73 | - |
| YUV | 122.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 60 | 0.20 | 0 | 0.57 | 0.45 | 81 | 0.4 | 0.39 |
| Hex | 70 | 8C | 3C | 14 | 0 | 39 | 2D | 51 | 28 | 27 |
| Octal | 160 | 214 | 74 | 24 | 0 | 71 | 55 | 121 | 50 | 47 |
| Binary | 1110000 | 10001100 | 111100 | 10100 | 0 | 111001 | 101101 | 1010001 | 101000 | 100111 |
Color Harmonies of #708C3C
Complementary color
Monochromatic Colors of #708C3C
Black with #708C3C
Text Example
Text Example
White with #708C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C3C; }
p { color: rgb(112,140,60); }
H1.HeaderClassName
{
color: #708C3C;
}
.AnyTagClassName
{
color: #708C3C;
}
</style>
background-color css
<style>
a { background-color: #708C3C; }
a { background-color: rgb(112,140,60); }
div.DivClassName
{
background-color: #708C3C;
}
.BgClassName
{
background-color: #708C3C;
}
</style>
border-color css
<style>
span { border-color: #708C3C; }
span { border-color: rgb(112,140,60); }
td.TdClassName
{
border-color: #708C3C;
}
.TagClassName
{
border-color: #708C3C;
}
</style>