Shades of Olive #708908
Tints of Olive #708908
RGB
CMYK
RGB Variations
Color information
#708908 (or 0x708908) is known color: Olive. HEX triplet: 70, 89 and 08. RGB value is (112,137,8). Sum of RGB (Red+Green+Blue) = 112+137+8=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #708908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708908 is #8F76F7. Grayscale: #737373. Windows color (decimal): -9402104 or 559472. OLE color: 559472.
HSL color Cylindrical-coordinate representation of color #708908: hue angle of 71.63º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #708908 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 8 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.46 |
| HSL | 71.63º | 0.89% | 0.28% | - |
| HSV(B) | 71.63º | 0.94% | 0.54% | - |
| XYZ | 15.67 | 21.35 | 3.53 | - |
| YUV | 114.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 8 | 0.18 | 0 | 0.94 | 0.46 | 71.63 | 0.89 | 0.28 |
| Hex | 70 | 89 | 8 | 12 | 0 | 5E | 2E | 48 | 59 | 1C |
| Octal | 160 | 211 | 10 | 22 | 0 | 136 | 56 | 110 | 131 | 34 |
| Binary | 1110000 | 10001001 | 1000 | 10010 | 0 | 1011110 | 101110 | 1001000 | 1011001 | 11100 |
Color Harmonies of #708908
Complementary color
Monochromatic Colors of #708908
Black with #708908
Text Example
Text Example
White with #708908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708908; }
p { color: rgb(112,137,8); }
H1.HeaderClassName
{
color: #708908;
}
.AnyTagClassName
{
color: #708908;
}
</style>
background-color css
<style>
a { background-color: #708908; }
a { background-color: rgb(112,137,8); }
div.DivClassName
{
background-color: #708908;
}
.BgClassName
{
background-color: #708908;
}
</style>
border-color css
<style>
span { border-color: #708908; }
span { border-color: rgb(112,137,8); }
td.TdClassName
{
border-color: #708908;
}
.TagClassName
{
border-color: #708908;
}
</style>