Shades of Hippie Green #648560
Tints of Hippie Green #648560
RGB
CMYK
RGB Variations
Color information
#648560 (or 0x648560) is known color: Hippie Green. HEX triplet: 64, 85 and 60. RGB value is (100,133,96). Sum of RGB (Red+Green+Blue) = 100+133+96=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #648560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648560 is #9B7A9F. Grayscale: #777777. Windows color (decimal): -10189472 or 6325604. OLE color: 6325604.
HSL color Cylindrical-coordinate representation of color #648560: hue angle of 113.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648560 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 96 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.48 |
| HSL | 113.51º | 0.16% | 0.45% | - |
| HSV(B) | 113.51º | 0.28% | 0.52% | - |
| XYZ | 15.75 | 20.33 | 14.16 | - |
| YUV | 118.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 96 | 0.25 | 0 | 0.28 | 0.48 | 113.51 | 0.16 | 0.45 |
| Hex | 64 | 85 | 60 | 19 | 0 | 1C | 30 | 72 | 10 | 2D |
| Octal | 144 | 205 | 140 | 31 | 0 | 34 | 60 | 162 | 20 | 55 |
| Binary | 1100100 | 10000101 | 1100000 | 11001 | 0 | 11100 | 110000 | 1110010 | 10000 | 101101 |
Color Harmonies of #648560
Complementary color
Monochromatic Colors of #648560
Black with #648560
Text Example
Text Example
White with #648560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648560; }
p { color: rgb(100,133,96); }
H1.HeaderClassName
{
color: #648560;
}
.AnyTagClassName
{
color: #648560;
}
</style>
background-color css
<style>
a { background-color: #648560; }
a { background-color: rgb(100,133,96); }
div.DivClassName
{
background-color: #648560;
}
.BgClassName
{
background-color: #648560;
}
</style>
border-color css
<style>
span { border-color: #648560; }
span { border-color: rgb(100,133,96); }
td.TdClassName
{
border-color: #648560;
}
.TagClassName
{
border-color: #648560;
}
</style>