Shades of Olivetone #716F27
Tints of Olivetone #716F27
RGB
CMYK
RGB Variations
Color information
#716F27 (or 0x716F27) is known color: Olivetone. HEX triplet: 71, 6F and 27. RGB value is (113,111,39). Sum of RGB (Red+Green+Blue) = 113+111+39=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #716F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F27 is #8E90D8. Grayscale: #676767. Windows color (decimal): -9343193 or 2584433. OLE color: 2584433.
HSL color Cylindrical-coordinate representation of color #716F27: hue angle of 58.38º 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 #716F27 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 39 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.56 |
| HSL | 58.38º | 0.49% | 0.3% | - |
| HSV(B) | 58.38º | 0.65% | 0.44% | - |
| XYZ | 12.86 | 15.03 | 4.14 | - |
| YUV | 103.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 39 | 0 | 0.02 | 0.65 | 0.56 | 58.38 | 0.49 | 0.3 |
| Hex | 71 | 6F | 27 | 0 | 2 | 41 | 38 | 3A | 31 | 1E |
| Octal | 161 | 157 | 47 | 0 | 2 | 101 | 70 | 72 | 61 | 36 |
| Binary | 1110001 | 1101111 | 100111 | 0 | 10 | 1000001 | 111000 | 111010 | 110001 | 11110 |
Color Harmonies of #716F27
Complementary color
Monochromatic Colors of #716F27
Black with #716F27
Text Example
Text Example
White with #716F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F27; }
p { color: rgb(113,111,39); }
H1.HeaderClassName
{
color: #716F27;
}
.AnyTagClassName
{
color: #716F27;
}
</style>
background-color css
<style>
a { background-color: #716F27; }
a { background-color: rgb(113,111,39); }
div.DivClassName
{
background-color: #716F27;
}
.BgClassName
{
background-color: #716F27;
}
</style>
border-color css
<style>
span { border-color: #716F27; }
span { border-color: rgb(113,111,39); }
td.TdClassName
{
border-color: #716F27;
}
.TagClassName
{
border-color: #716F27;
}
</style>