Shades of Olivetone #736F11
Tints of Olivetone #736F11
RGB
CMYK
RGB Variations
Color information
#736F11 (or 0x736F11) is known color: Olivetone. HEX triplet: 73, 6F and 11. RGB value is (115,111,17). Sum of RGB (Red+Green+Blue) = 115+111+17=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #736F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F11 is #8C90EE. Grayscale: #656565. Windows color (decimal): -9212143 or 1142643. OLE color: 1142643.
HSL color Cylindrical-coordinate representation of color #736F11: hue angle of 57.55º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #736F11 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 17 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.55 |
| HSL | 57.55º | 0.74% | 0.26% | - |
| HSV(B) | 57.55º | 0.85% | 0.45% | - |
| XYZ | 12.86 | 15.05 | 2.76 | - |
| YUV | 101.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 17 | 0 | 0.03 | 0.85 | 0.55 | 57.55 | 0.74 | 0.26 |
| Hex | 73 | 6F | 11 | 0 | 3 | 55 | 37 | 3A | 4A | 1A |
| Octal | 163 | 157 | 21 | 0 | 3 | 125 | 67 | 72 | 112 | 32 |
| Binary | 1110011 | 1101111 | 10001 | 0 | 11 | 1010101 | 110111 | 111010 | 1001010 | 11010 |
Color Harmonies of #736F11
Complementary color
Monochromatic Colors of #736F11
Black with #736F11
Text Example
Text Example
White with #736F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F11; }
p { color: rgb(115,111,17); }
H1.HeaderClassName
{
color: #736F11;
}
.AnyTagClassName
{
color: #736F11;
}
</style>
background-color css
<style>
a { background-color: #736F11; }
a { background-color: rgb(115,111,17); }
div.DivClassName
{
background-color: #736F11;
}
.BgClassName
{
background-color: #736F11;
}
</style>
border-color css
<style>
span { border-color: #736F11; }
span { border-color: rgb(115,111,17); }
td.TdClassName
{
border-color: #736F11;
}
.TagClassName
{
border-color: #736F11;
}
</style>