Shades of Olivetone #736D17
Tints of Olivetone #736D17
RGB
CMYK
RGB Variations
Color information
#736D17 (or 0x736D17) is known color: Olivetone. HEX triplet: 73, 6D and 17. RGB value is (115,109,23). Sum of RGB (Red+Green+Blue) = 115+109+23=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #736D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D17 is #8C92E8. Grayscale: #656565. Windows color (decimal): -9212649 or 1535347. OLE color: 1535347.
HSL color Cylindrical-coordinate representation of color #736D17: hue angle of 56.09º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #736D17 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 23 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.55 |
| HSL | 56.09º | 0.67% | 0.27% | - |
| HSV(B) | 56.09º | 0.8% | 0.45% | - |
| XYZ | 12.69 | 14.64 | 2.97 | - |
| YUV | 100.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 23 | 0 | 0.05 | 0.80 | 0.55 | 56.09 | 0.67 | 0.27 |
| Hex | 73 | 6D | 17 | 0 | 5 | 50 | 37 | 38 | 43 | 1B |
| Octal | 163 | 155 | 27 | 0 | 5 | 120 | 67 | 70 | 103 | 33 |
| Binary | 1110011 | 1101101 | 10111 | 0 | 101 | 1010000 | 110111 | 111000 | 1000011 | 11011 |
Color Harmonies of #736D17
Complementary color
Monochromatic Colors of #736D17
Black with #736D17
Text Example
Text Example
White with #736D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D17; }
p { color: rgb(115,109,23); }
H1.HeaderClassName
{
color: #736D17;
}
.AnyTagClassName
{
color: #736D17;
}
</style>
background-color css
<style>
a { background-color: #736D17; }
a { background-color: rgb(115,109,23); }
div.DivClassName
{
background-color: #736D17;
}
.BgClassName
{
background-color: #736D17;
}
</style>
border-color css
<style>
span { border-color: #736D17; }
span { border-color: rgb(115,109,23); }
td.TdClassName
{
border-color: #736D17;
}
.TagClassName
{
border-color: #736D17;
}
</style>