Shades of Hippie Green #649F54
Tints of Hippie Green #649F54
RGB
CMYK
RGB Variations
Color information
#649F54 (or 0x649F54) is known color: Hippie Green. HEX triplet: 64, 9F and 54. RGB value is (100,159,84). Sum of RGB (Red+Green+Blue) = 100+159+84=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #649F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F54 is #9B60AB. Grayscale: #858585. Windows color (decimal): -10182828 or 5545828. OLE color: 5545828.
HSL color Cylindrical-coordinate representation of color #649F54: hue angle of 107.2º degrees, saturation: 0.31, 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 #649F54 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 84 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.38 |
| HSL | 107.2º | 0.31% | 0.48% | - |
| HSV(B) | 107.2º | 0.47% | 0.62% | - |
| XYZ | 19.25 | 28.15 | 12.81 | - |
| YUV | 132.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 84 | 0.37 | 0 | 0.47 | 0.38 | 107.2 | 0.31 | 0.48 |
| Hex | 64 | 9F | 54 | 25 | 0 | 2F | 26 | 6B | 1F | 30 |
| Octal | 144 | 237 | 124 | 45 | 0 | 57 | 46 | 153 | 37 | 60 |
| Binary | 1100100 | 10011111 | 1010100 | 100101 | 0 | 101111 | 100110 | 1101011 | 11111 | 110000 |
Color Harmonies of #649F54
Complementary color
Monochromatic Colors of #649F54
Black with #649F54
Text Example
Text Example
White with #649F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F54; }
p { color: rgb(100,159,84); }
H1.HeaderClassName
{
color: #649F54;
}
.AnyTagClassName
{
color: #649F54;
}
</style>
background-color css
<style>
a { background-color: #649F54; }
a { background-color: rgb(100,159,84); }
div.DivClassName
{
background-color: #649F54;
}
.BgClassName
{
background-color: #649F54;
}
</style>
border-color css
<style>
span { border-color: #649F54; }
span { border-color: rgb(100,159,84); }
td.TdClassName
{
border-color: #649F54;
}
.TagClassName
{
border-color: #649F54;
}
</style>