Shades of Olive Drab #708A1D
Tints of Olive Drab #708A1D
RGB
CMYK
RGB Variations
Color information
#708A1D (or 0x708A1D) is known color: Olive Drab. HEX triplet: 70, 8A and 1D. RGB value is (112,138,29). Sum of RGB (Red+Green+Blue) = 112+138+29=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #708A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A1D is #8F75E2. Grayscale: #767676. Windows color (decimal): -9401827 or 1935984. OLE color: 1935984.
HSL color Cylindrical-coordinate representation of color #708A1D: hue angle of 74.31º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #708A1D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 29 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.46 |
| HSL | 74.31º | 0.65% | 0.33% | - |
| HSV(B) | 74.31º | 0.79% | 0.54% | - |
| XYZ | 15.99 | 21.71 | 4.51 | - |
| YUV | 117.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 29 | 0.19 | 0 | 0.79 | 0.46 | 74.31 | 0.65 | 0.33 |
| Hex | 70 | 8A | 1D | 13 | 0 | 4F | 2E | 4A | 41 | 21 |
| Octal | 160 | 212 | 35 | 23 | 0 | 117 | 56 | 112 | 101 | 41 |
| Binary | 1110000 | 10001010 | 11101 | 10011 | 0 | 1001111 | 101110 | 1001010 | 1000001 | 100001 |
Color Harmonies of #708A1D
Complementary color
Monochromatic Colors of #708A1D
Black with #708A1D
Text Example
Text Example
White with #708A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A1D; }
p { color: rgb(112,138,29); }
H1.HeaderClassName
{
color: #708A1D;
}
.AnyTagClassName
{
color: #708A1D;
}
</style>
background-color css
<style>
a { background-color: #708A1D; }
a { background-color: rgb(112,138,29); }
div.DivClassName
{
background-color: #708A1D;
}
.BgClassName
{
background-color: #708A1D;
}
</style>
border-color css
<style>
span { border-color: #708A1D; }
span { border-color: rgb(112,138,29); }
td.TdClassName
{
border-color: #708A1D;
}
.TagClassName
{
border-color: #708A1D;
}
</style>