Shades of Hippie Green #649C53
Tints of Hippie Green #649C53
RGB
CMYK
RGB Variations
Color information
#649C53 (or 0x649C53) is known color: Hippie Green. HEX triplet: 64, 9C and 53. RGB value is (100,156,83). Sum of RGB (Red+Green+Blue) = 100+156+83=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #649C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C53 is #9B63AC. Grayscale: #838383. Windows color (decimal): -10183597 or 5479524. OLE color: 5479524.
HSL color Cylindrical-coordinate representation of color #649C53: hue angle of 106.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #649C53 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 83 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.39 |
| HSL | 106.03º | 0.31% | 0.47% | - |
| HSV(B) | 106.03º | 0.47% | 0.61% | - |
| XYZ | 18.71 | 27.11 | 12.43 | - |
| YUV | 130.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 83 | 0.36 | 0 | 0.47 | 0.39 | 106.03 | 0.31 | 0.47 |
| Hex | 64 | 9C | 53 | 24 | 0 | 2F | 27 | 6A | 1F | 2F |
| Octal | 144 | 234 | 123 | 44 | 0 | 57 | 47 | 152 | 37 | 57 |
| Binary | 1100100 | 10011100 | 1010011 | 100100 | 0 | 101111 | 100111 | 1101010 | 11111 | 101111 |
Color Harmonies of #649C53
Complementary color
Monochromatic Colors of #649C53
Black with #649C53
Text Example
Text Example
White with #649C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C53; }
p { color: rgb(100,156,83); }
H1.HeaderClassName
{
color: #649C53;
}
.AnyTagClassName
{
color: #649C53;
}
</style>
background-color css
<style>
a { background-color: #649C53; }
a { background-color: rgb(100,156,83); }
div.DivClassName
{
background-color: #649C53;
}
.BgClassName
{
background-color: #649C53;
}
</style>
border-color css
<style>
span { border-color: #649C53; }
span { border-color: rgb(100,156,83); }
td.TdClassName
{
border-color: #649C53;
}
.TagClassName
{
border-color: #649C53;
}
</style>