Shades of Olivetone #71762D
Tints of Olivetone #71762D
RGB
CMYK
RGB Variations
Color information
#71762D (or 0x71762D) is known color: Olivetone. HEX triplet: 71, 76 and 2D. RGB value is (113,118,45). Sum of RGB (Red+Green+Blue) = 113+118+45=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #71762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71762D is #8E89D2. Grayscale: #6C6C6C. Windows color (decimal): -9341395 or 2979441. OLE color: 2979441.
HSL color Cylindrical-coordinate representation of color #71762D: hue angle of 64.11º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71762D is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 118 | 45 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.54 |
| HSL | 64.11º | 0.45% | 0.32% | - |
| HSV(B) | 64.11º | 0.62% | 0.46% | - |
| XYZ | 13.76 | 16.66 | 4.97 | - |
| YUV | 108.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 45 | 0.04 | 0 | 0.62 | 0.54 | 64.11 | 0.45 | 0.32 |
| Hex | 71 | 76 | 2D | 4 | 0 | 3E | 36 | 40 | 2D | 20 |
| Octal | 161 | 166 | 55 | 4 | 0 | 76 | 66 | 100 | 55 | 40 |
| Binary | 1110001 | 1110110 | 101101 | 100 | 0 | 111110 | 110110 | 1000000 | 101101 | 100000 |
Color Harmonies of #71762D
Complementary color
Monochromatic Colors of #71762D
Black with #71762D
Text Example
Text Example
White with #71762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71762D; }
p { color: rgb(113,118,45); }
H1.HeaderClassName
{
color: #71762D;
}
.AnyTagClassName
{
color: #71762D;
}
</style>
background-color css
<style>
a { background-color: #71762D; }
a { background-color: rgb(113,118,45); }
div.DivClassName
{
background-color: #71762D;
}
.BgClassName
{
background-color: #71762D;
}
</style>
border-color css
<style>
span { border-color: #71762D; }
span { border-color: rgb(113,118,45); }
td.TdClassName
{
border-color: #71762D;
}
.TagClassName
{
border-color: #71762D;
}
</style>