Shades of Hippie Green #648660
Tints of Hippie Green #648660
RGB
CMYK
RGB Variations
Color information
#648660 (or 0x648660) is known color: Hippie Green. HEX triplet: 64, 86 and 60. RGB value is (100,134,96). Sum of RGB (Red+Green+Blue) = 100+134+96=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #648660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648660 is #9B799F. Grayscale: #777777. Windows color (decimal): -10189216 or 6325860. OLE color: 6325860.
HSL color Cylindrical-coordinate representation of color #648660: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648660 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 96 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.47 |
| HSL | 113.68º | 0.17% | 0.45% | - |
| HSV(B) | 113.68º | 0.28% | 0.53% | - |
| XYZ | 15.89 | 20.6 | 14.21 | - |
| YUV | 119.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 96 | 0.25 | 0 | 0.28 | 0.47 | 113.68 | 0.17 | 0.45 |
| Hex | 64 | 86 | 60 | 19 | 0 | 1C | 2F | 72 | 11 | 2D |
| Octal | 144 | 206 | 140 | 31 | 0 | 34 | 57 | 162 | 21 | 55 |
| Binary | 1100100 | 10000110 | 1100000 | 11001 | 0 | 11100 | 101111 | 1110010 | 10001 | 101101 |
Color Harmonies of #648660
Complementary color
Monochromatic Colors of #648660
Black with #648660
Text Example
Text Example
White with #648660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648660; }
p { color: rgb(100,134,96); }
H1.HeaderClassName
{
color: #648660;
}
.AnyTagClassName
{
color: #648660;
}
</style>
background-color css
<style>
a { background-color: #648660; }
a { background-color: rgb(100,134,96); }
div.DivClassName
{
background-color: #648660;
}
.BgClassName
{
background-color: #648660;
}
</style>
border-color css
<style>
span { border-color: #648660; }
span { border-color: rgb(100,134,96); }
td.TdClassName
{
border-color: #648660;
}
.TagClassName
{
border-color: #648660;
}
</style>