Shades of Hippie Green #649D54
Tints of Hippie Green #649D54
RGB
CMYK
RGB Variations
Color information
#649D54 (or 0x649D54) is known color: Hippie Green. HEX triplet: 64, 9D and 54. RGB value is (100,157,84). Sum of RGB (Red+Green+Blue) = 100+157+84=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #649D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D54 is #9B62AB. Grayscale: #838383. Windows color (decimal): -10183340 or 5545316. OLE color: 5545316.
HSL color Cylindrical-coordinate representation of color #649D54: hue angle of 106.85º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649D54 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 84 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.38 |
| HSL | 106.85º | 0.3% | 0.47% | - |
| HSV(B) | 106.85º | 0.46% | 0.62% | - |
| XYZ | 18.91 | 27.46 | 12.69 | - |
| YUV | 131.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 84 | 0.36 | 0 | 0.46 | 0.38 | 106.85 | 0.3 | 0.47 |
| Hex | 64 | 9D | 54 | 24 | 0 | 2E | 26 | 6B | 1E | 2F |
| Octal | 144 | 235 | 124 | 44 | 0 | 56 | 46 | 153 | 36 | 57 |
| Binary | 1100100 | 10011101 | 1010100 | 100100 | 0 | 101110 | 100110 | 1101011 | 11110 | 101111 |
Color Harmonies of #649D54
Complementary color
Monochromatic Colors of #649D54
Black with #649D54
Text Example
Text Example
White with #649D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D54; }
p { color: rgb(100,157,84); }
H1.HeaderClassName
{
color: #649D54;
}
.AnyTagClassName
{
color: #649D54;
}
</style>
background-color css
<style>
a { background-color: #649D54; }
a { background-color: rgb(100,157,84); }
div.DivClassName
{
background-color: #649D54;
}
.BgClassName
{
background-color: #649D54;
}
</style>
border-color css
<style>
span { border-color: #649D54; }
span { border-color: rgb(100,157,84); }
td.TdClassName
{
border-color: #649D54;
}
.TagClassName
{
border-color: #649D54;
}
</style>