Shades of Olivetone #737126
Tints of Olivetone #737126
RGB
CMYK
RGB Variations
Color information
#737126 (or 0x737126) is known color: Olivetone. HEX triplet: 73, 71 and 26. RGB value is (115,113,38). Sum of RGB (Red+Green+Blue) = 115+113+38=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #737126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737126 is #8C8ED9. Grayscale: #696969. Windows color (decimal): -9211610 or 2519411. OLE color: 2519411.
HSL color Cylindrical-coordinate representation of color #737126: hue angle of 58.44º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #737126 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 38 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.55 |
| HSL | 58.44º | 0.5% | 0.3% | - |
| HSV(B) | 58.44º | 0.67% | 0.45% | - |
| XYZ | 13.33 | 15.6 | 4.14 | - |
| YUV | 105.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 38 | 0 | 0.02 | 0.67 | 0.55 | 58.44 | 0.5 | 0.3 |
| Hex | 73 | 71 | 26 | 0 | 2 | 43 | 37 | 3A | 32 | 1E |
| Octal | 163 | 161 | 46 | 0 | 2 | 103 | 67 | 72 | 62 | 36 |
| Binary | 1110011 | 1110001 | 100110 | 0 | 10 | 1000011 | 110111 | 111010 | 110010 | 11110 |
Color Harmonies of #737126
Complementary color
Monochromatic Colors of #737126
Black with #737126
Text Example
Text Example
White with #737126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737126; }
p { color: rgb(115,113,38); }
H1.HeaderClassName
{
color: #737126;
}
.AnyTagClassName
{
color: #737126;
}
</style>
background-color css
<style>
a { background-color: #737126; }
a { background-color: rgb(115,113,38); }
div.DivClassName
{
background-color: #737126;
}
.BgClassName
{
background-color: #737126;
}
</style>
border-color css
<style>
span { border-color: #737126; }
span { border-color: rgb(115,113,38); }
td.TdClassName
{
border-color: #737126;
}
.TagClassName
{
border-color: #737126;
}
</style>