Shades of Olivetone #746D23
Tints of Olivetone #746D23
RGB
CMYK
RGB Variations
Color information
#746D23 (or 0x746D23) is known color: Olivetone. HEX triplet: 74, 6D and 23. RGB value is (116,109,35). Sum of RGB (Red+Green+Blue) = 116+109+35=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #746D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D23 is #8B92DC. Grayscale: #666666. Windows color (decimal): -9147101 or 2321780. OLE color: 2321780.
HSL color Cylindrical-coordinate representation of color #746D23: hue angle of 54.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #746D23 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 35 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.55 |
| HSL | 54.81º | 0.54% | 0.3% | - |
| HSV(B) | 54.81º | 0.7% | 0.45% | - |
| XYZ | 12.97 | 14.77 | 3.76 | - |
| YUV | 102.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 35 | 0 | 0.06 | 0.70 | 0.55 | 54.81 | 0.54 | 0.3 |
| Hex | 74 | 6D | 23 | 0 | 6 | 46 | 37 | 37 | 36 | 1E |
| Octal | 164 | 155 | 43 | 0 | 6 | 106 | 67 | 67 | 66 | 36 |
| Binary | 1110100 | 1101101 | 100011 | 0 | 110 | 1000110 | 110111 | 110111 | 110110 | 11110 |
Color Harmonies of #746D23
Complementary color
Monochromatic Colors of #746D23
Black with #746D23
Text Example
Text Example
White with #746D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D23; }
p { color: rgb(116,109,35); }
H1.HeaderClassName
{
color: #746D23;
}
.AnyTagClassName
{
color: #746D23;
}
</style>
background-color css
<style>
a { background-color: #746D23; }
a { background-color: rgb(116,109,35); }
div.DivClassName
{
background-color: #746D23;
}
.BgClassName
{
background-color: #746D23;
}
</style>
border-color css
<style>
span { border-color: #746D23; }
span { border-color: rgb(116,109,35); }
td.TdClassName
{
border-color: #746D23;
}
.TagClassName
{
border-color: #746D23;
}
</style>