Shades of Olivetone #737514
Tints of Olivetone #737514
RGB
CMYK
RGB Variations
Color information
#737514 (or 0x737514) is known color: Olivetone. HEX triplet: 73, 75 and 14. RGB value is (115,117,20). Sum of RGB (Red+Green+Blue) = 115+117+20=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #737514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737514 is #8C8AEB. Grayscale: #696969. Windows color (decimal): -9210604 or 1340787. OLE color: 1340787.
HSL color Cylindrical-coordinate representation of color #737514: hue angle of 61.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737514 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 20 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.54 |
| HSL | 61.24º | 0.71% | 0.27% | - |
| HSV(B) | 61.24º | 0.83% | 0.46% | - |
| XYZ | 13.56 | 16.42 | 3.12 | - |
| YUV | 105.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 20 | 0.02 | 0 | 0.83 | 0.54 | 61.24 | 0.71 | 0.27 |
| Hex | 73 | 75 | 14 | 2 | 0 | 53 | 36 | 3D | 47 | 1B |
| Octal | 163 | 165 | 24 | 2 | 0 | 123 | 66 | 75 | 107 | 33 |
| Binary | 1110011 | 1110101 | 10100 | 10 | 0 | 1010011 | 110110 | 111101 | 1000111 | 11011 |
Color Harmonies of #737514
Complementary color
Monochromatic Colors of #737514
Black with #737514
Text Example
Text Example
White with #737514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737514; }
p { color: rgb(115,117,20); }
H1.HeaderClassName
{
color: #737514;
}
.AnyTagClassName
{
color: #737514;
}
</style>
background-color css
<style>
a { background-color: #737514; }
a { background-color: rgb(115,117,20); }
div.DivClassName
{
background-color: #737514;
}
.BgClassName
{
background-color: #737514;
}
</style>
border-color css
<style>
span { border-color: #737514; }
span { border-color: rgb(115,117,20); }
td.TdClassName
{
border-color: #737514;
}
.TagClassName
{
border-color: #737514;
}
</style>