Shades of Olive Drab #708A2C
Tints of Olive Drab #708A2C
RGB
CMYK
RGB Variations
Color information
#708A2C (or 0x708A2C) is known color: Olive Drab. HEX triplet: 70, 8A and 2C. RGB value is (112,138,44). Sum of RGB (Red+Green+Blue) = 112+138+44=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #708A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A2C is #8F75D3. Grayscale: #777777. Windows color (decimal): -9401812 or 2919024. OLE color: 2919024.
HSL color Cylindrical-coordinate representation of color #708A2C: hue angle of 76.6º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #708A2C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 44 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.46 |
| HSL | 76.6º | 0.52% | 0.36% | - |
| HSV(B) | 76.6º | 0.68% | 0.54% | - |
| XYZ | 16.23 | 21.8 | 5.74 | - |
| YUV | 119.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 44 | 0.19 | 0 | 0.68 | 0.46 | 76.6 | 0.52 | 0.36 |
| Hex | 70 | 8A | 2C | 13 | 0 | 44 | 2E | 4D | 34 | 24 |
| Octal | 160 | 212 | 54 | 23 | 0 | 104 | 56 | 115 | 64 | 44 |
| Binary | 1110000 | 10001010 | 101100 | 10011 | 0 | 1000100 | 101110 | 1001101 | 110100 | 100100 |
Color Harmonies of #708A2C
Complementary color
Monochromatic Colors of #708A2C
Black with #708A2C
Text Example
Text Example
White with #708A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A2C; }
p { color: rgb(112,138,44); }
H1.HeaderClassName
{
color: #708A2C;
}
.AnyTagClassName
{
color: #708A2C;
}
</style>
background-color css
<style>
a { background-color: #708A2C; }
a { background-color: rgb(112,138,44); }
div.DivClassName
{
background-color: #708A2C;
}
.BgClassName
{
background-color: #708A2C;
}
</style>
border-color css
<style>
span { border-color: #708A2C; }
span { border-color: rgb(112,138,44); }
td.TdClassName
{
border-color: #708A2C;
}
.TagClassName
{
border-color: #708A2C;
}
</style>