Shades of Olivetone #71752B
Tints of Olivetone #71752B
RGB
CMYK
RGB Variations
Color information
#71752B (or 0x71752B) is known color: Olivetone. HEX triplet: 71, 75 and 2B. RGB value is (113,117,43). Sum of RGB (Red+Green+Blue) = 113+117+43=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #71752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71752B is #8E8AD4. Grayscale: #6B6B6B. Windows color (decimal): -9341653 or 2848113. OLE color: 2848113.
HSL color Cylindrical-coordinate representation of color #71752B: hue angle of 63.24º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71752B is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 43 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.54 |
| HSL | 63.24º | 0.46% | 0.31% | - |
| HSV(B) | 63.24º | 0.63% | 0.46% | - |
| XYZ | 13.61 | 16.41 | 4.74 | - |
| YUV | 107.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 43 | 0.03 | 0 | 0.63 | 0.54 | 63.24 | 0.46 | 0.31 |
| Hex | 71 | 75 | 2B | 3 | 0 | 3F | 36 | 3F | 2E | 1F |
| Octal | 161 | 165 | 53 | 3 | 0 | 77 | 66 | 77 | 56 | 37 |
| Binary | 1110001 | 1110101 | 101011 | 11 | 0 | 111111 | 110110 | 111111 | 101110 | 11111 |
Color Harmonies of #71752B
Complementary color
Monochromatic Colors of #71752B
Black with #71752B
Text Example
Text Example
White with #71752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71752B; }
p { color: rgb(113,117,43); }
H1.HeaderClassName
{
color: #71752B;
}
.AnyTagClassName
{
color: #71752B;
}
</style>
background-color css
<style>
a { background-color: #71752B; }
a { background-color: rgb(113,117,43); }
div.DivClassName
{
background-color: #71752B;
}
.BgClassName
{
background-color: #71752B;
}
</style>
border-color css
<style>
span { border-color: #71752B; }
span { border-color: rgb(113,117,43); }
td.TdClassName
{
border-color: #71752B;
}
.TagClassName
{
border-color: #71752B;
}
</style>