Shades of Olivetone #716D25
Tints of Olivetone #716D25
RGB
CMYK
RGB Variations
Color information
#716D25 (or 0x716D25) is known color: Olivetone. HEX triplet: 71, 6D and 25. RGB value is (113,109,37). Sum of RGB (Red+Green+Blue) = 113+109+37=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #716D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D25 is #8E92DA. Grayscale: #666666. Windows color (decimal): -9343707 or 2452849. OLE color: 2452849.
HSL color Cylindrical-coordinate representation of color #716D25: hue angle of 56.84º 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 #716D25 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 37 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.56 |
| HSL | 56.84º | 0.51% | 0.29% | - |
| HSV(B) | 56.84º | 0.67% | 0.44% | - |
| XYZ | 12.61 | 14.58 | 3.9 | - |
| YUV | 101.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 37 | 0 | 0.04 | 0.67 | 0.56 | 56.84 | 0.51 | 0.29 |
| Hex | 71 | 6D | 25 | 0 | 4 | 43 | 38 | 39 | 33 | 1D |
| Octal | 161 | 155 | 45 | 0 | 4 | 103 | 70 | 71 | 63 | 35 |
| Binary | 1110001 | 1101101 | 100101 | 0 | 100 | 1000011 | 111000 | 111001 | 110011 | 11101 |
Color Harmonies of #716D25
Complementary color
Monochromatic Colors of #716D25
Black with #716D25
Text Example
Text Example
White with #716D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D25; }
p { color: rgb(113,109,37); }
H1.HeaderClassName
{
color: #716D25;
}
.AnyTagClassName
{
color: #716D25;
}
</style>
background-color css
<style>
a { background-color: #716D25; }
a { background-color: rgb(113,109,37); }
div.DivClassName
{
background-color: #716D25;
}
.BgClassName
{
background-color: #716D25;
}
</style>
border-color css
<style>
span { border-color: #716D25; }
span { border-color: rgb(113,109,37); }
td.TdClassName
{
border-color: #716D25;
}
.TagClassName
{
border-color: #716D25;
}
</style>