Shades of Olivetone #70752F
Tints of Olivetone #70752F
RGB
CMYK
RGB Variations
Color information
#70752F (or 0x70752F) is known color: Olivetone. HEX triplet: 70, 75 and 2F. RGB value is (112,117,47). Sum of RGB (Red+Green+Blue) = 112+117+47=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #70752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70752F is #8F8AD0. Grayscale: #6B6B6B. Windows color (decimal): -9407185 or 3110256. OLE color: 3110256.
HSL color Cylindrical-coordinate representation of color #70752F: hue angle of 64.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70752F is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 47 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.54 |
| HSL | 64.29º | 0.43% | 0.32% | - |
| HSV(B) | 64.29º | 0.6% | 0.46% | - |
| XYZ | 13.56 | 16.37 | 5.14 | - |
| YUV | 107.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 47 | 0.04 | 0 | 0.60 | 0.54 | 64.29 | 0.43 | 0.32 |
| Hex | 70 | 75 | 2F | 4 | 0 | 3C | 36 | 40 | 2B | 20 |
| Octal | 160 | 165 | 57 | 4 | 0 | 74 | 66 | 100 | 53 | 40 |
| Binary | 1110000 | 1110101 | 101111 | 100 | 0 | 111100 | 110110 | 1000000 | 101011 | 100000 |
Color Harmonies of #70752F
Complementary color
Monochromatic Colors of #70752F
Black with #70752F
Text Example
Text Example
White with #70752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70752F; }
p { color: rgb(112,117,47); }
H1.HeaderClassName
{
color: #70752F;
}
.AnyTagClassName
{
color: #70752F;
}
</style>
background-color css
<style>
a { background-color: #70752F; }
a { background-color: rgb(112,117,47); }
div.DivClassName
{
background-color: #70752F;
}
.BgClassName
{
background-color: #70752F;
}
</style>
border-color css
<style>
span { border-color: #70752F; }
span { border-color: rgb(112,117,47); }
td.TdClassName
{
border-color: #70752F;
}
.TagClassName
{
border-color: #70752F;
}
</style>