Shades of Olivetone #71731F
Tints of Olivetone #71731F
RGB
CMYK
RGB Variations
Color information
#71731F (or 0x71731F) is known color: Olivetone. HEX triplet: 71, 73 and 1F. RGB value is (113,115,31). Sum of RGB (Red+Green+Blue) = 113+115+31=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #71731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71731F is #8E8CE0. Grayscale: #696969. Windows color (decimal): -9342177 or 2061169. OLE color: 2061169.
HSL color Cylindrical-coordinate representation of color #71731F: hue angle of 61.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71731F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 31 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.55 |
| HSL | 61.43º | 0.58% | 0.29% | - |
| HSV(B) | 61.43º | 0.73% | 0.45% | - |
| XYZ | 13.19 | 15.87 | 3.66 | - |
| YUV | 104.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 31 | 0.02 | 0 | 0.73 | 0.55 | 61.43 | 0.58 | 0.29 |
| Hex | 71 | 73 | 1F | 2 | 0 | 49 | 37 | 3D | 3A | 1D |
| Octal | 161 | 163 | 37 | 2 | 0 | 111 | 67 | 75 | 72 | 35 |
| Binary | 1110001 | 1110011 | 11111 | 10 | 0 | 1001001 | 110111 | 111101 | 111010 | 11101 |
Color Harmonies of #71731F
Complementary color
Monochromatic Colors of #71731F
Black with #71731F
Text Example
Text Example
White with #71731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71731F; }
p { color: rgb(113,115,31); }
H1.HeaderClassName
{
color: #71731F;
}
.AnyTagClassName
{
color: #71731F;
}
</style>
background-color css
<style>
a { background-color: #71731F; }
a { background-color: rgb(113,115,31); }
div.DivClassName
{
background-color: #71731F;
}
.BgClassName
{
background-color: #71731F;
}
</style>
border-color css
<style>
span { border-color: #71731F; }
span { border-color: rgb(113,115,31); }
td.TdClassName
{
border-color: #71731F;
}
.TagClassName
{
border-color: #71731F;
}
</style>