Shades of Olivetone #736E11
Tints of Olivetone #736E11
RGB
CMYK
RGB Variations
Color information
#736E11 (or 0x736E11) is known color: Olivetone. HEX triplet: 73, 6E and 11. RGB value is (115,110,17). Sum of RGB (Red+Green+Blue) = 115+110+17=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E11 is #8C91EE. Grayscale: #656565. Windows color (decimal): -9212399 or 1142387. OLE color: 1142387.
HSL color Cylindrical-coordinate representation of color #736E11: hue angle of 56.94º 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 #736E11 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 17 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.55 |
| HSL | 56.94º | 0.74% | 0.26% | - |
| HSV(B) | 56.94º | 0.85% | 0.45% | - |
| XYZ | 12.75 | 14.84 | 2.72 | - |
| YUV | 100.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 17 | 0 | 0.04 | 0.85 | 0.55 | 56.94 | 0.74 | 0.26 |
| Hex | 73 | 6E | 11 | 0 | 4 | 55 | 37 | 39 | 4A | 1A |
| Octal | 163 | 156 | 21 | 0 | 4 | 125 | 67 | 71 | 112 | 32 |
| Binary | 1110011 | 1101110 | 10001 | 0 | 100 | 1010101 | 110111 | 111001 | 1001010 | 11010 |
Color Harmonies of #736E11
Complementary color
Monochromatic Colors of #736E11
Black with #736E11
Text Example
Text Example
White with #736E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E11; }
p { color: rgb(115,110,17); }
H1.HeaderClassName
{
color: #736E11;
}
.AnyTagClassName
{
color: #736E11;
}
</style>
background-color css
<style>
a { background-color: #736E11; }
a { background-color: rgb(115,110,17); }
div.DivClassName
{
background-color: #736E11;
}
.BgClassName
{
background-color: #736E11;
}
</style>
border-color css
<style>
span { border-color: #736E11; }
span { border-color: rgb(115,110,17); }
td.TdClassName
{
border-color: #736E11;
}
.TagClassName
{
border-color: #736E11;
}
</style>