Shades of Hippie Green #649F55
Tints of Hippie Green #649F55
RGB
CMYK
RGB Variations
Color information
#649F55 (or 0x649F55) is known color: Hippie Green. HEX triplet: 64, 9F and 55. RGB value is (100,159,85). Sum of RGB (Red+Green+Blue) = 100+159+85=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #649F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F55 is #9B60AA. Grayscale: #858585. Windows color (decimal): -10182827 or 5611364. OLE color: 5611364.
HSL color Cylindrical-coordinate representation of color #649F55: hue angle of 107.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #649F55 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 85 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.38 |
| HSL | 107.84º | 0.3% | 0.48% | - |
| HSV(B) | 107.84º | 0.47% | 0.62% | - |
| XYZ | 19.29 | 28.16 | 13.01 | - |
| YUV | 132.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 85 | 0.37 | 0 | 0.47 | 0.38 | 107.84 | 0.3 | 0.48 |
| Hex | 64 | 9F | 55 | 25 | 0 | 2F | 26 | 6C | 1E | 30 |
| Octal | 144 | 237 | 125 | 45 | 0 | 57 | 46 | 154 | 36 | 60 |
| Binary | 1100100 | 10011111 | 1010101 | 100101 | 0 | 101111 | 100110 | 1101100 | 11110 | 110000 |
Color Harmonies of #649F55
Complementary color
Monochromatic Colors of #649F55
Black with #649F55
Text Example
Text Example
White with #649F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F55; }
p { color: rgb(100,159,85); }
H1.HeaderClassName
{
color: #649F55;
}
.AnyTagClassName
{
color: #649F55;
}
</style>
background-color css
<style>
a { background-color: #649F55; }
a { background-color: rgb(100,159,85); }
div.DivClassName
{
background-color: #649F55;
}
.BgClassName
{
background-color: #649F55;
}
</style>
border-color css
<style>
span { border-color: #649F55; }
span { border-color: rgb(100,159,85); }
td.TdClassName
{
border-color: #649F55;
}
.TagClassName
{
border-color: #649F55;
}
</style>