Shades of Hippie Green #647D65
Tints of Hippie Green #647D65
RGB
CMYK
RGB Variations
Color information
#647D65 (or 0x647D65) is known color: Hippie Green. HEX triplet: 64, 7D and 65. RGB value is (100,125,101). Sum of RGB (Red+Green+Blue) = 100+125+101=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #647D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D65 is #9B829A. Grayscale: #727272. Windows color (decimal): -10191515 or 6651236. OLE color: 6651236.
HSL color Cylindrical-coordinate representation of color #647D65: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D65 is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 101 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.51 |
| HSL | 122.4º | 0.11% | 0.44% | - |
| HSV(B) | 122.4º | 0.2% | 0.49% | - |
| XYZ | 14.94 | 18.32 | 15.06 | - |
| YUV | 114.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 101 | 0.2 | 0 | 0.19 | 0.51 | 122.4 | 0.11 | 0.44 |
| Hex | 64 | 7D | 65 | 14 | 0 | 13 | 33 | 7A | B | 2C |
| Octal | 144 | 175 | 145 | 24 | 0 | 23 | 63 | 172 | 13 | 54 |
| Binary | 1100100 | 1111101 | 1100101 | 10100 | 0 | 10011 | 110011 | 1111010 | 1011 | 101100 |
Color Harmonies of #647D65
Complementary color
Monochromatic Colors of #647D65
Black with #647D65
Text Example
Text Example
White with #647D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D65; }
p { color: rgb(100,125,101); }
H1.HeaderClassName
{
color: #647D65;
}
.AnyTagClassName
{
color: #647D65;
}
</style>
background-color css
<style>
a { background-color: #647D65; }
a { background-color: rgb(100,125,101); }
div.DivClassName
{
background-color: #647D65;
}
.BgClassName
{
background-color: #647D65;
}
</style>
border-color css
<style>
span { border-color: #647D65; }
span { border-color: rgb(100,125,101); }
td.TdClassName
{
border-color: #647D65;
}
.TagClassName
{
border-color: #647D65;
}
</style>