Shades of Olivetone #716B28
Tints of Olivetone #716B28
RGB
CMYK
RGB Variations
Color information
#716B28 (or 0x716B28) is known color: Olivetone. HEX triplet: 71, 6B and 28. RGB value is (113,107,40). Sum of RGB (Red+Green+Blue) = 113+107+40=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B28 is #8E94D7. Grayscale: #656565. Windows color (decimal): -9344216 or 2648945. OLE color: 2648945.
HSL color Cylindrical-coordinate representation of color #716B28: hue angle of 55.07º degrees, saturation: 0.48, 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 #716B28 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 40 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.56 |
| HSL | 55.07º | 0.48% | 0.3% | - |
| HSV(B) | 55.07º | 0.65% | 0.44% | - |
| XYZ | 12.45 | 14.18 | 4.09 | - |
| YUV | 101.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 40 | 0 | 0.05 | 0.65 | 0.56 | 55.07 | 0.48 | 0.3 |
| Hex | 71 | 6B | 28 | 0 | 5 | 41 | 38 | 37 | 30 | 1E |
| Octal | 161 | 153 | 50 | 0 | 5 | 101 | 70 | 67 | 60 | 36 |
| Binary | 1110001 | 1101011 | 101000 | 0 | 101 | 1000001 | 111000 | 110111 | 110000 | 11110 |
Color Harmonies of #716B28
Complementary color
Monochromatic Colors of #716B28
Black with #716B28
Text Example
Text Example
White with #716B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B28; }
p { color: rgb(113,107,40); }
H1.HeaderClassName
{
color: #716B28;
}
.AnyTagClassName
{
color: #716B28;
}
</style>
background-color css
<style>
a { background-color: #716B28; }
a { background-color: rgb(113,107,40); }
div.DivClassName
{
background-color: #716B28;
}
.BgClassName
{
background-color: #716B28;
}
</style>
border-color css
<style>
span { border-color: #716B28; }
span { border-color: rgb(113,107,40); }
td.TdClassName
{
border-color: #716B28;
}
.TagClassName
{
border-color: #716B28;
}
</style>