Shades of Olive #708609
Tints of Olive #708609
RGB
CMYK
RGB Variations
Color information
#708609 (or 0x708609) is known color: Olive. HEX triplet: 70, 86 and 09. RGB value is (112,134,9). Sum of RGB (Red+Green+Blue) = 112+134+9=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #708609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708609 is #8F79F6. Grayscale: #717171. Windows color (decimal): -9402871 or 624240. OLE color: 624240.
HSL color Cylindrical-coordinate representation of color #708609: hue angle of 70.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #708609 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 9 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.47 |
| HSL | 70.56º | 0.87% | 0.28% | - |
| HSV(B) | 70.56º | 0.93% | 0.53% | - |
| XYZ | 15.26 | 20.51 | 3.41 | - |
| YUV | 113.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 9 | 0.16 | 0 | 0.93 | 0.47 | 70.56 | 0.87 | 0.28 |
| Hex | 70 | 86 | 9 | 10 | 0 | 5D | 2F | 47 | 57 | 1C |
| Octal | 160 | 206 | 11 | 20 | 0 | 135 | 57 | 107 | 127 | 34 |
| Binary | 1110000 | 10000110 | 1001 | 10000 | 0 | 1011101 | 101111 | 1000111 | 1010111 | 11100 |
Color Harmonies of #708609
Complementary color
Monochromatic Colors of #708609
Black with #708609
Text Example
Text Example
White with #708609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708609; }
p { color: rgb(112,134,9); }
H1.HeaderClassName
{
color: #708609;
}
.AnyTagClassName
{
color: #708609;
}
</style>
background-color css
<style>
a { background-color: #708609; }
a { background-color: rgb(112,134,9); }
div.DivClassName
{
background-color: #708609;
}
.BgClassName
{
background-color: #708609;
}
</style>
border-color css
<style>
span { border-color: #708609; }
span { border-color: rgb(112,134,9); }
td.TdClassName
{
border-color: #708609;
}
.TagClassName
{
border-color: #708609;
}
</style>