Shades of Olivetone #746E16
Tints of Olivetone #746E16
RGB
CMYK
RGB Variations
Color information
#746E16 (or 0x746E16) is known color: Olivetone. HEX triplet: 74, 6E and 16. RGB value is (116,110,22). Sum of RGB (Red+Green+Blue) = 116+110+22=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #746E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E16 is #8B91E9. Grayscale: #666666. Windows color (decimal): -9146858 or 1470068. OLE color: 1470068.
HSL color Cylindrical-coordinate representation of color #746E16: hue angle of 56.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #746E16 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 22 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.55 |
| HSL | 56.17º | 0.68% | 0.27% | - |
| HSV(B) | 56.17º | 0.81% | 0.45% | - |
| XYZ | 12.92 | 14.92 | 2.96 | - |
| YUV | 101.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 22 | 0 | 0.05 | 0.81 | 0.55 | 56.17 | 0.68 | 0.27 |
| Hex | 74 | 6E | 16 | 0 | 5 | 51 | 37 | 38 | 44 | 1B |
| Octal | 164 | 156 | 26 | 0 | 5 | 121 | 67 | 70 | 104 | 33 |
| Binary | 1110100 | 1101110 | 10110 | 0 | 101 | 1010001 | 110111 | 111000 | 1000100 | 11011 |
Color Harmonies of #746E16
Complementary color
Monochromatic Colors of #746E16
Black with #746E16
Text Example
Text Example
White with #746E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E16; }
p { color: rgb(116,110,22); }
H1.HeaderClassName
{
color: #746E16;
}
.AnyTagClassName
{
color: #746E16;
}
</style>
background-color css
<style>
a { background-color: #746E16; }
a { background-color: rgb(116,110,22); }
div.DivClassName
{
background-color: #746E16;
}
.BgClassName
{
background-color: #746E16;
}
</style>
border-color css
<style>
span { border-color: #746E16; }
span { border-color: rgb(116,110,22); }
td.TdClassName
{
border-color: #746E16;
}
.TagClassName
{
border-color: #746E16;
}
</style>