Shades of Olivetone #737124
Tints of Olivetone #737124
RGB
CMYK
RGB Variations
Color information
#737124 (or 0x737124) is known color: Olivetone. HEX triplet: 73, 71 and 24. RGB value is (115,113,36). Sum of RGB (Red+Green+Blue) = 115+113+36=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #737124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737124 is #8C8EDB. Grayscale: #696969. Windows color (decimal): -9211612 or 2388339. OLE color: 2388339.
HSL color Cylindrical-coordinate representation of color #737124: hue angle of 58.48º degrees, saturation: 0.52, 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 #737124 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 36 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.55 |
| HSL | 58.48º | 0.52% | 0.3% | - |
| HSV(B) | 58.48º | 0.69% | 0.45% | - |
| XYZ | 13.29 | 15.58 | 3.98 | - |
| YUV | 104.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 36 | 0 | 0.02 | 0.69 | 0.55 | 58.48 | 0.52 | 0.3 |
| Hex | 73 | 71 | 24 | 0 | 2 | 45 | 37 | 3A | 34 | 1E |
| Octal | 163 | 161 | 44 | 0 | 2 | 105 | 67 | 72 | 64 | 36 |
| Binary | 1110011 | 1110001 | 100100 | 0 | 10 | 1000101 | 110111 | 111010 | 110100 | 11110 |
Color Harmonies of #737124
Complementary color
Monochromatic Colors of #737124
Black with #737124
Text Example
Text Example
White with #737124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737124; }
p { color: rgb(115,113,36); }
H1.HeaderClassName
{
color: #737124;
}
.AnyTagClassName
{
color: #737124;
}
</style>
background-color css
<style>
a { background-color: #737124; }
a { background-color: rgb(115,113,36); }
div.DivClassName
{
background-color: #737124;
}
.BgClassName
{
background-color: #737124;
}
</style>
border-color css
<style>
span { border-color: #737124; }
span { border-color: rgb(115,113,36); }
td.TdClassName
{
border-color: #737124;
}
.TagClassName
{
border-color: #737124;
}
</style>