Shades of Olivetone #736A14
Tints of Olivetone #736A14
RGB
CMYK
RGB Variations
Color information
#736A14 (or 0x736A14) is known color: Olivetone. HEX triplet: 73, 6A and 14. RGB value is (115,106,20). Sum of RGB (Red+Green+Blue) = 115+106+20=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #736A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A14 is #8C95EB. Grayscale: #636363. Windows color (decimal): -9213420 or 1337971. OLE color: 1337971.
HSL color Cylindrical-coordinate representation of color #736A14: hue angle of 54.32º 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 #736A14 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 20 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.55 |
| HSL | 54.32º | 0.7% | 0.26% | - |
| HSV(B) | 54.32º | 0.83% | 0.45% | - |
| XYZ | 12.35 | 14 | 2.71 | - |
| YUV | 98.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 20 | 0 | 0.08 | 0.83 | 0.55 | 54.32 | 0.7 | 0.26 |
| Hex | 73 | 6A | 14 | 0 | 8 | 53 | 37 | 36 | 46 | 1A |
| Octal | 163 | 152 | 24 | 0 | 10 | 123 | 67 | 66 | 106 | 32 |
| Binary | 1110011 | 1101010 | 10100 | 0 | 1000 | 1010011 | 110111 | 110110 | 1000110 | 11010 |
Color Harmonies of #736A14
Complementary color
Monochromatic Colors of #736A14
Black with #736A14
Text Example
Text Example
White with #736A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A14; }
p { color: rgb(115,106,20); }
H1.HeaderClassName
{
color: #736A14;
}
.AnyTagClassName
{
color: #736A14;
}
</style>
background-color css
<style>
a { background-color: #736A14; }
a { background-color: rgb(115,106,20); }
div.DivClassName
{
background-color: #736A14;
}
.BgClassName
{
background-color: #736A14;
}
</style>
border-color css
<style>
span { border-color: #736A14; }
span { border-color: rgb(115,106,20); }
td.TdClassName
{
border-color: #736A14;
}
.TagClassName
{
border-color: #736A14;
}
</style>