Shades of Olivetone #737617
Tints of Olivetone #737617
RGB
CMYK
RGB Variations
Color information
#737617 (or 0x737617) is known color: Olivetone. HEX triplet: 73, 76 and 17. RGB value is (115,118,23). Sum of RGB (Red+Green+Blue) = 115+118+23=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #737617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737617 is #8C89E8. Grayscale: #6A6A6A. Windows color (decimal): -9210345 or 1537651. OLE color: 1537651.
HSL color Cylindrical-coordinate representation of color #737617: hue angle of 61.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #737617 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 23 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.54 |
| HSL | 61.89º | 0.67% | 0.28% | - |
| HSV(B) | 61.89º | 0.81% | 0.46% | - |
| XYZ | 13.7 | 16.66 | 3.3 | - |
| YUV | 106.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 23 | 0.03 | 0 | 0.81 | 0.54 | 61.89 | 0.67 | 0.28 |
| Hex | 73 | 76 | 17 | 3 | 0 | 51 | 36 | 3E | 43 | 1C |
| Octal | 163 | 166 | 27 | 3 | 0 | 121 | 66 | 76 | 103 | 34 |
| Binary | 1110011 | 1110110 | 10111 | 11 | 0 | 1010001 | 110110 | 111110 | 1000011 | 11100 |
Color Harmonies of #737617
Complementary color
Monochromatic Colors of #737617
Black with #737617
Text Example
Text Example
White with #737617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737617; }
p { color: rgb(115,118,23); }
H1.HeaderClassName
{
color: #737617;
}
.AnyTagClassName
{
color: #737617;
}
</style>
background-color css
<style>
a { background-color: #737617; }
a { background-color: rgb(115,118,23); }
div.DivClassName
{
background-color: #737617;
}
.BgClassName
{
background-color: #737617;
}
</style>
border-color css
<style>
span { border-color: #737617; }
span { border-color: rgb(115,118,23); }
td.TdClassName
{
border-color: #737617;
}
.TagClassName
{
border-color: #737617;
}
</style>