Shades of Olivetone #71752E
Tints of Olivetone #71752E
RGB
CMYK
RGB Variations
Color information
#71752E (or 0x71752E) is known color: Olivetone. HEX triplet: 71, 75 and 2E. RGB value is (113,117,46). Sum of RGB (Red+Green+Blue) = 113+117+46=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #71752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71752E is #8E8AD1. Grayscale: #6B6B6B. Windows color (decimal): -9341650 or 3044721. OLE color: 3044721.
HSL color Cylindrical-coordinate representation of color #71752E: hue angle of 63.38º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71752E is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 46 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.54 |
| HSL | 63.38º | 0.44% | 0.32% | - |
| HSV(B) | 63.38º | 0.61% | 0.46% | - |
| XYZ | 13.66 | 16.43 | 5.04 | - |
| YUV | 107.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 46 | 0.03 | 0 | 0.61 | 0.54 | 63.38 | 0.44 | 0.32 |
| Hex | 71 | 75 | 2E | 3 | 0 | 3D | 36 | 3F | 2C | 20 |
| Octal | 161 | 165 | 56 | 3 | 0 | 75 | 66 | 77 | 54 | 40 |
| Binary | 1110001 | 1110101 | 101110 | 11 | 0 | 111101 | 110110 | 111111 | 101100 | 100000 |
Color Harmonies of #71752E
Complementary color
Monochromatic Colors of #71752E
Black with #71752E
Text Example
Text Example
White with #71752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71752E; }
p { color: rgb(113,117,46); }
H1.HeaderClassName
{
color: #71752E;
}
.AnyTagClassName
{
color: #71752E;
}
</style>
background-color css
<style>
a { background-color: #71752E; }
a { background-color: rgb(113,117,46); }
div.DivClassName
{
background-color: #71752E;
}
.BgClassName
{
background-color: #71752E;
}
</style>
border-color css
<style>
span { border-color: #71752E; }
span { border-color: rgb(113,117,46); }
td.TdClassName
{
border-color: #71752E;
}
.TagClassName
{
border-color: #71752E;
}
</style>