Shades of Olivetone #70751C
Tints of Olivetone #70751C
RGB
CMYK
RGB Variations
Color information
#70751C (or 0x70751C) is known color: Olivetone. HEX triplet: 70, 75 and 1C. RGB value is (112,117,28). Sum of RGB (Red+Green+Blue) = 112+117+28=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #70751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751C is #8F8AE3. Grayscale: #696969. Windows color (decimal): -9407204 or 1865072. OLE color: 1865072.
HSL color Cylindrical-coordinate representation of color #70751C: hue angle of 63.37º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70751C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 28 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.54 |
| HSL | 63.37º | 0.61% | 0.28% | - |
| HSV(B) | 63.37º | 0.76% | 0.46% | - |
| XYZ | 13.25 | 16.25 | 3.54 | - |
| YUV | 105.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 28 | 0.04 | 0 | 0.76 | 0.54 | 63.37 | 0.61 | 0.28 |
| Hex | 70 | 75 | 1C | 4 | 0 | 4C | 36 | 3F | 3D | 1C |
| Octal | 160 | 165 | 34 | 4 | 0 | 114 | 66 | 77 | 75 | 34 |
| Binary | 1110000 | 1110101 | 11100 | 100 | 0 | 1001100 | 110110 | 111111 | 111101 | 11100 |
Color Harmonies of #70751C
Complementary color
Monochromatic Colors of #70751C
Black with #70751C
Text Example
Text Example
White with #70751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70751C; }
p { color: rgb(112,117,28); }
H1.HeaderClassName
{
color: #70751C;
}
.AnyTagClassName
{
color: #70751C;
}
</style>
background-color css
<style>
a { background-color: #70751C; }
a { background-color: rgb(112,117,28); }
div.DivClassName
{
background-color: #70751C;
}
.BgClassName
{
background-color: #70751C;
}
</style>
border-color css
<style>
span { border-color: #70751C; }
span { border-color: rgb(112,117,28); }
td.TdClassName
{
border-color: #70751C;
}
.TagClassName
{
border-color: #70751C;
}
</style>