Shades of Olivetone #736C0D
Tints of Olivetone #736C0D
RGB
CMYK
RGB Variations
Color information
#736C0D (or 0x736C0D) is known color: Olivetone. HEX triplet: 73, 6C and 0D. RGB value is (115,108,13). Sum of RGB (Red+Green+Blue) = 115+108+13=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C0D is #8C93F2. Grayscale: #636363. Windows color (decimal): -9212915 or 879731. OLE color: 879731.
HSL color Cylindrical-coordinate representation of color #736C0D: hue angle of 55.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #736C0D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 13 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.55 |
| HSL | 55.88º | 0.8% | 0.25% | - |
| HSV(B) | 55.88º | 0.89% | 0.45% | - |
| XYZ | 12.51 | 14.4 | 2.5 | - |
| YUV | 99.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 13 | 0 | 0.06 | 0.89 | 0.55 | 55.88 | 0.8 | 0.25 |
| Hex | 73 | 6C | D | 0 | 6 | 59 | 37 | 38 | 50 | 19 |
| Octal | 163 | 154 | 15 | 0 | 6 | 131 | 67 | 70 | 120 | 31 |
| Binary | 1110011 | 1101100 | 1101 | 0 | 110 | 1011001 | 110111 | 111000 | 1010000 | 11001 |
Color Harmonies of #736C0D
Complementary color
Monochromatic Colors of #736C0D
Black with #736C0D
Text Example
Text Example
White with #736C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C0D; }
p { color: rgb(115,108,13); }
H1.HeaderClassName
{
color: #736C0D;
}
.AnyTagClassName
{
color: #736C0D;
}
</style>
background-color css
<style>
a { background-color: #736C0D; }
a { background-color: rgb(115,108,13); }
div.DivClassName
{
background-color: #736C0D;
}
.BgClassName
{
background-color: #736C0D;
}
</style>
border-color css
<style>
span { border-color: #736C0D; }
span { border-color: rgb(115,108,13); }
td.TdClassName
{
border-color: #736C0D;
}
.TagClassName
{
border-color: #736C0D;
}
</style>