Shades of Olivetone #71721B
Tints of Olivetone #71721B
RGB
CMYK
RGB Variations
Color information
#71721B (or 0x71721B) is known color: Olivetone. HEX triplet: 71, 72 and 1B. RGB value is (113,114,27). Sum of RGB (Red+Green+Blue) = 113+114+27=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #71721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71721B is #8E8DE4. Grayscale: #686868. Windows color (decimal): -9342437 or 1798769. OLE color: 1798769.
HSL color Cylindrical-coordinate representation of color #71721B: hue angle of 60.69º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71721B is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 27 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.55 |
| HSL | 60.69º | 0.62% | 0.28% | - |
| HSV(B) | 60.69º | 0.76% | 0.45% | - |
| XYZ | 13.03 | 15.62 | 3.37 | - |
| YUV | 103.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 27 | 0.01 | 0 | 0.76 | 0.55 | 60.69 | 0.62 | 0.28 |
| Hex | 71 | 72 | 1B | 1 | 0 | 4C | 37 | 3D | 3E | 1C |
| Octal | 161 | 162 | 33 | 1 | 0 | 114 | 67 | 75 | 76 | 34 |
| Binary | 1110001 | 1110010 | 11011 | 1 | 0 | 1001100 | 110111 | 111101 | 111110 | 11100 |
Color Harmonies of #71721B
Complementary color
Monochromatic Colors of #71721B
Black with #71721B
Text Example
Text Example
White with #71721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71721B; }
p { color: rgb(113,114,27); }
H1.HeaderClassName
{
color: #71721B;
}
.AnyTagClassName
{
color: #71721B;
}
</style>
background-color css
<style>
a { background-color: #71721B; }
a { background-color: rgb(113,114,27); }
div.DivClassName
{
background-color: #71721B;
}
.BgClassName
{
background-color: #71721B;
}
</style>
border-color css
<style>
span { border-color: #71721B; }
span { border-color: rgb(113,114,27); }
td.TdClassName
{
border-color: #71721B;
}
.TagClassName
{
border-color: #71721B;
}
</style>