Shades of Olivetone #737214
Tints of Olivetone #737214
RGB
CMYK
RGB Variations
Color information
#737214 (or 0x737214) is known color: Olivetone. HEX triplet: 73, 72 and 14. RGB value is (115,114,20). Sum of RGB (Red+Green+Blue) = 115+114+20=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #737214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737214 is #8C8DEB. Grayscale: #676767. Windows color (decimal): -9211372 or 1340019. OLE color: 1340019.
HSL color Cylindrical-coordinate representation of color #737214: hue angle of 59.37º 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 #737214 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 20 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.55 |
| HSL | 59.37º | 0.7% | 0.26% | - |
| HSV(B) | 59.37º | 0.83% | 0.45% | - |
| XYZ | 13.21 | 15.73 | 3 | - |
| YUV | 103.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 20 | 0 | 0.01 | 0.83 | 0.55 | 59.37 | 0.7 | 0.26 |
| Hex | 73 | 72 | 14 | 0 | 1 | 53 | 37 | 3B | 46 | 1A |
| Octal | 163 | 162 | 24 | 0 | 1 | 123 | 67 | 73 | 106 | 32 |
| Binary | 1110011 | 1110010 | 10100 | 0 | 1 | 1010011 | 110111 | 111011 | 1000110 | 11010 |
Color Harmonies of #737214
Complementary color
Monochromatic Colors of #737214
Black with #737214
Text Example
Text Example
White with #737214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737214; }
p { color: rgb(115,114,20); }
H1.HeaderClassName
{
color: #737214;
}
.AnyTagClassName
{
color: #737214;
}
</style>
background-color css
<style>
a { background-color: #737214; }
a { background-color: rgb(115,114,20); }
div.DivClassName
{
background-color: #737214;
}
.BgClassName
{
background-color: #737214;
}
</style>
border-color css
<style>
span { border-color: #737214; }
span { border-color: rgb(115,114,20); }
td.TdClassName
{
border-color: #737214;
}
.TagClassName
{
border-color: #737214;
}
</style>