Shades of Hippie Green #649C64
Tints of Hippie Green #649C64
RGB
CMYK
RGB Variations
Color information
#649C64 (or 0x649C64) is known color: Hippie Green. HEX triplet: 64, 9C and 64. RGB value is (100,156,100). Sum of RGB (Red+Green+Blue) = 100+156+100=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #649C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C64 is #9B639B. Grayscale: #858585. Windows color (decimal): -10183580 or 6593636. OLE color: 6593636.
HSL color Cylindrical-coordinate representation of color #649C64: hue angle of 120º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C64 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 100 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.39 |
| HSL | 120º | 0.22% | 0.5% | - |
| HSV(B) | 120º | 0.36% | 0.61% | - |
| XYZ | 19.44 | 27.41 | 16.32 | - |
| YUV | 132.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 100 | 0.36 | 0 | 0.36 | 0.39 | 120 | 0.22 | 0.5 |
| Hex | 64 | 9C | 64 | 24 | 0 | 24 | 27 | 78 | 16 | 32 |
| Octal | 144 | 234 | 144 | 44 | 0 | 44 | 47 | 170 | 26 | 62 |
| Binary | 1100100 | 10011100 | 1100100 | 100100 | 0 | 100100 | 100111 | 1111000 | 10110 | 110010 |
Color Harmonies of #649C64
Complementary color
Monochromatic Colors of #649C64
Black with #649C64
Text Example
Text Example
White with #649C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C64; }
p { color: rgb(100,156,100); }
H1.HeaderClassName
{
color: #649C64;
}
.AnyTagClassName
{
color: #649C64;
}
</style>
background-color css
<style>
a { background-color: #649C64; }
a { background-color: rgb(100,156,100); }
div.DivClassName
{
background-color: #649C64;
}
.BgClassName
{
background-color: #649C64;
}
</style>
border-color css
<style>
span { border-color: #649C64; }
span { border-color: rgb(100,156,100); }
td.TdClassName
{
border-color: #649C64;
}
.TagClassName
{
border-color: #649C64;
}
</style>