Shades of Olivetone #737114
Tints of Olivetone #737114
RGB
CMYK
RGB Variations
Color information
#737114 (or 0x737114) is known color: Olivetone. HEX triplet: 73, 71 and 14. RGB value is (115,113,20). Sum of RGB (Red+Green+Blue) = 115+113+20=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #737114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737114 is #8C8EEB. Grayscale: #676767. Windows color (decimal): -9211628 or 1339763. OLE color: 1339763.
HSL color Cylindrical-coordinate representation of color #737114: hue angle of 58.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737114 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 20 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.55 |
| HSL | 58.74º | 0.7% | 0.26% | - |
| HSV(B) | 58.74º | 0.83% | 0.45% | - |
| XYZ | 13.1 | 15.51 | 2.96 | - |
| YUV | 103 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 20 | 0 | 0.02 | 0.83 | 0.55 | 58.74 | 0.7 | 0.26 |
| Hex | 73 | 71 | 14 | 0 | 2 | 53 | 37 | 3B | 46 | 1A |
| Octal | 163 | 161 | 24 | 0 | 2 | 123 | 67 | 73 | 106 | 32 |
| Binary | 1110011 | 1110001 | 10100 | 0 | 10 | 1010011 | 110111 | 111011 | 1000110 | 11010 |
Color Harmonies of #737114
Complementary color
Monochromatic Colors of #737114
Black with #737114
Text Example
Text Example
White with #737114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737114; }
p { color: rgb(115,113,20); }
H1.HeaderClassName
{
color: #737114;
}
.AnyTagClassName
{
color: #737114;
}
</style>
background-color css
<style>
a { background-color: #737114; }
a { background-color: rgb(115,113,20); }
div.DivClassName
{
background-color: #737114;
}
.BgClassName
{
background-color: #737114;
}
</style>
border-color css
<style>
span { border-color: #737114; }
span { border-color: rgb(115,113,20); }
td.TdClassName
{
border-color: #737114;
}
.TagClassName
{
border-color: #737114;
}
</style>