Shades of Olivetone #70731C
Tints of Olivetone #70731C
RGB
CMYK
RGB Variations
Color information
#70731C (or 0x70731C) is known color: Olivetone. HEX triplet: 70, 73 and 1C. RGB value is (112,115,28). Sum of RGB (Red+Green+Blue) = 112+115+28=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #70731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70731C is #8F8CE3. Grayscale: #686868. Windows color (decimal): -9407716 or 1864560. OLE color: 1864560.
HSL color Cylindrical-coordinate representation of color #70731C: hue angle of 62.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70731C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 28 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.55 |
| HSL | 62.07º | 0.61% | 0.28% | - |
| HSV(B) | 62.07º | 0.76% | 0.45% | - |
| XYZ | 13.02 | 15.79 | 3.46 | - |
| YUV | 104.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 28 | 0.03 | 0 | 0.76 | 0.55 | 62.07 | 0.61 | 0.28 |
| Hex | 70 | 73 | 1C | 3 | 0 | 4C | 37 | 3E | 3D | 1C |
| Octal | 160 | 163 | 34 | 3 | 0 | 114 | 67 | 76 | 75 | 34 |
| Binary | 1110000 | 1110011 | 11100 | 11 | 0 | 1001100 | 110111 | 111110 | 111101 | 11100 |
Color Harmonies of #70731C
Complementary color
Monochromatic Colors of #70731C
Black with #70731C
Text Example
Text Example
White with #70731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70731C; }
p { color: rgb(112,115,28); }
H1.HeaderClassName
{
color: #70731C;
}
.AnyTagClassName
{
color: #70731C;
}
</style>
background-color css
<style>
a { background-color: #70731C; }
a { background-color: rgb(112,115,28); }
div.DivClassName
{
background-color: #70731C;
}
.BgClassName
{
background-color: #70731C;
}
</style>
border-color css
<style>
span { border-color: #70731C; }
span { border-color: rgb(112,115,28); }
td.TdClassName
{
border-color: #70731C;
}
.TagClassName
{
border-color: #70731C;
}
</style>