Shades of Olivetone #736E14
Tints of Olivetone #736E14
RGB
CMYK
RGB Variations
Color information
#736E14 (or 0x736E14) is known color: Olivetone. HEX triplet: 73, 6E and 14. RGB value is (115,110,20). Sum of RGB (Red+Green+Blue) = 115+110+20=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #736E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E14 is #8C91EB. Grayscale: #656565. Windows color (decimal): -9212396 or 1338995. OLE color: 1338995.
HSL color Cylindrical-coordinate representation of color #736E14: hue angle of 56.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #736E14 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 20 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.55 |
| HSL | 56.84º | 0.7% | 0.26% | - |
| HSV(B) | 56.84º | 0.83% | 0.45% | - |
| XYZ | 12.77 | 14.85 | 2.85 | - |
| YUV | 101.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 20 | 0 | 0.04 | 0.83 | 0.55 | 56.84 | 0.7 | 0.26 |
| Hex | 73 | 6E | 14 | 0 | 4 | 53 | 37 | 39 | 46 | 1A |
| Octal | 163 | 156 | 24 | 0 | 4 | 123 | 67 | 71 | 106 | 32 |
| Binary | 1110011 | 1101110 | 10100 | 0 | 100 | 1010011 | 110111 | 111001 | 1000110 | 11010 |
Color Harmonies of #736E14
Complementary color
Monochromatic Colors of #736E14
Black with #736E14
Text Example
Text Example
White with #736E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E14; }
p { color: rgb(115,110,20); }
H1.HeaderClassName
{
color: #736E14;
}
.AnyTagClassName
{
color: #736E14;
}
</style>
background-color css
<style>
a { background-color: #736E14; }
a { background-color: rgb(115,110,20); }
div.DivClassName
{
background-color: #736E14;
}
.BgClassName
{
background-color: #736E14;
}
</style>
border-color css
<style>
span { border-color: #736E14; }
span { border-color: rgb(115,110,20); }
td.TdClassName
{
border-color: #736E14;
}
.TagClassName
{
border-color: #736E14;
}
</style>