Shades of Olivetone #746D13
Tints of Olivetone #746D13
RGB
CMYK
RGB Variations
Color information
#746D13 (or 0x746D13) is known color: Olivetone. HEX triplet: 74, 6D and 13. RGB value is (116,109,19). Sum of RGB (Red+Green+Blue) = 116+109+19=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D13 is #8B92EC. Grayscale: #656565. Windows color (decimal): -9147117 or 1273204. OLE color: 1273204.
HSL color Cylindrical-coordinate representation of color #746D13: hue angle of 55.67º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746D13 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 19 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.55 |
| HSL | 55.67º | 0.72% | 0.26% | - |
| HSV(B) | 55.67º | 0.84% | 0.45% | - |
| XYZ | 12.79 | 14.7 | 2.78 | - |
| YUV | 100.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 19 | 0 | 0.06 | 0.84 | 0.55 | 55.67 | 0.72 | 0.26 |
| Hex | 74 | 6D | 13 | 0 | 6 | 54 | 37 | 38 | 48 | 1A |
| Octal | 164 | 155 | 23 | 0 | 6 | 124 | 67 | 70 | 110 | 32 |
| Binary | 1110100 | 1101101 | 10011 | 0 | 110 | 1010100 | 110111 | 111000 | 1001000 | 11010 |
Color Harmonies of #746D13
Complementary color
Monochromatic Colors of #746D13
Black with #746D13
Text Example
Text Example
White with #746D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D13; }
p { color: rgb(116,109,19); }
H1.HeaderClassName
{
color: #746D13;
}
.AnyTagClassName
{
color: #746D13;
}
</style>
background-color css
<style>
a { background-color: #746D13; }
a { background-color: rgb(116,109,19); }
div.DivClassName
{
background-color: #746D13;
}
.BgClassName
{
background-color: #746D13;
}
</style>
border-color css
<style>
span { border-color: #746D13; }
span { border-color: rgb(116,109,19); }
td.TdClassName
{
border-color: #746D13;
}
.TagClassName
{
border-color: #746D13;
}
</style>