Shades of Olive Drab #708A2D
Tints of Olive Drab #708A2D
RGB
CMYK
RGB Variations
Color information
#708A2D (or 0x708A2D) is known color: Olive Drab. HEX triplet: 70, 8A and 2D. RGB value is (112,138,45). Sum of RGB (Red+Green+Blue) = 112+138+45=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #708A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A2D is #8F75D2. Grayscale: #777777. Windows color (decimal): -9401811 or 2984560. OLE color: 2984560.
HSL color Cylindrical-coordinate representation of color #708A2D: hue angle of 76.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #708A2D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 45 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.46 |
| HSL | 76.77º | 0.51% | 0.36% | - |
| HSV(B) | 76.77º | 0.67% | 0.54% | - |
| XYZ | 16.24 | 21.81 | 5.84 | - |
| YUV | 119.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 45 | 0.19 | 0 | 0.67 | 0.46 | 76.77 | 0.51 | 0.36 |
| Hex | 70 | 8A | 2D | 13 | 0 | 43 | 2E | 4D | 33 | 24 |
| Octal | 160 | 212 | 55 | 23 | 0 | 103 | 56 | 115 | 63 | 44 |
| Binary | 1110000 | 10001010 | 101101 | 10011 | 0 | 1000011 | 101110 | 1001101 | 110011 | 100100 |
Color Harmonies of #708A2D
Complementary color
Monochromatic Colors of #708A2D
Black with #708A2D
Text Example
Text Example
White with #708A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A2D; }
p { color: rgb(112,138,45); }
H1.HeaderClassName
{
color: #708A2D;
}
.AnyTagClassName
{
color: #708A2D;
}
</style>
background-color css
<style>
a { background-color: #708A2D; }
a { background-color: rgb(112,138,45); }
div.DivClassName
{
background-color: #708A2D;
}
.BgClassName
{
background-color: #708A2D;
}
</style>
border-color css
<style>
span { border-color: #708A2D; }
span { border-color: rgb(112,138,45); }
td.TdClassName
{
border-color: #708A2D;
}
.TagClassName
{
border-color: #708A2D;
}
</style>