Shades of Olive #708206
Tints of Olive #708206
RGB
CMYK
RGB Variations
Color information
#708206 (or 0x708206) is known color: Olive. HEX triplet: 70, 82 and 06. RGB value is (112,130,6). Sum of RGB (Red+Green+Blue) = 112+130+6=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #708206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708206 is #8F7DF9. Grayscale: #6E6E6E. Windows color (decimal): -9403898 or 426608. OLE color: 426608.
HSL color Cylindrical-coordinate representation of color #708206: hue angle of 68.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708206 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 6 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.49 |
| HSL | 68.71º | 0.91% | 0.27% | - |
| HSV(B) | 68.71º | 0.95% | 0.51% | - |
| XYZ | 14.7 | 19.42 | 3.15 | - |
| YUV | 110.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 6 | 0.14 | 0 | 0.95 | 0.49 | 68.71 | 0.91 | 0.27 |
| Hex | 70 | 82 | 6 | E | 0 | 5F | 31 | 45 | 5B | 1B |
| Octal | 160 | 202 | 6 | 16 | 0 | 137 | 61 | 105 | 133 | 33 |
| Binary | 1110000 | 10000010 | 110 | 1110 | 0 | 1011111 | 110001 | 1000101 | 1011011 | 11011 |
Color Harmonies of #708206
Complementary color
Monochromatic Colors of #708206
Black with #708206
Text Example
Text Example
White with #708206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708206; }
p { color: rgb(112,130,6); }
H1.HeaderClassName
{
color: #708206;
}
.AnyTagClassName
{
color: #708206;
}
</style>
background-color css
<style>
a { background-color: #708206; }
a { background-color: rgb(112,130,6); }
div.DivClassName
{
background-color: #708206;
}
.BgClassName
{
background-color: #708206;
}
</style>
border-color css
<style>
span { border-color: #708206; }
span { border-color: rgb(112,130,6); }
td.TdClassName
{
border-color: #708206;
}
.TagClassName
{
border-color: #708206;
}
</style>