Shades of Olivetone #736D27
Tints of Olivetone #736D27
RGB
CMYK
RGB Variations
Color information
#736D27 (or 0x736D27) is known color: Olivetone. HEX triplet: 73, 6D and 27. RGB value is (115,109,39). Sum of RGB (Red+Green+Blue) = 115+109+39=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #736D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D27 is #8C92D8. Grayscale: #676767. Windows color (decimal): -9212633 or 2583923. OLE color: 2583923.
HSL color Cylindrical-coordinate representation of color #736D27: hue angle of 55.26º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #736D27 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 39 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.55 |
| HSL | 55.26º | 0.49% | 0.3% | - |
| HSV(B) | 55.26º | 0.66% | 0.45% | - |
| XYZ | 12.91 | 14.73 | 4.08 | - |
| YUV | 102.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 39 | 0 | 0.05 | 0.66 | 0.55 | 55.26 | 0.49 | 0.3 |
| Hex | 73 | 6D | 27 | 0 | 5 | 42 | 37 | 37 | 31 | 1E |
| Octal | 163 | 155 | 47 | 0 | 5 | 102 | 67 | 67 | 61 | 36 |
| Binary | 1110011 | 1101101 | 100111 | 0 | 101 | 1000010 | 110111 | 110111 | 110001 | 11110 |
Color Harmonies of #736D27
Complementary color
Monochromatic Colors of #736D27
Black with #736D27
Text Example
Text Example
White with #736D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D27; }
p { color: rgb(115,109,39); }
H1.HeaderClassName
{
color: #736D27;
}
.AnyTagClassName
{
color: #736D27;
}
</style>
background-color css
<style>
a { background-color: #736D27; }
a { background-color: rgb(115,109,39); }
div.DivClassName
{
background-color: #736D27;
}
.BgClassName
{
background-color: #736D27;
}
</style>
border-color css
<style>
span { border-color: #736D27; }
span { border-color: rgb(115,109,39); }
td.TdClassName
{
border-color: #736D27;
}
.TagClassName
{
border-color: #736D27;
}
</style>