Shades of Olivetone #736F22
Tints of Olivetone #736F22
RGB
CMYK
RGB Variations
Color information
#736F22 (or 0x736F22) is known color: Olivetone. HEX triplet: 73, 6F and 22. RGB value is (115,111,34). Sum of RGB (Red+Green+Blue) = 115+111+34=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #736F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F22 is #8C90DD. Grayscale: #676767. Windows color (decimal): -9212126 or 2256755. OLE color: 2256755.
HSL color Cylindrical-coordinate representation of color #736F22: hue angle of 57.04º 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 #736F22 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 34 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.55 |
| HSL | 57.04º | 0.54% | 0.29% | - |
| HSV(B) | 57.04º | 0.7% | 0.45% | - |
| XYZ | 13.04 | 15.13 | 3.75 | - |
| YUV | 103.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 34 | 0 | 0.03 | 0.70 | 0.55 | 57.04 | 0.54 | 0.29 |
| Hex | 73 | 6F | 22 | 0 | 3 | 46 | 37 | 39 | 36 | 1D |
| Octal | 163 | 157 | 42 | 0 | 3 | 106 | 67 | 71 | 66 | 35 |
| Binary | 1110011 | 1101111 | 100010 | 0 | 11 | 1000110 | 110111 | 111001 | 110110 | 11101 |
Color Harmonies of #736F22
Complementary color
Monochromatic Colors of #736F22
Black with #736F22
Text Example
Text Example
White with #736F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F22; }
p { color: rgb(115,111,34); }
H1.HeaderClassName
{
color: #736F22;
}
.AnyTagClassName
{
color: #736F22;
}
</style>
background-color css
<style>
a { background-color: #736F22; }
a { background-color: rgb(115,111,34); }
div.DivClassName
{
background-color: #736F22;
}
.BgClassName
{
background-color: #736F22;
}
</style>
border-color css
<style>
span { border-color: #736F22; }
span { border-color: rgb(115,111,34); }
td.TdClassName
{
border-color: #736F22;
}
.TagClassName
{
border-color: #736F22;
}
</style>