Shades of Olive #708209
Tints of Olive #708209
RGB
CMYK
RGB Variations
Color information
#708209 (or 0x708209) is known color: Olive. HEX triplet: 70, 82 and 09. RGB value is (112,130,9). Sum of RGB (Red+Green+Blue) = 112+130+9=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #708209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708209 is #8F7DF6. Grayscale: #6F6F6F. Windows color (decimal): -9403895 or 623216. OLE color: 623216.
HSL color Cylindrical-coordinate representation of color #708209: hue angle of 68.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #708209 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 9 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.49 |
| HSL | 68.93º | 0.87% | 0.27% | - |
| HSV(B) | 68.93º | 0.93% | 0.51% | - |
| XYZ | 14.71 | 19.43 | 3.23 | - |
| YUV | 110.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 9 | 0.14 | 0 | 0.93 | 0.49 | 68.93 | 0.87 | 0.27 |
| Hex | 70 | 82 | 9 | E | 0 | 5D | 31 | 45 | 57 | 1B |
| Octal | 160 | 202 | 11 | 16 | 0 | 135 | 61 | 105 | 127 | 33 |
| Binary | 1110000 | 10000010 | 1001 | 1110 | 0 | 1011101 | 110001 | 1000101 | 1010111 | 11011 |
Color Harmonies of #708209
Complementary color
Monochromatic Colors of #708209
Black with #708209
Text Example
Text Example
White with #708209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708209; }
p { color: rgb(112,130,9); }
H1.HeaderClassName
{
color: #708209;
}
.AnyTagClassName
{
color: #708209;
}
</style>
background-color css
<style>
a { background-color: #708209; }
a { background-color: rgb(112,130,9); }
div.DivClassName
{
background-color: #708209;
}
.BgClassName
{
background-color: #708209;
}
</style>
border-color css
<style>
span { border-color: #708209; }
span { border-color: rgb(112,130,9); }
td.TdClassName
{
border-color: #708209;
}
.TagClassName
{
border-color: #708209;
}
</style>