Shades of Olivetone #746E14
Tints of Olivetone #746E14
RGB
CMYK
RGB Variations
Color information
#746E14 (or 0x746E14) is known color: Olivetone. HEX triplet: 74, 6E and 14. RGB value is (116,110,20). Sum of RGB (Red+Green+Blue) = 116+110+20=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #746E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E14 is #8B91EB. Grayscale: #656565. Windows color (decimal): -9146860 or 1338996. OLE color: 1338996.
HSL color Cylindrical-coordinate representation of color #746E14: hue angle of 56.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #746E14 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 20 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.55 |
| HSL | 56.25º | 0.71% | 0.27% | - |
| HSV(B) | 56.25º | 0.83% | 0.45% | - |
| XYZ | 12.9 | 14.92 | 2.86 | - |
| YUV | 101.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 20 | 0 | 0.05 | 0.83 | 0.55 | 56.25 | 0.71 | 0.27 |
| Hex | 74 | 6E | 14 | 0 | 5 | 53 | 37 | 38 | 47 | 1B |
| Octal | 164 | 156 | 24 | 0 | 5 | 123 | 67 | 70 | 107 | 33 |
| Binary | 1110100 | 1101110 | 10100 | 0 | 101 | 1010011 | 110111 | 111000 | 1000111 | 11011 |
Color Harmonies of #746E14
Complementary color
Monochromatic Colors of #746E14
Black with #746E14
Text Example
Text Example
White with #746E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E14; }
p { color: rgb(116,110,20); }
H1.HeaderClassName
{
color: #746E14;
}
.AnyTagClassName
{
color: #746E14;
}
</style>
background-color css
<style>
a { background-color: #746E14; }
a { background-color: rgb(116,110,20); }
div.DivClassName
{
background-color: #746E14;
}
.BgClassName
{
background-color: #746E14;
}
</style>
border-color css
<style>
span { border-color: #746E14; }
span { border-color: rgb(116,110,20); }
td.TdClassName
{
border-color: #746E14;
}
.TagClassName
{
border-color: #746E14;
}
</style>