Shades of Olivetone #757617
Tints of Olivetone #757617
RGB
CMYK
RGB Variations
Color information
#757617 (or 0x757617) is known color: Olivetone. HEX triplet: 75, 76 and 17. RGB value is (117,118,23). Sum of RGB (Red+Green+Blue) = 117+118+23=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #757617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757617 is #8A89E8. Grayscale: #6B6B6B. Windows color (decimal): -9079273 or 1537653. OLE color: 1537653.
HSL color Cylindrical-coordinate representation of color #757617: hue angle of 60.63º 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 #757617 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 23 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.54 |
| HSL | 60.63º | 0.67% | 0.28% | - |
| HSV(B) | 60.63º | 0.81% | 0.46% | - |
| XYZ | 13.97 | 16.8 | 3.32 | - |
| YUV | 106.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 23 | 0.01 | 0 | 0.81 | 0.54 | 60.63 | 0.67 | 0.28 |
| Hex | 75 | 76 | 17 | 1 | 0 | 51 | 36 | 3D | 43 | 1C |
| Octal | 165 | 166 | 27 | 1 | 0 | 121 | 66 | 75 | 103 | 34 |
| Binary | 1110101 | 1110110 | 10111 | 1 | 0 | 1010001 | 110110 | 111101 | 1000011 | 11100 |
Color Harmonies of #757617
Complementary color
Monochromatic Colors of #757617
Black with #757617
Text Example
Text Example
White with #757617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757617; }
p { color: rgb(117,118,23); }
H1.HeaderClassName
{
color: #757617;
}
.AnyTagClassName
{
color: #757617;
}
</style>
background-color css
<style>
a { background-color: #757617; }
a { background-color: rgb(117,118,23); }
div.DivClassName
{
background-color: #757617;
}
.BgClassName
{
background-color: #757617;
}
</style>
border-color css
<style>
span { border-color: #757617; }
span { border-color: rgb(117,118,23); }
td.TdClassName
{
border-color: #757617;
}
.TagClassName
{
border-color: #757617;
}
</style>