Shades of Olivetone #716C27
Tints of Olivetone #716C27
RGB
CMYK
RGB Variations
Color information
#716C27 (or 0x716C27) is known color: Olivetone. HEX triplet: 71, 6C and 27. RGB value is (113,108,39). Sum of RGB (Red+Green+Blue) = 113+108+39=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C27 is #8E93D8. Grayscale: #656565. Windows color (decimal): -9343961 or 2583665. OLE color: 2583665.
HSL color Cylindrical-coordinate representation of color #716C27: hue angle of 55.95º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #716C27 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 39 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.56 |
| HSL | 55.95º | 0.49% | 0.3% | - |
| HSV(B) | 55.95º | 0.65% | 0.44% | - |
| XYZ | 12.54 | 14.38 | 4.03 | - |
| YUV | 101.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 39 | 0 | 0.04 | 0.65 | 0.56 | 55.95 | 0.49 | 0.3 |
| Hex | 71 | 6C | 27 | 0 | 4 | 41 | 38 | 38 | 31 | 1E |
| Octal | 161 | 154 | 47 | 0 | 4 | 101 | 70 | 70 | 61 | 36 |
| Binary | 1110001 | 1101100 | 100111 | 0 | 100 | 1000001 | 111000 | 111000 | 110001 | 11110 |
Color Harmonies of #716C27
Complementary color
Monochromatic Colors of #716C27
Black with #716C27
Text Example
Text Example
White with #716C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C27; }
p { color: rgb(113,108,39); }
H1.HeaderClassName
{
color: #716C27;
}
.AnyTagClassName
{
color: #716C27;
}
</style>
background-color css
<style>
a { background-color: #716C27; }
a { background-color: rgb(113,108,39); }
div.DivClassName
{
background-color: #716C27;
}
.BgClassName
{
background-color: #716C27;
}
</style>
border-color css
<style>
span { border-color: #716C27; }
span { border-color: rgb(113,108,39); }
td.TdClassName
{
border-color: #716C27;
}
.TagClassName
{
border-color: #716C27;
}
</style>