Shades of Olivetone #747321
Tints of Olivetone #747321
RGB
CMYK
RGB Variations
Color information
#747321 (or 0x747321) is known color: Olivetone. HEX triplet: 74, 73 and 21. RGB value is (116,115,33). Sum of RGB (Red+Green+Blue) = 116+115+33=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #747321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747321 is #8B8CDE. Grayscale: #6A6A6A. Windows color (decimal): -9145567 or 2192244. OLE color: 2192244.
HSL color Cylindrical-coordinate representation of color #747321: hue angle of 59.28º 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 #747321 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 33 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.55 |
| HSL | 59.28º | 0.56% | 0.29% | - |
| HSV(B) | 59.28º | 0.72% | 0.45% | - |
| XYZ | 13.61 | 16.08 | 3.83 | - |
| YUV | 105.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 33 | 0 | 0.01 | 0.72 | 0.55 | 59.28 | 0.56 | 0.29 |
| Hex | 74 | 73 | 21 | 0 | 1 | 48 | 37 | 3B | 38 | 1D |
| Octal | 164 | 163 | 41 | 0 | 1 | 110 | 67 | 73 | 70 | 35 |
| Binary | 1110100 | 1110011 | 100001 | 0 | 1 | 1001000 | 110111 | 111011 | 111000 | 11101 |
Color Harmonies of #747321
Complementary color
Monochromatic Colors of #747321
Black with #747321
Text Example
Text Example
White with #747321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747321; }
p { color: rgb(116,115,33); }
H1.HeaderClassName
{
color: #747321;
}
.AnyTagClassName
{
color: #747321;
}
</style>
background-color css
<style>
a { background-color: #747321; }
a { background-color: rgb(116,115,33); }
div.DivClassName
{
background-color: #747321;
}
.BgClassName
{
background-color: #747321;
}
</style>
border-color css
<style>
span { border-color: #747321; }
span { border-color: rgb(116,115,33); }
td.TdClassName
{
border-color: #747321;
}
.TagClassName
{
border-color: #747321;
}
</style>