Shades of Olivetone #736F14
Tints of Olivetone #736F14
RGB
CMYK
RGB Variations
Color information
#736F14 (or 0x736F14) is known color: Olivetone. HEX triplet: 73, 6F and 14. RGB value is (115,111,20). Sum of RGB (Red+Green+Blue) = 115+111+20=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #736F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F14 is #8C90EB. Grayscale: #666666. Windows color (decimal): -9212140 or 1339251. OLE color: 1339251.
HSL color Cylindrical-coordinate representation of color #736F14: hue angle of 57.47º 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 #736F14 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 20 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.55 |
| HSL | 57.47º | 0.7% | 0.26% | - |
| HSV(B) | 57.47º | 0.83% | 0.45% | - |
| XYZ | 12.88 | 15.06 | 2.89 | - |
| YUV | 101.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 20 | 0 | 0.03 | 0.83 | 0.55 | 57.47 | 0.7 | 0.26 |
| Hex | 73 | 6F | 14 | 0 | 3 | 53 | 37 | 39 | 46 | 1A |
| Octal | 163 | 157 | 24 | 0 | 3 | 123 | 67 | 71 | 106 | 32 |
| Binary | 1110011 | 1101111 | 10100 | 0 | 11 | 1010011 | 110111 | 111001 | 1000110 | 11010 |
Color Harmonies of #736F14
Complementary color
Monochromatic Colors of #736F14
Black with #736F14
Text Example
Text Example
White with #736F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F14; }
p { color: rgb(115,111,20); }
H1.HeaderClassName
{
color: #736F14;
}
.AnyTagClassName
{
color: #736F14;
}
</style>
background-color css
<style>
a { background-color: #736F14; }
a { background-color: rgb(115,111,20); }
div.DivClassName
{
background-color: #736F14;
}
.BgClassName
{
background-color: #736F14;
}
</style>
border-color css
<style>
span { border-color: #736F14; }
span { border-color: rgb(115,111,20); }
td.TdClassName
{
border-color: #736F14;
}
.TagClassName
{
border-color: #736F14;
}
</style>