Shades of Olive #708208
Tints of Olive #708208
RGB
CMYK
RGB Variations
Color information
#708208 (or 0x708208) is known color: Olive. HEX triplet: 70, 82 and 08. RGB value is (112,130,8). Sum of RGB (Red+Green+Blue) = 112+130+8=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #708208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708208 is #8F7DF7. Grayscale: #6F6F6F. Windows color (decimal): -9403896 or 557680. OLE color: 557680.
HSL color Cylindrical-coordinate representation of color #708208: hue angle of 68.85º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #708208 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 8 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.49 |
| HSL | 68.85º | 0.88% | 0.27% | - |
| HSV(B) | 68.85º | 0.94% | 0.51% | - |
| XYZ | 14.71 | 19.43 | 3.2 | - |
| YUV | 110.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 8 | 0.14 | 0 | 0.94 | 0.49 | 68.85 | 0.88 | 0.27 |
| Hex | 70 | 82 | 8 | E | 0 | 5E | 31 | 45 | 58 | 1B |
| Octal | 160 | 202 | 10 | 16 | 0 | 136 | 61 | 105 | 130 | 33 |
| Binary | 1110000 | 10000010 | 1000 | 1110 | 0 | 1011110 | 110001 | 1000101 | 1011000 | 11011 |
Color Harmonies of #708208
Complementary color
Monochromatic Colors of #708208
Black with #708208
Text Example
Text Example
White with #708208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708208; }
p { color: rgb(112,130,8); }
H1.HeaderClassName
{
color: #708208;
}
.AnyTagClassName
{
color: #708208;
}
</style>
background-color css
<style>
a { background-color: #708208; }
a { background-color: rgb(112,130,8); }
div.DivClassName
{
background-color: #708208;
}
.BgClassName
{
background-color: #708208;
}
</style>
border-color css
<style>
span { border-color: #708208; }
span { border-color: rgb(112,130,8); }
td.TdClassName
{
border-color: #708208;
}
.TagClassName
{
border-color: #708208;
}
</style>