Shades of Olive #708902
Tints of Olive #708902
RGB
CMYK
RGB Variations
Color information
#708902 (or 0x708902) is known color: Olive. HEX triplet: 70, 89 and 02. RGB value is (112,137,2). Sum of RGB (Red+Green+Blue) = 112+137+2=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #708902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708902 is #8F76FD. Grayscale: #727272. Windows color (decimal): -9402110 or 166256. OLE color: 166256.
HSL color Cylindrical-coordinate representation of color #708902: hue angle of 71.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.46 |
| HSL | 71.11º | 0.97% | 0.27% | - |
| HSV(B) | 71.11º | 0.99% | 0.54% | - |
| XYZ | 15.64 | 21.34 | 3.35 | - |
| YUV | 114.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 2 | 0.18 | 0 | 0.99 | 0.46 | 71.11 | 0.97 | 0.27 |
| Hex | 70 | 89 | 2 | 12 | 0 | 63 | 2E | 47 | 61 | 1B |
| Octal | 160 | 211 | 2 | 22 | 0 | 143 | 56 | 107 | 141 | 33 |
| Binary | 1110000 | 10001001 | 10 | 10010 | 0 | 1100011 | 101110 | 1000111 | 1100001 | 11011 |
Color Harmonies of #708902
Complementary color
Monochromatic Colors of #708902
Black with #708902
Text Example
Text Example
White with #708902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708902; }
p { color: rgb(112,137,2); }
H1.HeaderClassName
{
color: #708902;
}
.AnyTagClassName
{
color: #708902;
}
</style>
background-color css
<style>
a { background-color: #708902; }
a { background-color: rgb(112,137,2); }
div.DivClassName
{
background-color: #708902;
}
.BgClassName
{
background-color: #708902;
}
</style>
border-color css
<style>
span { border-color: #708902; }
span { border-color: rgb(112,137,2); }
td.TdClassName
{
border-color: #708902;
}
.TagClassName
{
border-color: #708902;
}
</style>