Shades of Olivetone #737217
Tints of Olivetone #737217
RGB
CMYK
RGB Variations
Color information
#737217 (or 0x737217) is known color: Olivetone. HEX triplet: 73, 72 and 17. RGB value is (115,114,23). Sum of RGB (Red+Green+Blue) = 115+114+23=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #737217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737217 is #8C8DE8. Grayscale: #686868. Windows color (decimal): -9211369 or 1536627. OLE color: 1536627.
HSL color Cylindrical-coordinate representation of color #737217: hue angle of 59.35º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #737217 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 23 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.55 |
| HSL | 59.35º | 0.67% | 0.27% | - |
| HSV(B) | 59.35º | 0.8% | 0.45% | - |
| XYZ | 13.24 | 15.74 | 3.15 | - |
| YUV | 103.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 23 | 0 | 0.01 | 0.80 | 0.55 | 59.35 | 0.67 | 0.27 |
| Hex | 73 | 72 | 17 | 0 | 1 | 50 | 37 | 3B | 43 | 1B |
| Octal | 163 | 162 | 27 | 0 | 1 | 120 | 67 | 73 | 103 | 33 |
| Binary | 1110011 | 1110010 | 10111 | 0 | 1 | 1010000 | 110111 | 111011 | 1000011 | 11011 |
Color Harmonies of #737217
Complementary color
Monochromatic Colors of #737217
Black with #737217
Text Example
Text Example
White with #737217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737217; }
p { color: rgb(115,114,23); }
H1.HeaderClassName
{
color: #737217;
}
.AnyTagClassName
{
color: #737217;
}
</style>
background-color css
<style>
a { background-color: #737217; }
a { background-color: rgb(115,114,23); }
div.DivClassName
{
background-color: #737217;
}
.BgClassName
{
background-color: #737217;
}
</style>
border-color css
<style>
span { border-color: #737217; }
span { border-color: rgb(115,114,23); }
td.TdClassName
{
border-color: #737217;
}
.TagClassName
{
border-color: #737217;
}
</style>