Shades of Hippie Green #659564
Tints of Hippie Green #659564
RGB
CMYK
RGB Variations
Color information
#659564 (or 0x659564) is known color: Hippie Green. HEX triplet: 65, 95 and 64. RGB value is (101,149,100). Sum of RGB (Red+Green+Blue) = 101+149+100=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #659564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659564 is #9A6A9B. Grayscale: #818181. Windows color (decimal): -10119836 or 6591845. OLE color: 6591845.
HSL color Cylindrical-coordinate representation of color #659564: hue angle of 118.78º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659564 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 100 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.42 |
| HSL | 118.78º | 0.2% | 0.49% | - |
| HSV(B) | 118.78º | 0.33% | 0.58% | - |
| XYZ | 18.41 | 25.18 | 15.95 | - |
| YUV | 129.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 100 | 0.32 | 0 | 0.33 | 0.42 | 118.78 | 0.2 | 0.49 |
| Hex | 65 | 95 | 64 | 20 | 0 | 21 | 2A | 77 | 14 | 31 |
| Octal | 145 | 225 | 144 | 40 | 0 | 41 | 52 | 167 | 24 | 61 |
| Binary | 1100101 | 10010101 | 1100100 | 100000 | 0 | 100001 | 101010 | 1110111 | 10100 | 110001 |
Color Harmonies of #659564
Complementary color
Monochromatic Colors of #659564
Black with #659564
Text Example
Text Example
White with #659564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659564; }
p { color: rgb(101,149,100); }
H1.HeaderClassName
{
color: #659564;
}
.AnyTagClassName
{
color: #659564;
}
</style>
background-color css
<style>
a { background-color: #659564; }
a { background-color: rgb(101,149,100); }
div.DivClassName
{
background-color: #659564;
}
.BgClassName
{
background-color: #659564;
}
</style>
border-color css
<style>
span { border-color: #659564; }
span { border-color: rgb(101,149,100); }
td.TdClassName
{
border-color: #659564;
}
.TagClassName
{
border-color: #659564;
}
</style>