Shades of Olivetone #70742C
Tints of Olivetone #70742C
RGB
CMYK
RGB Variations
Color information
#70742C (or 0x70742C) is known color: Olivetone. HEX triplet: 70, 74 and 2C. RGB value is (112,116,44). Sum of RGB (Red+Green+Blue) = 112+116+44=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #70742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70742C is #8F8BD3. Grayscale: #6A6A6A. Windows color (decimal): -9407444 or 2913392. OLE color: 2913392.
HSL color Cylindrical-coordinate representation of color #70742C: hue angle of 63.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70742C is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 44 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.55 |
| HSL | 63.33º | 0.45% | 0.31% | - |
| HSV(B) | 63.33º | 0.62% | 0.45% | - |
| XYZ | 13.38 | 16.12 | 4.79 | - |
| YUV | 106.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 44 | 0.03 | 0 | 0.62 | 0.55 | 63.33 | 0.45 | 0.31 |
| Hex | 70 | 74 | 2C | 3 | 0 | 3E | 37 | 3F | 2D | 1F |
| Octal | 160 | 164 | 54 | 3 | 0 | 76 | 67 | 77 | 55 | 37 |
| Binary | 1110000 | 1110100 | 101100 | 11 | 0 | 111110 | 110111 | 111111 | 101101 | 11111 |
Color Harmonies of #70742C
Complementary color
Monochromatic Colors of #70742C
Black with #70742C
Text Example
Text Example
White with #70742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70742C; }
p { color: rgb(112,116,44); }
H1.HeaderClassName
{
color: #70742C;
}
.AnyTagClassName
{
color: #70742C;
}
</style>
background-color css
<style>
a { background-color: #70742C; }
a { background-color: rgb(112,116,44); }
div.DivClassName
{
background-color: #70742C;
}
.BgClassName
{
background-color: #70742C;
}
</style>
border-color css
<style>
span { border-color: #70742C; }
span { border-color: rgb(112,116,44); }
td.TdClassName
{
border-color: #70742C;
}
.TagClassName
{
border-color: #70742C;
}
</style>