Shades of Olivetone #71771D
Tints of Olivetone #71771D
RGB
CMYK
RGB Variations
Color information
#71771D (or 0x71771D) is known color: Olivetone. HEX triplet: 71, 77 and 1D. RGB value is (113,119,29). Sum of RGB (Red+Green+Blue) = 113+119+29=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #71771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71771D is #8E88E2. Grayscale: #6B6B6B. Windows color (decimal): -9341155 or 1931121. OLE color: 1931121.
HSL color Cylindrical-coordinate representation of color #71771D: hue angle of 64º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71771D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 29 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.53 |
| HSL | 64º | 0.61% | 0.29% | - |
| HSV(B) | 64º | 0.76% | 0.47% | - |
| XYZ | 13.63 | 16.79 | 3.69 | - |
| YUV | 106.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 29 | 0.05 | 0 | 0.76 | 0.53 | 64 | 0.61 | 0.29 |
| Hex | 71 | 77 | 1D | 5 | 0 | 4C | 35 | 40 | 3D | 1D |
| Octal | 161 | 167 | 35 | 5 | 0 | 114 | 65 | 100 | 75 | 35 |
| Binary | 1110001 | 1110111 | 11101 | 101 | 0 | 1001100 | 110101 | 1000000 | 111101 | 11101 |
Color Harmonies of #71771D
Complementary color
Monochromatic Colors of #71771D
Black with #71771D
Text Example
Text Example
White with #71771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71771D; }
p { color: rgb(113,119,29); }
H1.HeaderClassName
{
color: #71771D;
}
.AnyTagClassName
{
color: #71771D;
}
</style>
background-color css
<style>
a { background-color: #71771D; }
a { background-color: rgb(113,119,29); }
div.DivClassName
{
background-color: #71771D;
}
.BgClassName
{
background-color: #71771D;
}
</style>
border-color css
<style>
span { border-color: #71771D; }
span { border-color: rgb(113,119,29); }
td.TdClassName
{
border-color: #71771D;
}
.TagClassName
{
border-color: #71771D;
}
</style>