Shades of Olivetone #747210
Tints of Olivetone #747210
RGB
CMYK
RGB Variations
Color information
#747210 (or 0x747210) is known color: Olivetone. HEX triplet: 74, 72 and 10. RGB value is (116,114,16). Sum of RGB (Red+Green+Blue) = 116+114+16=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #747210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747210 is #8B8DEF. Grayscale: #676767. Windows color (decimal): -9145840 or 1077876. OLE color: 1077876.
HSL color Cylindrical-coordinate representation of color #747210: hue angle of 58.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747210 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 16 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.55 |
| HSL | 58.8º | 0.76% | 0.26% | - |
| HSV(B) | 58.8º | 0.86% | 0.45% | - |
| XYZ | 13.31 | 15.79 | 2.84 | - |
| YUV | 103.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 16 | 0 | 0.02 | 0.86 | 0.55 | 58.8 | 0.76 | 0.26 |
| Hex | 74 | 72 | 10 | 0 | 2 | 56 | 37 | 3B | 4C | 1A |
| Octal | 164 | 162 | 20 | 0 | 2 | 126 | 67 | 73 | 114 | 32 |
| Binary | 1110100 | 1110010 | 10000 | 0 | 10 | 1010110 | 110111 | 111011 | 1001100 | 11010 |
Color Harmonies of #747210
Complementary color
Monochromatic Colors of #747210
Black with #747210
Text Example
Text Example
White with #747210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747210; }
p { color: rgb(116,114,16); }
H1.HeaderClassName
{
color: #747210;
}
.AnyTagClassName
{
color: #747210;
}
</style>
background-color css
<style>
a { background-color: #747210; }
a { background-color: rgb(116,114,16); }
div.DivClassName
{
background-color: #747210;
}
.BgClassName
{
background-color: #747210;
}
</style>
border-color css
<style>
span { border-color: #747210; }
span { border-color: rgb(116,114,16); }
td.TdClassName
{
border-color: #747210;
}
.TagClassName
{
border-color: #747210;
}
</style>