Shades of Olivetone #707215
Tints of Olivetone #707215
RGB
CMYK
RGB Variations
Color information
#707215 (or 0x707215) is known color: Olivetone. HEX triplet: 70, 72 and 15. RGB value is (112,114,21). Sum of RGB (Red+Green+Blue) = 112+114+21=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #707215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707215 is #8F8DEA. Grayscale: #676767. Windows color (decimal): -9407979 or 1405552. OLE color: 1405552.
HSL color Cylindrical-coordinate representation of color #707215: hue angle of 61.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #707215 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 21 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.55 |
| HSL | 61.29º | 0.69% | 0.26% | - |
| HSV(B) | 61.29º | 0.82% | 0.45% | - |
| XYZ | 12.83 | 15.53 | 3.03 | - |
| YUV | 102.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 21 | 0.02 | 0 | 0.82 | 0.55 | 61.29 | 0.69 | 0.26 |
| Hex | 70 | 72 | 15 | 2 | 0 | 52 | 37 | 3D | 45 | 1A |
| Octal | 160 | 162 | 25 | 2 | 0 | 122 | 67 | 75 | 105 | 32 |
| Binary | 1110000 | 1110010 | 10101 | 10 | 0 | 1010010 | 110111 | 111101 | 1000101 | 11010 |
Color Harmonies of #707215
Complementary color
Monochromatic Colors of #707215
Black with #707215
Text Example
Text Example
White with #707215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707215; }
p { color: rgb(112,114,21); }
H1.HeaderClassName
{
color: #707215;
}
.AnyTagClassName
{
color: #707215;
}
</style>
background-color css
<style>
a { background-color: #707215; }
a { background-color: rgb(112,114,21); }
div.DivClassName
{
background-color: #707215;
}
.BgClassName
{
background-color: #707215;
}
</style>
border-color css
<style>
span { border-color: #707215; }
span { border-color: rgb(112,114,21); }
td.TdClassName
{
border-color: #707215;
}
.TagClassName
{
border-color: #707215;
}
</style>