Shades of Hippie Green #659559
Tints of Hippie Green #659559
RGB
CMYK
RGB Variations
Color information
#659559 (or 0x659559) is known color: Hippie Green. HEX triplet: 65, 95 and 59. RGB value is (101,149,89). Sum of RGB (Red+Green+Blue) = 101+149+89=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #659559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659559 is #9A6AA6. Grayscale: #808080. Windows color (decimal): -10119847 or 5870949. OLE color: 5870949.
HSL color Cylindrical-coordinate representation of color #659559: hue angle of 108º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #659559 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 89 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.42 |
| HSL | 108º | 0.25% | 0.47% | - |
| HSV(B) | 108º | 0.4% | 0.58% | - |
| XYZ | 17.92 | 24.98 | 13.33 | - |
| YUV | 127.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 89 | 0.32 | 0 | 0.40 | 0.42 | 108 | 0.25 | 0.47 |
| Hex | 65 | 95 | 59 | 20 | 0 | 28 | 2A | 6C | 19 | 2F |
| Octal | 145 | 225 | 131 | 40 | 0 | 50 | 52 | 154 | 31 | 57 |
| Binary | 1100101 | 10010101 | 1011001 | 100000 | 0 | 101000 | 101010 | 1101100 | 11001 | 101111 |
Color Harmonies of #659559
Complementary color
Monochromatic Colors of #659559
Black with #659559
Text Example
Text Example
White with #659559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659559; }
p { color: rgb(101,149,89); }
H1.HeaderClassName
{
color: #659559;
}
.AnyTagClassName
{
color: #659559;
}
</style>
background-color css
<style>
a { background-color: #659559; }
a { background-color: rgb(101,149,89); }
div.DivClassName
{
background-color: #659559;
}
.BgClassName
{
background-color: #659559;
}
</style>
border-color css
<style>
span { border-color: #659559; }
span { border-color: rgb(101,149,89); }
td.TdClassName
{
border-color: #659559;
}
.TagClassName
{
border-color: #659559;
}
</style>