Shades of Olivetone #737411
Tints of Olivetone #737411
RGB
CMYK
RGB Variations
Color information
#737411 (or 0x737411) is known color: Olivetone. HEX triplet: 73, 74 and 11. RGB value is (115,116,17). Sum of RGB (Red+Green+Blue) = 115+116+17=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #737411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737411 is #8C8BEE. Grayscale: #686868. Windows color (decimal): -9210863 or 1143923. OLE color: 1143923.
HSL color Cylindrical-coordinate representation of color #737411: hue angle of 60.61º 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 #737411 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 17 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.55 |
| HSL | 60.61º | 0.74% | 0.26% | - |
| HSV(B) | 60.61º | 0.85% | 0.45% | - |
| XYZ | 13.42 | 16.18 | 2.95 | - |
| YUV | 104.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 17 | 0.01 | 0 | 0.85 | 0.55 | 60.61 | 0.74 | 0.26 |
| Hex | 73 | 74 | 11 | 1 | 0 | 55 | 37 | 3D | 4A | 1A |
| Octal | 163 | 164 | 21 | 1 | 0 | 125 | 67 | 75 | 112 | 32 |
| Binary | 1110011 | 1110100 | 10001 | 1 | 0 | 1010101 | 110111 | 111101 | 1001010 | 11010 |
Color Harmonies of #737411
Complementary color
Monochromatic Colors of #737411
Black with #737411
Text Example
Text Example
White with #737411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737411; }
p { color: rgb(115,116,17); }
H1.HeaderClassName
{
color: #737411;
}
.AnyTagClassName
{
color: #737411;
}
</style>
background-color css
<style>
a { background-color: #737411; }
a { background-color: rgb(115,116,17); }
div.DivClassName
{
background-color: #737411;
}
.BgClassName
{
background-color: #737411;
}
</style>
border-color css
<style>
span { border-color: #737411; }
span { border-color: rgb(115,116,17); }
td.TdClassName
{
border-color: #737411;
}
.TagClassName
{
border-color: #737411;
}
</style>