Shades of Olivetone #746C23
Tints of Olivetone #746C23
RGB
CMYK
RGB Variations
Color information
#746C23 (or 0x746C23) is known color: Olivetone. HEX triplet: 74, 6C and 23. RGB value is (116,108,35). Sum of RGB (Red+Green+Blue) = 116+108+35=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #746C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C23 is #8B93DC. Grayscale: #666666. Windows color (decimal): -9147357 or 2321524. OLE color: 2321524.
HSL color Cylindrical-coordinate representation of color #746C23: hue angle of 54.07º 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 #746C23 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 35 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.55 |
| HSL | 54.07º | 0.54% | 0.3% | - |
| HSV(B) | 54.07º | 0.7% | 0.45% | - |
| XYZ | 12.87 | 14.56 | 3.72 | - |
| YUV | 102.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 35 | 0 | 0.07 | 0.70 | 0.55 | 54.07 | 0.54 | 0.3 |
| Hex | 74 | 6C | 23 | 0 | 7 | 46 | 37 | 36 | 36 | 1E |
| Octal | 164 | 154 | 43 | 0 | 7 | 106 | 67 | 66 | 66 | 36 |
| Binary | 1110100 | 1101100 | 100011 | 0 | 111 | 1000110 | 110111 | 110110 | 110110 | 11110 |
Color Harmonies of #746C23
Complementary color
Monochromatic Colors of #746C23
Black with #746C23
Text Example
Text Example
White with #746C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C23; }
p { color: rgb(116,108,35); }
H1.HeaderClassName
{
color: #746C23;
}
.AnyTagClassName
{
color: #746C23;
}
</style>
background-color css
<style>
a { background-color: #746C23; }
a { background-color: rgb(116,108,35); }
div.DivClassName
{
background-color: #746C23;
}
.BgClassName
{
background-color: #746C23;
}
</style>
border-color css
<style>
span { border-color: #746C23; }
span { border-color: rgb(116,108,35); }
td.TdClassName
{
border-color: #746C23;
}
.TagClassName
{
border-color: #746C23;
}
</style>