Shades of Olive #708904
Tints of Olive #708904
RGB
CMYK
RGB Variations
Color information
#708904 (or 0x708904) is known color: Olive. HEX triplet: 70, 89 and 04. RGB value is (112,137,4). Sum of RGB (Red+Green+Blue) = 112+137+4=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #708904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708904 is #8F76FB. Grayscale: #727272. Windows color (decimal): -9402108 or 297328. OLE color: 297328.
HSL color Cylindrical-coordinate representation of color #708904: hue angle of 71.28º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #708904 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.46 |
| HSL | 71.28º | 0.94% | 0.28% | - |
| HSV(B) | 71.28º | 0.97% | 0.54% | - |
| XYZ | 15.65 | 21.34 | 3.41 | - |
| YUV | 114.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 4 | 0.18 | 0 | 0.97 | 0.46 | 71.28 | 0.94 | 0.28 |
| Hex | 70 | 89 | 4 | 12 | 0 | 61 | 2E | 47 | 5E | 1C |
| Octal | 160 | 211 | 4 | 22 | 0 | 141 | 56 | 107 | 136 | 34 |
| Binary | 1110000 | 10001001 | 100 | 10010 | 0 | 1100001 | 101110 | 1000111 | 1011110 | 11100 |
Color Harmonies of #708904
Complementary color
Monochromatic Colors of #708904
Black with #708904
Text Example
Text Example
White with #708904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708904; }
p { color: rgb(112,137,4); }
H1.HeaderClassName
{
color: #708904;
}
.AnyTagClassName
{
color: #708904;
}
</style>
background-color css
<style>
a { background-color: #708904; }
a { background-color: rgb(112,137,4); }
div.DivClassName
{
background-color: #708904;
}
.BgClassName
{
background-color: #708904;
}
</style>
border-color css
<style>
span { border-color: #708904; }
span { border-color: rgb(112,137,4); }
td.TdClassName
{
border-color: #708904;
}
.TagClassName
{
border-color: #708904;
}
</style>