Shades of Olivetone #736C10
Tints of Olivetone #736C10
RGB
CMYK
RGB Variations
Color information
#736C10 (or 0x736C10) is known color: Olivetone. HEX triplet: 73, 6C and 10. RGB value is (115,108,16). Sum of RGB (Red+Green+Blue) = 115+108+16=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C10 is #8C93EF. Grayscale: #636363. Windows color (decimal): -9212912 or 1076339. OLE color: 1076339.
HSL color Cylindrical-coordinate representation of color #736C10: hue angle of 55.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #736C10 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 16 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.55 |
| HSL | 55.76º | 0.76% | 0.26% | - |
| HSV(B) | 55.76º | 0.86% | 0.45% | - |
| XYZ | 12.53 | 14.41 | 2.61 | - |
| YUV | 99.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 16 | 0 | 0.06 | 0.86 | 0.55 | 55.76 | 0.76 | 0.26 |
| Hex | 73 | 6C | 10 | 0 | 6 | 56 | 37 | 38 | 4C | 1A |
| Octal | 163 | 154 | 20 | 0 | 6 | 126 | 67 | 70 | 114 | 32 |
| Binary | 1110011 | 1101100 | 10000 | 0 | 110 | 1010110 | 110111 | 111000 | 1001100 | 11010 |
Color Harmonies of #736C10
Complementary color
Monochromatic Colors of #736C10
Black with #736C10
Text Example
Text Example
White with #736C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C10; }
p { color: rgb(115,108,16); }
H1.HeaderClassName
{
color: #736C10;
}
.AnyTagClassName
{
color: #736C10;
}
</style>
background-color css
<style>
a { background-color: #736C10; }
a { background-color: rgb(115,108,16); }
div.DivClassName
{
background-color: #736C10;
}
.BgClassName
{
background-color: #736C10;
}
</style>
border-color css
<style>
span { border-color: #736C10; }
span { border-color: rgb(115,108,16); }
td.TdClassName
{
border-color: #736C10;
}
.TagClassName
{
border-color: #736C10;
}
</style>