Shades of Olivetone #736D22
Tints of Olivetone #736D22
RGB
CMYK
RGB Variations
Color information
#736D22 (or 0x736D22) is known color: Olivetone. HEX triplet: 73, 6D and 22. RGB value is (115,109,34). Sum of RGB (Red+Green+Blue) = 115+109+34=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #736D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D22 is #8C92DD. Grayscale: #666666. Windows color (decimal): -9212638 or 2256243. OLE color: 2256243.
HSL color Cylindrical-coordinate representation of color #736D22: hue angle of 55.56º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #736D22 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 34 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.55 |
| HSL | 55.56º | 0.54% | 0.29% | - |
| HSV(B) | 55.56º | 0.7% | 0.45% | - |
| XYZ | 12.83 | 14.7 | 3.67 | - |
| YUV | 102.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 34 | 0 | 0.05 | 0.70 | 0.55 | 55.56 | 0.54 | 0.29 |
| Hex | 73 | 6D | 22 | 0 | 5 | 46 | 37 | 38 | 36 | 1D |
| Octal | 163 | 155 | 42 | 0 | 5 | 106 | 67 | 70 | 66 | 35 |
| Binary | 1110011 | 1101101 | 100010 | 0 | 101 | 1000110 | 110111 | 111000 | 110110 | 11101 |
Color Harmonies of #736D22
Complementary color
Monochromatic Colors of #736D22
Black with #736D22
Text Example
Text Example
White with #736D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D22; }
p { color: rgb(115,109,34); }
H1.HeaderClassName
{
color: #736D22;
}
.AnyTagClassName
{
color: #736D22;
}
</style>
background-color css
<style>
a { background-color: #736D22; }
a { background-color: rgb(115,109,34); }
div.DivClassName
{
background-color: #736D22;
}
.BgClassName
{
background-color: #736D22;
}
</style>
border-color css
<style>
span { border-color: #736D22; }
span { border-color: rgb(115,109,34); }
td.TdClassName
{
border-color: #736D22;
}
.TagClassName
{
border-color: #736D22;
}
</style>