Shades of Olivetone #746A16
Tints of Olivetone #746A16
RGB
CMYK
RGB Variations
Color information
#746A16 (or 0x746A16) is known color: Olivetone. HEX triplet: 74, 6A and 16. RGB value is (116,106,22). Sum of RGB (Red+Green+Blue) = 116+106+22=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A16 is #8B95E9. Grayscale: #636363. Windows color (decimal): -9147882 or 1469044. OLE color: 1469044.
HSL color Cylindrical-coordinate representation of color #746A16: hue angle of 53.62º 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 #746A16 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 22 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.55 |
| HSL | 53.62º | 0.68% | 0.27% | - |
| HSV(B) | 53.62º | 0.81% | 0.45% | - |
| XYZ | 12.5 | 14.08 | 2.82 | - |
| YUV | 99.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 22 | 0 | 0.09 | 0.81 | 0.55 | 53.62 | 0.68 | 0.27 |
| Hex | 74 | 6A | 16 | 0 | 9 | 51 | 37 | 36 | 44 | 1B |
| Octal | 164 | 152 | 26 | 0 | 11 | 121 | 67 | 66 | 104 | 33 |
| Binary | 1110100 | 1101010 | 10110 | 0 | 1001 | 1010001 | 110111 | 110110 | 1000100 | 11011 |
Color Harmonies of #746A16
Complementary color
Monochromatic Colors of #746A16
Black with #746A16
Text Example
Text Example
White with #746A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A16; }
p { color: rgb(116,106,22); }
H1.HeaderClassName
{
color: #746A16;
}
.AnyTagClassName
{
color: #746A16;
}
</style>
background-color css
<style>
a { background-color: #746A16; }
a { background-color: rgb(116,106,22); }
div.DivClassName
{
background-color: #746A16;
}
.BgClassName
{
background-color: #746A16;
}
</style>
border-color css
<style>
span { border-color: #746A16; }
span { border-color: rgb(116,106,22); }
td.TdClassName
{
border-color: #746A16;
}
.TagClassName
{
border-color: #746A16;
}
</style>