Shades of Olive Drab #708130
Tints of Olive Drab #708130
RGB
CMYK
RGB Variations
Color information
#708130 (or 0x708130) is known color: Olive Drab. HEX triplet: 70, 81 and 30. RGB value is (112,129,48). Sum of RGB (Red+Green+Blue) = 112+129+48=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #708130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708130 is #8F7ECF. Grayscale: #727272. Windows color (decimal): -9404112 or 3178864. OLE color: 3178864.
HSL color Cylindrical-coordinate representation of color #708130: hue angle of 72.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708130 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 48 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.49 |
| HSL | 72.59º | 0.46% | 0.35% | - |
| HSV(B) | 72.59º | 0.63% | 0.51% | - |
| XYZ | 15.07 | 19.36 | 5.74 | - |
| YUV | 114.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 48 | 0.13 | 0 | 0.63 | 0.49 | 72.59 | 0.46 | 0.35 |
| Hex | 70 | 81 | 30 | D | 0 | 3F | 31 | 49 | 2E | 23 |
| Octal | 160 | 201 | 60 | 15 | 0 | 77 | 61 | 111 | 56 | 43 |
| Binary | 1110000 | 10000001 | 110000 | 1101 | 0 | 111111 | 110001 | 1001001 | 101110 | 100011 |
Color Harmonies of #708130
Complementary color
Monochromatic Colors of #708130
Black with #708130
Text Example
Text Example
White with #708130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708130; }
p { color: rgb(112,129,48); }
H1.HeaderClassName
{
color: #708130;
}
.AnyTagClassName
{
color: #708130;
}
</style>
background-color css
<style>
a { background-color: #708130; }
a { background-color: rgb(112,129,48); }
div.DivClassName
{
background-color: #708130;
}
.BgClassName
{
background-color: #708130;
}
</style>
border-color css
<style>
span { border-color: #708130; }
span { border-color: rgb(112,129,48); }
td.TdClassName
{
border-color: #708130;
}
.TagClassName
{
border-color: #708130;
}
</style>