Shades of Olivetone #70721C
Tints of Olivetone #70721C
RGB
CMYK
RGB Variations
Color information
#70721C (or 0x70721C) is known color: Olivetone. HEX triplet: 70, 72 and 1C. RGB value is (112,114,28). Sum of RGB (Red+Green+Blue) = 112+114+28=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #70721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721C is #8F8DE3. Grayscale: #676767. Windows color (decimal): -9407972 or 1864304. OLE color: 1864304.
HSL color Cylindrical-coordinate representation of color #70721C: hue angle of 61.4º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70721C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 28 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.55 |
| HSL | 61.4º | 0.61% | 0.28% | - |
| HSV(B) | 61.4º | 0.75% | 0.45% | - |
| XYZ | 12.91 | 15.56 | 3.42 | - |
| YUV | 103.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 28 | 0.02 | 0 | 0.75 | 0.55 | 61.4 | 0.61 | 0.28 |
| Hex | 70 | 72 | 1C | 2 | 0 | 4B | 37 | 3D | 3D | 1C |
| Octal | 160 | 162 | 34 | 2 | 0 | 113 | 67 | 75 | 75 | 34 |
| Binary | 1110000 | 1110010 | 11100 | 10 | 0 | 1001011 | 110111 | 111101 | 111101 | 11100 |
Color Harmonies of #70721C
Complementary color
Monochromatic Colors of #70721C
Black with #70721C
Text Example
Text Example
White with #70721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70721C; }
p { color: rgb(112,114,28); }
H1.HeaderClassName
{
color: #70721C;
}
.AnyTagClassName
{
color: #70721C;
}
</style>
background-color css
<style>
a { background-color: #70721C; }
a { background-color: rgb(112,114,28); }
div.DivClassName
{
background-color: #70721C;
}
.BgClassName
{
background-color: #70721C;
}
</style>
border-color css
<style>
span { border-color: #70721C; }
span { border-color: rgb(112,114,28); }
td.TdClassName
{
border-color: #70721C;
}
.TagClassName
{
border-color: #70721C;
}
</style>