Shades of Olivetone #746E24
Tints of Olivetone #746E24
RGB
CMYK
RGB Variations
Color information
#746E24 (or 0x746E24) is known color: Olivetone. HEX triplet: 74, 6E and 24. RGB value is (116,110,36). Sum of RGB (Red+Green+Blue) = 116+110+36=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #746E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E24 is #8B91DB. Grayscale: #676767. Windows color (decimal): -9146844 or 2387572. OLE color: 2387572.
HSL color Cylindrical-coordinate representation of color #746E24: hue angle of 55.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #746E24 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 36 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.55 |
| HSL | 55.5º | 0.53% | 0.3% | - |
| HSV(B) | 55.5º | 0.69% | 0.45% | - |
| XYZ | 13.1 | 14.99 | 3.87 | - |
| YUV | 103.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 36 | 0 | 0.05 | 0.69 | 0.55 | 55.5 | 0.53 | 0.3 |
| Hex | 74 | 6E | 24 | 0 | 5 | 45 | 37 | 38 | 35 | 1E |
| Octal | 164 | 156 | 44 | 0 | 5 | 105 | 67 | 70 | 65 | 36 |
| Binary | 1110100 | 1101110 | 100100 | 0 | 101 | 1000101 | 110111 | 111000 | 110101 | 11110 |
Color Harmonies of #746E24
Complementary color
Monochromatic Colors of #746E24
Black with #746E24
Text Example
Text Example
White with #746E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E24; }
p { color: rgb(116,110,36); }
H1.HeaderClassName
{
color: #746E24;
}
.AnyTagClassName
{
color: #746E24;
}
</style>
background-color css
<style>
a { background-color: #746E24; }
a { background-color: rgb(116,110,36); }
div.DivClassName
{
background-color: #746E24;
}
.BgClassName
{
background-color: #746E24;
}
</style>
border-color css
<style>
span { border-color: #746E24; }
span { border-color: rgb(116,110,36); }
td.TdClassName
{
border-color: #746E24;
}
.TagClassName
{
border-color: #746E24;
}
</style>