Shades of Olive Drab #709108
Tints of Olive Drab #709108
RGB
CMYK
RGB Variations
Color information
#709108 (or 0x709108) is known color: Olive Drab. HEX triplet: 70, 91 and 08. RGB value is (112,145,8). Sum of RGB (Red+Green+Blue) = 112+145+8=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #709108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709108 is #8F6EF7. Grayscale: #787878. Windows color (decimal): -9400056 or 561520. OLE color: 561520.
HSL color Cylindrical-coordinate representation of color #709108: hue angle of 74.45º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #709108 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.43 |
| HSL | 74.45º | 0.9% | 0.3% | - |
| HSV(B) | 74.45º | 0.94% | 0.57% | - |
| XYZ | 16.85 | 23.71 | 3.92 | - |
| YUV | 119.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 8 | 0.23 | 0 | 0.94 | 0.43 | 74.45 | 0.9 | 0.3 |
| Hex | 70 | 91 | 8 | 17 | 0 | 5E | 2B | 4A | 5A | 1E |
| Octal | 160 | 221 | 10 | 27 | 0 | 136 | 53 | 112 | 132 | 36 |
| Binary | 1110000 | 10010001 | 1000 | 10111 | 0 | 1011110 | 101011 | 1001010 | 1011010 | 11110 |
Color Harmonies of #709108
Complementary color
Monochromatic Colors of #709108
Black with #709108
Text Example
Text Example
White with #709108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709108; }
p { color: rgb(112,145,8); }
H1.HeaderClassName
{
color: #709108;
}
.AnyTagClassName
{
color: #709108;
}
</style>
background-color css
<style>
a { background-color: #709108; }
a { background-color: rgb(112,145,8); }
div.DivClassName
{
background-color: #709108;
}
.BgClassName
{
background-color: #709108;
}
</style>
border-color css
<style>
span { border-color: #709108; }
span { border-color: rgb(112,145,8); }
td.TdClassName
{
border-color: #709108;
}
.TagClassName
{
border-color: #709108;
}
</style>