Shades of Hippie Green #648F55
Tints of Hippie Green #648F55
RGB
CMYK
RGB Variations
Color information
#648F55 (or 0x648F55) is known color: Hippie Green. HEX triplet: 64, 8F and 55. RGB value is (100,143,85). Sum of RGB (Red+Green+Blue) = 100+143+85=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #648F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F55 is #9B70AA. Grayscale: #7B7B7B. Windows color (decimal): -10186923 or 5607268. OLE color: 5607268.
HSL color Cylindrical-coordinate representation of color #648F55: hue angle of 104.48º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648F55 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 85 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.44 |
| HSL | 104.48º | 0.25% | 0.45% | - |
| HSV(B) | 104.48º | 0.41% | 0.56% | - |
| XYZ | 16.72 | 23.01 | 12.15 | - |
| YUV | 123.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 85 | 0.30 | 0 | 0.41 | 0.44 | 104.48 | 0.25 | 0.45 |
| Hex | 64 | 8F | 55 | 1E | 0 | 29 | 2C | 68 | 19 | 2D |
| Octal | 144 | 217 | 125 | 36 | 0 | 51 | 54 | 150 | 31 | 55 |
| Binary | 1100100 | 10001111 | 1010101 | 11110 | 0 | 101001 | 101100 | 1101000 | 11001 | 101101 |
Color Harmonies of #648F55
Complementary color
Monochromatic Colors of #648F55
Black with #648F55
Text Example
Text Example
White with #648F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F55; }
p { color: rgb(100,143,85); }
H1.HeaderClassName
{
color: #648F55;
}
.AnyTagClassName
{
color: #648F55;
}
</style>
background-color css
<style>
a { background-color: #648F55; }
a { background-color: rgb(100,143,85); }
div.DivClassName
{
background-color: #648F55;
}
.BgClassName
{
background-color: #648F55;
}
</style>
border-color css
<style>
span { border-color: #648F55; }
span { border-color: rgb(100,143,85); }
td.TdClassName
{
border-color: #648F55;
}
.TagClassName
{
border-color: #648F55;
}
</style>