Shades of Hippie Green #659160
Tints of Hippie Green #659160
RGB
CMYK
RGB Variations
Color information
#659160 (or 0x659160) is known color: Hippie Green. HEX triplet: 65, 91 and 60. RGB value is (101,145,96). Sum of RGB (Red+Green+Blue) = 101+145+96=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #659160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659160 is #9A6E9F. Grayscale: #7E7E7E. Windows color (decimal): -10120864 or 6328677. OLE color: 6328677.
HSL color Cylindrical-coordinate representation of color #659160: hue angle of 113.88º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659160 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 96 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.43 |
| HSL | 113.88º | 0.2% | 0.47% | - |
| HSV(B) | 113.88º | 0.34% | 0.57% | - |
| XYZ | 17.6 | 23.86 | 14.74 | - |
| YUV | 126.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 96 | 0.30 | 0 | 0.34 | 0.43 | 113.88 | 0.2 | 0.47 |
| Hex | 65 | 91 | 60 | 1E | 0 | 22 | 2B | 72 | 14 | 2F |
| Octal | 145 | 221 | 140 | 36 | 0 | 42 | 53 | 162 | 24 | 57 |
| Binary | 1100101 | 10010001 | 1100000 | 11110 | 0 | 100010 | 101011 | 1110010 | 10100 | 101111 |
Color Harmonies of #659160
Complementary color
Monochromatic Colors of #659160
Black with #659160
Text Example
Text Example
White with #659160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659160; }
p { color: rgb(101,145,96); }
H1.HeaderClassName
{
color: #659160;
}
.AnyTagClassName
{
color: #659160;
}
</style>
background-color css
<style>
a { background-color: #659160; }
a { background-color: rgb(101,145,96); }
div.DivClassName
{
background-color: #659160;
}
.BgClassName
{
background-color: #659160;
}
</style>
border-color css
<style>
span { border-color: #659160; }
span { border-color: rgb(101,145,96); }
td.TdClassName
{
border-color: #659160;
}
.TagClassName
{
border-color: #659160;
}
</style>