Shades of Olive Drab #709128
Tints of Olive Drab #709128
RGB
CMYK
RGB Variations
Color information
#709128 (or 0x709128) is known color: Olive Drab. HEX triplet: 70, 91 and 28. RGB value is (112,145,40). Sum of RGB (Red+Green+Blue) = 112+145+40=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #709128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709128 is #8F6ED7. Grayscale: #7B7B7B. Windows color (decimal): -9400024 or 2658672. OLE color: 2658672.
HSL color Cylindrical-coordinate representation of color #709128: hue angle of 78.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #709128 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 40 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.43 |
| HSL | 78.86º | 0.57% | 0.36% | - |
| HSV(B) | 78.86º | 0.72% | 0.57% | - |
| XYZ | 17.19 | 23.85 | 5.7 | - |
| YUV | 123.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 40 | 0.23 | 0 | 0.72 | 0.43 | 78.86 | 0.57 | 0.36 |
| Hex | 70 | 91 | 28 | 17 | 0 | 48 | 2B | 4F | 39 | 24 |
| Octal | 160 | 221 | 50 | 27 | 0 | 110 | 53 | 117 | 71 | 44 |
| Binary | 1110000 | 10010001 | 101000 | 10111 | 0 | 1001000 | 101011 | 1001111 | 111001 | 100100 |
Color Harmonies of #709128
Complementary color
Monochromatic Colors of #709128
Black with #709128
Text Example
Text Example
White with #709128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709128; }
p { color: rgb(112,145,40); }
H1.HeaderClassName
{
color: #709128;
}
.AnyTagClassName
{
color: #709128;
}
</style>
background-color css
<style>
a { background-color: #709128; }
a { background-color: rgb(112,145,40); }
div.DivClassName
{
background-color: #709128;
}
.BgClassName
{
background-color: #709128;
}
</style>
border-color css
<style>
span { border-color: #709128; }
span { border-color: rgb(112,145,40); }
td.TdClassName
{
border-color: #709128;
}
.TagClassName
{
border-color: #709128;
}
</style>