Shades of Olivetone #71772F
Tints of Olivetone #71772F
RGB
CMYK
RGB Variations
Color information
#71772F (or 0x71772F) is known color: Olivetone. HEX triplet: 71, 77 and 2F. RGB value is (113,119,47). Sum of RGB (Red+Green+Blue) = 113+119+47=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #71772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71772F is #8E88D0. Grayscale: #6D6D6D. Windows color (decimal): -9341137 or 3110769. OLE color: 3110769.
HSL color Cylindrical-coordinate representation of color #71772F: hue angle of 65º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71772F is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 47 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.53 |
| HSL | 65º | 0.43% | 0.33% | - |
| HSV(B) | 65º | 0.61% | 0.47% | - |
| XYZ | 13.92 | 16.91 | 5.22 | - |
| YUV | 109 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 47 | 0.05 | 0 | 0.61 | 0.53 | 65 | 0.43 | 0.33 |
| Hex | 71 | 77 | 2F | 5 | 0 | 3D | 35 | 41 | 2B | 21 |
| Octal | 161 | 167 | 57 | 5 | 0 | 75 | 65 | 101 | 53 | 41 |
| Binary | 1110001 | 1110111 | 101111 | 101 | 0 | 111101 | 110101 | 1000001 | 101011 | 100001 |
Color Harmonies of #71772F
Complementary color
Monochromatic Colors of #71772F
Black with #71772F
Text Example
Text Example
White with #71772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71772F; }
p { color: rgb(113,119,47); }
H1.HeaderClassName
{
color: #71772F;
}
.AnyTagClassName
{
color: #71772F;
}
</style>
background-color css
<style>
a { background-color: #71772F; }
a { background-color: rgb(113,119,47); }
div.DivClassName
{
background-color: #71772F;
}
.BgClassName
{
background-color: #71772F;
}
</style>
border-color css
<style>
span { border-color: #71772F; }
span { border-color: rgb(113,119,47); }
td.TdClassName
{
border-color: #71772F;
}
.TagClassName
{
border-color: #71772F;
}
</style>