Shades of Olivetone #747324
Tints of Olivetone #747324
RGB
CMYK
RGB Variations
Color information
#747324 (or 0x747324) is known color: Olivetone. HEX triplet: 74, 73 and 24. RGB value is (116,115,36). Sum of RGB (Red+Green+Blue) = 116+115+36=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #747324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747324 is #8B8CDB. Grayscale: #6A6A6A. Windows color (decimal): -9145564 or 2388852. OLE color: 2388852.
HSL color Cylindrical-coordinate representation of color #747324: hue angle of 59.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #747324 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 36 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.55 |
| HSL | 59.25º | 0.53% | 0.3% | - |
| HSV(B) | 59.25º | 0.69% | 0.45% | - |
| XYZ | 13.65 | 16.1 | 4.06 | - |
| YUV | 106.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 36 | 0 | 0.01 | 0.69 | 0.55 | 59.25 | 0.53 | 0.3 |
| Hex | 74 | 73 | 24 | 0 | 1 | 45 | 37 | 3B | 35 | 1E |
| Octal | 164 | 163 | 44 | 0 | 1 | 105 | 67 | 73 | 65 | 36 |
| Binary | 1110100 | 1110011 | 100100 | 0 | 1 | 1000101 | 110111 | 111011 | 110101 | 11110 |
Color Harmonies of #747324
Complementary color
Monochromatic Colors of #747324
Black with #747324
Text Example
Text Example
White with #747324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747324; }
p { color: rgb(116,115,36); }
H1.HeaderClassName
{
color: #747324;
}
.AnyTagClassName
{
color: #747324;
}
</style>
background-color css
<style>
a { background-color: #747324; }
a { background-color: rgb(116,115,36); }
div.DivClassName
{
background-color: #747324;
}
.BgClassName
{
background-color: #747324;
}
</style>
border-color css
<style>
span { border-color: #747324; }
span { border-color: rgb(116,115,36); }
td.TdClassName
{
border-color: #747324;
}
.TagClassName
{
border-color: #747324;
}
</style>