Shades of Olivetone #746E27
Tints of Olivetone #746E27
RGB
CMYK
RGB Variations
Color information
#746E27 (or 0x746E27) is known color: Olivetone. HEX triplet: 74, 6E and 27. RGB value is (116,110,39). Sum of RGB (Red+Green+Blue) = 116+110+39=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E27 is #8B91D8. Grayscale: #676767. Windows color (decimal): -9146841 or 2584180. OLE color: 2584180.
HSL color Cylindrical-coordinate representation of color #746E27: hue angle of 55.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746E27 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 39 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.55 |
| HSL | 55.32º | 0.5% | 0.3% | - |
| HSV(B) | 55.32º | 0.66% | 0.45% | - |
| XYZ | 13.14 | 15.01 | 4.12 | - |
| YUV | 103.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 39 | 0 | 0.05 | 0.66 | 0.55 | 55.32 | 0.5 | 0.3 |
| Hex | 74 | 6E | 27 | 0 | 5 | 42 | 37 | 37 | 32 | 1E |
| Octal | 164 | 156 | 47 | 0 | 5 | 102 | 67 | 67 | 62 | 36 |
| Binary | 1110100 | 1101110 | 100111 | 0 | 101 | 1000010 | 110111 | 110111 | 110010 | 11110 |
Color Harmonies of #746E27
Complementary color
Monochromatic Colors of #746E27
Black with #746E27
Text Example
Text Example
White with #746E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E27; }
p { color: rgb(116,110,39); }
H1.HeaderClassName
{
color: #746E27;
}
.AnyTagClassName
{
color: #746E27;
}
</style>
background-color css
<style>
a { background-color: #746E27; }
a { background-color: rgb(116,110,39); }
div.DivClassName
{
background-color: #746E27;
}
.BgClassName
{
background-color: #746E27;
}
</style>
border-color css
<style>
span { border-color: #746E27; }
span { border-color: rgb(116,110,39); }
td.TdClassName
{
border-color: #746E27;
}
.TagClassName
{
border-color: #746E27;
}
</style>