Shades of Olivetone #737111
Tints of Olivetone #737111
RGB
CMYK
RGB Variations
Color information
#737111 (or 0x737111) is known color: Olivetone. HEX triplet: 73, 71 and 11. RGB value is (115,113,17). Sum of RGB (Red+Green+Blue) = 115+113+17=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #737111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737111 is #8C8EEE. Grayscale: #676767. Windows color (decimal): -9211631 or 1143155. OLE color: 1143155.
HSL color Cylindrical-coordinate representation of color #737111: hue angle of 58.78º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #737111 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 17 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.55 |
| HSL | 58.78º | 0.74% | 0.26% | - |
| HSV(B) | 58.78º | 0.85% | 0.45% | - |
| XYZ | 13.08 | 15.5 | 2.83 | - |
| YUV | 102.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 17 | 0 | 0.02 | 0.85 | 0.55 | 58.78 | 0.74 | 0.26 |
| Hex | 73 | 71 | 11 | 0 | 2 | 55 | 37 | 3B | 4A | 1A |
| Octal | 163 | 161 | 21 | 0 | 2 | 125 | 67 | 73 | 112 | 32 |
| Binary | 1110011 | 1110001 | 10001 | 0 | 10 | 1010101 | 110111 | 111011 | 1001010 | 11010 |
Color Harmonies of #737111
Complementary color
Monochromatic Colors of #737111
Black with #737111
Text Example
Text Example
White with #737111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737111; }
p { color: rgb(115,113,17); }
H1.HeaderClassName
{
color: #737111;
}
.AnyTagClassName
{
color: #737111;
}
</style>
background-color css
<style>
a { background-color: #737111; }
a { background-color: rgb(115,113,17); }
div.DivClassName
{
background-color: #737111;
}
.BgClassName
{
background-color: #737111;
}
</style>
border-color css
<style>
span { border-color: #737111; }
span { border-color: rgb(115,113,17); }
td.TdClassName
{
border-color: #737111;
}
.TagClassName
{
border-color: #737111;
}
</style>