Shades of Olive Drab #708F1F
Tints of Olive Drab #708F1F
RGB
CMYK
RGB Variations
Color information
#708F1F (or 0x708F1F) is known color: Olive Drab. HEX triplet: 70, 8F and 1F. RGB value is (112,143,31). Sum of RGB (Red+Green+Blue) = 112+143+31=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #708F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F1F is #8F70E0. Grayscale: #797979. Windows color (decimal): -9400545 or 2068336. OLE color: 2068336.
HSL color Cylindrical-coordinate representation of color #708F1F: hue angle of 76.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #708F1F is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 31 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.44 |
| HSL | 76.61º | 0.64% | 0.34% | - |
| HSV(B) | 76.61º | 0.78% | 0.56% | - |
| XYZ | 16.75 | 23.19 | 4.89 | - |
| YUV | 120.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 31 | 0.22 | 0 | 0.78 | 0.44 | 76.61 | 0.64 | 0.34 |
| Hex | 70 | 8F | 1F | 16 | 0 | 4E | 2C | 4D | 40 | 22 |
| Octal | 160 | 217 | 37 | 26 | 0 | 116 | 54 | 115 | 100 | 42 |
| Binary | 1110000 | 10001111 | 11111 | 10110 | 0 | 1001110 | 101100 | 1001101 | 1000000 | 100010 |
Color Harmonies of #708F1F
Complementary color
Monochromatic Colors of #708F1F
Black with #708F1F
Text Example
Text Example
White with #708F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F1F; }
p { color: rgb(112,143,31); }
H1.HeaderClassName
{
color: #708F1F;
}
.AnyTagClassName
{
color: #708F1F;
}
</style>
background-color css
<style>
a { background-color: #708F1F; }
a { background-color: rgb(112,143,31); }
div.DivClassName
{
background-color: #708F1F;
}
.BgClassName
{
background-color: #708F1F;
}
</style>
border-color css
<style>
span { border-color: #708F1F; }
span { border-color: rgb(112,143,31); }
td.TdClassName
{
border-color: #708F1F;
}
.TagClassName
{
border-color: #708F1F;
}
</style>