Shades of Olivetone #736D0F
Tints of Olivetone #736D0F
RGB
CMYK
RGB Variations
Color information
#736D0F (or 0x736D0F) is known color: Olivetone. HEX triplet: 73, 6D and 0F. RGB value is (115,109,15). Sum of RGB (Red+Green+Blue) = 115+109+15=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D0F is #8C92F0. Grayscale: #646464. Windows color (decimal): -9212657 or 1011059. OLE color: 1011059.
HSL color Cylindrical-coordinate representation of color #736D0F: hue angle of 56.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #736D0F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 15 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.55 |
| HSL | 56.4º | 0.77% | 0.25% | - |
| HSV(B) | 56.4º | 0.87% | 0.45% | - |
| XYZ | 12.63 | 14.62 | 2.61 | - |
| YUV | 100.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 15 | 0 | 0.05 | 0.87 | 0.55 | 56.4 | 0.77 | 0.25 |
| Hex | 73 | 6D | F | 0 | 5 | 57 | 37 | 38 | 4D | 19 |
| Octal | 163 | 155 | 17 | 0 | 5 | 127 | 67 | 70 | 115 | 31 |
| Binary | 1110011 | 1101101 | 1111 | 0 | 101 | 1010111 | 110111 | 111000 | 1001101 | 11001 |
Color Harmonies of #736D0F
Complementary color
Monochromatic Colors of #736D0F
Black with #736D0F
Text Example
Text Example
White with #736D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D0F; }
p { color: rgb(115,109,15); }
H1.HeaderClassName
{
color: #736D0F;
}
.AnyTagClassName
{
color: #736D0F;
}
</style>
background-color css
<style>
a { background-color: #736D0F; }
a { background-color: rgb(115,109,15); }
div.DivClassName
{
background-color: #736D0F;
}
.BgClassName
{
background-color: #736D0F;
}
</style>
border-color css
<style>
span { border-color: #736D0F; }
span { border-color: rgb(115,109,15); }
td.TdClassName
{
border-color: #736D0F;
}
.TagClassName
{
border-color: #736D0F;
}
</style>