Shades of Olivetone #737121
Tints of Olivetone #737121
RGB
CMYK
RGB Variations
Color information
#737121 (or 0x737121) is known color: Olivetone. HEX triplet: 73, 71 and 21. RGB value is (115,113,33). Sum of RGB (Red+Green+Blue) = 115+113+33=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #737121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737121 is #8C8EDE. Grayscale: #686868. Windows color (decimal): -9211615 or 2191731. OLE color: 2191731.
HSL color Cylindrical-coordinate representation of color #737121: hue angle of 58.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #737121 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 33 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.55 |
| HSL | 58.54º | 0.55% | 0.29% | - |
| HSV(B) | 58.54º | 0.71% | 0.45% | - |
| XYZ | 13.25 | 15.56 | 3.74 | - |
| YUV | 104.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 33 | 0 | 0.02 | 0.71 | 0.55 | 58.54 | 0.55 | 0.29 |
| Hex | 73 | 71 | 21 | 0 | 2 | 47 | 37 | 3B | 37 | 1D |
| Octal | 163 | 161 | 41 | 0 | 2 | 107 | 67 | 73 | 67 | 35 |
| Binary | 1110011 | 1110001 | 100001 | 0 | 10 | 1000111 | 110111 | 111011 | 110111 | 11101 |
Color Harmonies of #737121
Complementary color
Monochromatic Colors of #737121
Black with #737121
Text Example
Text Example
White with #737121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737121; }
p { color: rgb(115,113,33); }
H1.HeaderClassName
{
color: #737121;
}
.AnyTagClassName
{
color: #737121;
}
</style>
background-color css
<style>
a { background-color: #737121; }
a { background-color: rgb(115,113,33); }
div.DivClassName
{
background-color: #737121;
}
.BgClassName
{
background-color: #737121;
}
</style>
border-color css
<style>
span { border-color: #737121; }
span { border-color: rgb(115,113,33); }
td.TdClassName
{
border-color: #737121;
}
.TagClassName
{
border-color: #737121;
}
</style>