Shades of Olive #707910
Tints of Olive #707910
RGB
CMYK
RGB Variations
Color information
#707910 (or 0x707910) is known color: Olive. HEX triplet: 70, 79 and 10. RGB value is (112,121,16). Sum of RGB (Red+Green+Blue) = 112+121+16=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #707910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707910 is #8F86EF. Grayscale: #6A6A6A. Windows color (decimal): -9406192 or 1079664. OLE color: 1079664.
HSL color Cylindrical-coordinate representation of color #707910: hue angle of 65.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #707910 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 16 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.53 |
| HSL | 65.14º | 0.77% | 0.27% | - |
| HSV(B) | 65.14º | 0.87% | 0.47% | - |
| XYZ | 13.61 | 17.16 | 3.08 | - |
| YUV | 106.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 16 | 0.07 | 0 | 0.87 | 0.53 | 65.14 | 0.77 | 0.27 |
| Hex | 70 | 79 | 10 | 7 | 0 | 57 | 35 | 41 | 4D | 1B |
| Octal | 160 | 171 | 20 | 7 | 0 | 127 | 65 | 101 | 115 | 33 |
| Binary | 1110000 | 1111001 | 10000 | 111 | 0 | 1010111 | 110101 | 1000001 | 1001101 | 11011 |
Color Harmonies of #707910
Complementary color
Monochromatic Colors of #707910
Black with #707910
Text Example
Text Example
White with #707910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707910; }
p { color: rgb(112,121,16); }
H1.HeaderClassName
{
color: #707910;
}
.AnyTagClassName
{
color: #707910;
}
</style>
background-color css
<style>
a { background-color: #707910; }
a { background-color: rgb(112,121,16); }
div.DivClassName
{
background-color: #707910;
}
.BgClassName
{
background-color: #707910;
}
</style>
border-color css
<style>
span { border-color: #707910; }
span { border-color: rgb(112,121,16); }
td.TdClassName
{
border-color: #707910;
}
.TagClassName
{
border-color: #707910;
}
</style>