Shades of Olivetone #736B14
Tints of Olivetone #736B14
RGB
CMYK
RGB Variations
Color information
#736B14 (or 0x736B14) is known color: Olivetone. HEX triplet: 73, 6B and 14. RGB value is (115,107,20). Sum of RGB (Red+Green+Blue) = 115+107+20=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B14 is #8C94EB. Grayscale: #636363. Windows color (decimal): -9213164 or 1338227. OLE color: 1338227.
HSL color Cylindrical-coordinate representation of color #736B14: hue angle of 54.95º 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 #736B14 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 20 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.55 |
| HSL | 54.95º | 0.7% | 0.26% | - |
| HSV(B) | 54.95º | 0.83% | 0.45% | - |
| XYZ | 12.45 | 14.21 | 2.75 | - |
| YUV | 99.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 20 | 0 | 0.07 | 0.83 | 0.55 | 54.95 | 0.7 | 0.26 |
| Hex | 73 | 6B | 14 | 0 | 7 | 53 | 37 | 37 | 46 | 1A |
| Octal | 163 | 153 | 24 | 0 | 7 | 123 | 67 | 67 | 106 | 32 |
| Binary | 1110011 | 1101011 | 10100 | 0 | 111 | 1010011 | 110111 | 110111 | 1000110 | 11010 |
Color Harmonies of #736B14
Complementary color
Monochromatic Colors of #736B14
Black with #736B14
Text Example
Text Example
White with #736B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B14; }
p { color: rgb(115,107,20); }
H1.HeaderClassName
{
color: #736B14;
}
.AnyTagClassName
{
color: #736B14;
}
</style>
background-color css
<style>
a { background-color: #736B14; }
a { background-color: rgb(115,107,20); }
div.DivClassName
{
background-color: #736B14;
}
.BgClassName
{
background-color: #736B14;
}
</style>
border-color css
<style>
span { border-color: #736B14; }
span { border-color: rgb(115,107,20); }
td.TdClassName
{
border-color: #736B14;
}
.TagClassName
{
border-color: #736B14;
}
</style>