Shades of Hippie Green #649C55
Tints of Hippie Green #649C55
RGB
CMYK
RGB Variations
Color information
#649C55 (or 0x649C55) is known color: Hippie Green. HEX triplet: 64, 9C and 55. RGB value is (100,156,85). Sum of RGB (Red+Green+Blue) = 100+156+85=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #649C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C55 is #9B63AA. Grayscale: #838383. Windows color (decimal): -10183595 or 5610596. OLE color: 5610596.
HSL color Cylindrical-coordinate representation of color #649C55: hue angle of 107.32º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649C55 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 85 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.39 |
| HSL | 107.32º | 0.29% | 0.47% | - |
| HSV(B) | 107.32º | 0.46% | 0.61% | - |
| XYZ | 18.78 | 27.14 | 12.84 | - |
| YUV | 131.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 85 | 0.36 | 0 | 0.46 | 0.39 | 107.32 | 0.29 | 0.47 |
| Hex | 64 | 9C | 55 | 24 | 0 | 2E | 27 | 6B | 1D | 2F |
| Octal | 144 | 234 | 125 | 44 | 0 | 56 | 47 | 153 | 35 | 57 |
| Binary | 1100100 | 10011100 | 1010101 | 100100 | 0 | 101110 | 100111 | 1101011 | 11101 | 101111 |
Color Harmonies of #649C55
Complementary color
Monochromatic Colors of #649C55
Black with #649C55
Text Example
Text Example
White with #649C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C55; }
p { color: rgb(100,156,85); }
H1.HeaderClassName
{
color: #649C55;
}
.AnyTagClassName
{
color: #649C55;
}
</style>
background-color css
<style>
a { background-color: #649C55; }
a { background-color: rgb(100,156,85); }
div.DivClassName
{
background-color: #649C55;
}
.BgClassName
{
background-color: #649C55;
}
</style>
border-color css
<style>
span { border-color: #649C55; }
span { border-color: rgb(100,156,85); }
td.TdClassName
{
border-color: #649C55;
}
.TagClassName
{
border-color: #649C55;
}
</style>