Shades of Olivetone #71731C
Tints of Olivetone #71731C
RGB
CMYK
RGB Variations
Color information
#71731C (or 0x71731C) is known color: Olivetone. HEX triplet: 71, 73 and 1C. RGB value is (113,115,28). Sum of RGB (Red+Green+Blue) = 113+115+28=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #71731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71731C is #8E8CE3. Grayscale: #686868. Windows color (decimal): -9342180 or 1864561. OLE color: 1864561.
HSL color Cylindrical-coordinate representation of color #71731C: hue angle of 61.38º degrees, saturation: 0.61, 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 #71731C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 28 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.55 |
| HSL | 61.38º | 0.61% | 0.28% | - |
| HSV(B) | 61.38º | 0.76% | 0.45% | - |
| XYZ | 13.15 | 15.86 | 3.47 | - |
| YUV | 104.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 28 | 0.02 | 0 | 0.76 | 0.55 | 61.38 | 0.61 | 0.28 |
| Hex | 71 | 73 | 1C | 2 | 0 | 4C | 37 | 3D | 3D | 1C |
| Octal | 161 | 163 | 34 | 2 | 0 | 114 | 67 | 75 | 75 | 34 |
| Binary | 1110001 | 1110011 | 11100 | 10 | 0 | 1001100 | 110111 | 111101 | 111101 | 11100 |
Color Harmonies of #71731C
Complementary color
Monochromatic Colors of #71731C
Black with #71731C
Text Example
Text Example
White with #71731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71731C; }
p { color: rgb(113,115,28); }
H1.HeaderClassName
{
color: #71731C;
}
.AnyTagClassName
{
color: #71731C;
}
</style>
background-color css
<style>
a { background-color: #71731C; }
a { background-color: rgb(113,115,28); }
div.DivClassName
{
background-color: #71731C;
}
.BgClassName
{
background-color: #71731C;
}
</style>
border-color css
<style>
span { border-color: #71731C; }
span { border-color: rgb(113,115,28); }
td.TdClassName
{
border-color: #71731C;
}
.TagClassName
{
border-color: #71731C;
}
</style>