Shades of Olivetone #746E10
Tints of Olivetone #746E10
RGB
CMYK
RGB Variations
Color information
#746E10 (or 0x746E10) is known color: Olivetone. HEX triplet: 74, 6E and 10. RGB value is (116,110,16). Sum of RGB (Red+Green+Blue) = 116+110+16=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E10 is #8B91EF. Grayscale: #656565. Windows color (decimal): -9146864 or 1076852. OLE color: 1076852.
HSL color Cylindrical-coordinate representation of color #746E10: hue angle of 56.4º 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 #746E10 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 16 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.55 |
| HSL | 56.4º | 0.76% | 0.26% | - |
| HSV(B) | 56.4º | 0.86% | 0.45% | - |
| XYZ | 12.87 | 14.9 | 2.69 | - |
| YUV | 101.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 16 | 0 | 0.05 | 0.86 | 0.55 | 56.4 | 0.76 | 0.26 |
| Hex | 74 | 6E | 10 | 0 | 5 | 56 | 37 | 38 | 4C | 1A |
| Octal | 164 | 156 | 20 | 0 | 5 | 126 | 67 | 70 | 114 | 32 |
| Binary | 1110100 | 1101110 | 10000 | 0 | 101 | 1010110 | 110111 | 111000 | 1001100 | 11010 |
Color Harmonies of #746E10
Complementary color
Monochromatic Colors of #746E10
Black with #746E10
Text Example
Text Example
White with #746E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E10; }
p { color: rgb(116,110,16); }
H1.HeaderClassName
{
color: #746E10;
}
.AnyTagClassName
{
color: #746E10;
}
</style>
background-color css
<style>
a { background-color: #746E10; }
a { background-color: rgb(116,110,16); }
div.DivClassName
{
background-color: #746E10;
}
.BgClassName
{
background-color: #746E10;
}
</style>
border-color css
<style>
span { border-color: #746E10; }
span { border-color: rgb(116,110,16); }
td.TdClassName
{
border-color: #746E10;
}
.TagClassName
{
border-color: #746E10;
}
</style>