Shades of Hippie Green #649855
Tints of Hippie Green #649855
RGB
CMYK
RGB Variations
Color information
#649855 (or 0x649855) is known color: Hippie Green. HEX triplet: 64, 98 and 55. RGB value is (100,152,85). Sum of RGB (Red+Green+Blue) = 100+152+85=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #649855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649855 is #9B67AA. Grayscale: #818181. Windows color (decimal): -10184619 or 5609572. OLE color: 5609572.
HSL color Cylindrical-coordinate representation of color #649855: hue angle of 106.57º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #649855 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 85 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.40 |
| HSL | 106.57º | 0.28% | 0.46% | - |
| HSV(B) | 106.57º | 0.44% | 0.6% | - |
| XYZ | 18.12 | 25.82 | 12.62 | - |
| YUV | 128.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 85 | 0.34 | 0 | 0.44 | 0.40 | 106.57 | 0.28 | 0.46 |
| Hex | 64 | 98 | 55 | 22 | 0 | 2C | 28 | 6B | 1C | 2E |
| Octal | 144 | 230 | 125 | 42 | 0 | 54 | 50 | 153 | 34 | 56 |
| Binary | 1100100 | 10011000 | 1010101 | 100010 | 0 | 101100 | 101000 | 1101011 | 11100 | 101110 |
Color Harmonies of #649855
Complementary color
Monochromatic Colors of #649855
Black with #649855
Text Example
Text Example
White with #649855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649855; }
p { color: rgb(100,152,85); }
H1.HeaderClassName
{
color: #649855;
}
.AnyTagClassName
{
color: #649855;
}
</style>
background-color css
<style>
a { background-color: #649855; }
a { background-color: rgb(100,152,85); }
div.DivClassName
{
background-color: #649855;
}
.BgClassName
{
background-color: #649855;
}
</style>
border-color css
<style>
span { border-color: #649855; }
span { border-color: rgb(100,152,85); }
td.TdClassName
{
border-color: #649855;
}
.TagClassName
{
border-color: #649855;
}
</style>