Shades of Olivetone #716C25
Tints of Olivetone #716C25
RGB
CMYK
RGB Variations
Color information
#716C25 (or 0x716C25) is known color: Olivetone. HEX triplet: 71, 6C and 25. RGB value is (113,108,37). Sum of RGB (Red+Green+Blue) = 113+108+37=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C25 is #8E93DA. Grayscale: #656565. Windows color (decimal): -9343963 or 2452593. OLE color: 2452593.
HSL color Cylindrical-coordinate representation of color #716C25: hue angle of 56.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #716C25 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 37 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.56 |
| HSL | 56.05º | 0.51% | 0.29% | - |
| HSV(B) | 56.05º | 0.67% | 0.44% | - |
| XYZ | 12.51 | 14.37 | 3.86 | - |
| YUV | 101.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 37 | 0 | 0.04 | 0.67 | 0.56 | 56.05 | 0.51 | 0.29 |
| Hex | 71 | 6C | 25 | 0 | 4 | 43 | 38 | 38 | 33 | 1D |
| Octal | 161 | 154 | 45 | 0 | 4 | 103 | 70 | 70 | 63 | 35 |
| Binary | 1110001 | 1101100 | 100101 | 0 | 100 | 1000011 | 111000 | 111000 | 110011 | 11101 |
Color Harmonies of #716C25
Complementary color
Monochromatic Colors of #716C25
Black with #716C25
Text Example
Text Example
White with #716C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C25; }
p { color: rgb(113,108,37); }
H1.HeaderClassName
{
color: #716C25;
}
.AnyTagClassName
{
color: #716C25;
}
</style>
background-color css
<style>
a { background-color: #716C25; }
a { background-color: rgb(113,108,37); }
div.DivClassName
{
background-color: #716C25;
}
.BgClassName
{
background-color: #716C25;
}
</style>
border-color css
<style>
span { border-color: #716C25; }
span { border-color: rgb(113,108,37); }
td.TdClassName
{
border-color: #716C25;
}
.TagClassName
{
border-color: #716C25;
}
</style>