Shades of Olivetone #70761C
Tints of Olivetone #70761C
RGB
CMYK
RGB Variations
Color information
#70761C (or 0x70761C) is known color: Olivetone. HEX triplet: 70, 76 and 1C. RGB value is (112,118,28). Sum of RGB (Red+Green+Blue) = 112+118+28=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #70761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761C is #8F89E3. Grayscale: #6A6A6A. Windows color (decimal): -9406948 or 1865328. OLE color: 1865328.
HSL color Cylindrical-coordinate representation of color #70761C: hue angle of 64º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70761C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 28 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.54 |
| HSL | 64º | 0.62% | 0.29% | - |
| HSV(B) | 64º | 0.76% | 0.46% | - |
| XYZ | 13.37 | 16.49 | 3.58 | - |
| YUV | 105.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 28 | 0.05 | 0 | 0.76 | 0.54 | 64 | 0.62 | 0.29 |
| Hex | 70 | 76 | 1C | 5 | 0 | 4C | 36 | 40 | 3E | 1D |
| Octal | 160 | 166 | 34 | 5 | 0 | 114 | 66 | 100 | 76 | 35 |
| Binary | 1110000 | 1110110 | 11100 | 101 | 0 | 1001100 | 110110 | 1000000 | 111110 | 11101 |
Color Harmonies of #70761C
Complementary color
Monochromatic Colors of #70761C
Black with #70761C
Text Example
Text Example
White with #70761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70761C; }
p { color: rgb(112,118,28); }
H1.HeaderClassName
{
color: #70761C;
}
.AnyTagClassName
{
color: #70761C;
}
</style>
background-color css
<style>
a { background-color: #70761C; }
a { background-color: rgb(112,118,28); }
div.DivClassName
{
background-color: #70761C;
}
.BgClassName
{
background-color: #70761C;
}
</style>
border-color css
<style>
span { border-color: #70761C; }
span { border-color: rgb(112,118,28); }
td.TdClassName
{
border-color: #70761C;
}
.TagClassName
{
border-color: #70761C;
}
</style>