Shades of Olivetone #746A20
Tints of Olivetone #746A20
RGB
CMYK
RGB Variations
Color information
#746A20 (or 0x746A20) is known color: Olivetone. HEX triplet: 74, 6A and 20. RGB value is (116,106,32). Sum of RGB (Red+Green+Blue) = 116+106+32=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A20 is #8B95DF. Grayscale: #646464. Windows color (decimal): -9147872 or 2124404. OLE color: 2124404.
HSL color Cylindrical-coordinate representation of color #746A20: hue angle of 52.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746A20 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 32 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.55 |
| HSL | 52.86º | 0.57% | 0.29% | - |
| HSV(B) | 52.86º | 0.72% | 0.45% | - |
| XYZ | 12.62 | 14.13 | 3.43 | - |
| YUV | 100.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 32 | 0 | 0.09 | 0.72 | 0.55 | 52.86 | 0.57 | 0.29 |
| Hex | 74 | 6A | 20 | 0 | 9 | 48 | 37 | 35 | 39 | 1D |
| Octal | 164 | 152 | 40 | 0 | 11 | 110 | 67 | 65 | 71 | 35 |
| Binary | 1110100 | 1101010 | 100000 | 0 | 1001 | 1001000 | 110111 | 110101 | 111001 | 11101 |
Color Harmonies of #746A20
Complementary color
Monochromatic Colors of #746A20
Black with #746A20
Text Example
Text Example
White with #746A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A20; }
p { color: rgb(116,106,32); }
H1.HeaderClassName
{
color: #746A20;
}
.AnyTagClassName
{
color: #746A20;
}
</style>
background-color css
<style>
a { background-color: #746A20; }
a { background-color: rgb(116,106,32); }
div.DivClassName
{
background-color: #746A20;
}
.BgClassName
{
background-color: #746A20;
}
</style>
border-color css
<style>
span { border-color: #746A20; }
span { border-color: rgb(116,106,32); }
td.TdClassName
{
border-color: #746A20;
}
.TagClassName
{
border-color: #746A20;
}
</style>