Shades of Olivetone #736F23
Tints of Olivetone #736F23
RGB
CMYK
RGB Variations
Color information
#736F23 (or 0x736F23) is known color: Olivetone. HEX triplet: 73, 6F and 23. RGB value is (115,111,35). Sum of RGB (Red+Green+Blue) = 115+111+35=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #736F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F23 is #8C90DC. Grayscale: #676767. Windows color (decimal): -9212125 or 2322291. OLE color: 2322291.
HSL color Cylindrical-coordinate representation of color #736F23: hue angle of 57º degrees, saturation: 0.53, 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 #736F23 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 35 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.55 |
| HSL | 57º | 0.53% | 0.29% | - |
| HSV(B) | 57º | 0.7% | 0.45% | - |
| XYZ | 13.06 | 15.14 | 3.82 | - |
| YUV | 103.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 35 | 0 | 0.03 | 0.70 | 0.55 | 57 | 0.53 | 0.29 |
| Hex | 73 | 6F | 23 | 0 | 3 | 46 | 37 | 39 | 35 | 1D |
| Octal | 163 | 157 | 43 | 0 | 3 | 106 | 67 | 71 | 65 | 35 |
| Binary | 1110011 | 1101111 | 100011 | 0 | 11 | 1000110 | 110111 | 111001 | 110101 | 11101 |
Color Harmonies of #736F23
Complementary color
Monochromatic Colors of #736F23
Black with #736F23
Text Example
Text Example
White with #736F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F23; }
p { color: rgb(115,111,35); }
H1.HeaderClassName
{
color: #736F23;
}
.AnyTagClassName
{
color: #736F23;
}
</style>
background-color css
<style>
a { background-color: #736F23; }
a { background-color: rgb(115,111,35); }
div.DivClassName
{
background-color: #736F23;
}
.BgClassName
{
background-color: #736F23;
}
</style>
border-color css
<style>
span { border-color: #736F23; }
span { border-color: rgb(115,111,35); }
td.TdClassName
{
border-color: #736F23;
}
.TagClassName
{
border-color: #736F23;
}
</style>