Shades of Olivetone #746D21
Tints of Olivetone #746D21
RGB
CMYK
RGB Variations
Color information
#746D21 (or 0x746D21) is known color: Olivetone. HEX triplet: 74, 6D and 21. RGB value is (116,109,33). Sum of RGB (Red+Green+Blue) = 116+109+33=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #746D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D21 is #8B92DE. Grayscale: #666666. Windows color (decimal): -9147103 or 2190708. OLE color: 2190708.
HSL color Cylindrical-coordinate representation of color #746D21: hue angle of 54.94º degrees, saturation: 0.56, 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 #746D21 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 33 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.55 |
| HSL | 54.94º | 0.56% | 0.29% | - |
| HSV(B) | 54.94º | 0.72% | 0.45% | - |
| XYZ | 12.95 | 14.76 | 3.61 | - |
| YUV | 102.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 33 | 0 | 0.06 | 0.72 | 0.55 | 54.94 | 0.56 | 0.29 |
| Hex | 74 | 6D | 21 | 0 | 6 | 48 | 37 | 37 | 38 | 1D |
| Octal | 164 | 155 | 41 | 0 | 6 | 110 | 67 | 67 | 70 | 35 |
| Binary | 1110100 | 1101101 | 100001 | 0 | 110 | 1001000 | 110111 | 110111 | 111000 | 11101 |
Color Harmonies of #746D21
Complementary color
Monochromatic Colors of #746D21
Black with #746D21
Text Example
Text Example
White with #746D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D21; }
p { color: rgb(116,109,33); }
H1.HeaderClassName
{
color: #746D21;
}
.AnyTagClassName
{
color: #746D21;
}
</style>
background-color css
<style>
a { background-color: #746D21; }
a { background-color: rgb(116,109,33); }
div.DivClassName
{
background-color: #746D21;
}
.BgClassName
{
background-color: #746D21;
}
</style>
border-color css
<style>
span { border-color: #746D21; }
span { border-color: rgb(116,109,33); }
td.TdClassName
{
border-color: #746D21;
}
.TagClassName
{
border-color: #746D21;
}
</style>