Shades of Hippie Green #648260
Tints of Hippie Green #648260
RGB
CMYK
RGB Variations
Color information
#648260 (or 0x648260) is known color: Hippie Green. HEX triplet: 64, 82 and 60. RGB value is (100,130,96). Sum of RGB (Red+Green+Blue) = 100+130+96=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #648260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648260 is #9B7D9F. Grayscale: #757575. Windows color (decimal): -10190240 or 6324836. OLE color: 6324836.
HSL color Cylindrical-coordinate representation of color #648260: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648260 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 96 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.49 |
| HSL | 112.94º | 0.15% | 0.44% | - |
| HSV(B) | 112.94º | 0.26% | 0.51% | - |
| XYZ | 15.35 | 19.52 | 14.02 | - |
| YUV | 117.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 96 | 0.23 | 0 | 0.26 | 0.49 | 112.94 | 0.15 | 0.44 |
| Hex | 64 | 82 | 60 | 17 | 0 | 1A | 31 | 71 | F | 2C |
| Octal | 144 | 202 | 140 | 27 | 0 | 32 | 61 | 161 | 17 | 54 |
| Binary | 1100100 | 10000010 | 1100000 | 10111 | 0 | 11010 | 110001 | 1110001 | 1111 | 101100 |
Color Harmonies of #648260
Complementary color
Monochromatic Colors of #648260
Black with #648260
Text Example
Text Example
White with #648260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648260; }
p { color: rgb(100,130,96); }
H1.HeaderClassName
{
color: #648260;
}
.AnyTagClassName
{
color: #648260;
}
</style>
background-color css
<style>
a { background-color: #648260; }
a { background-color: rgb(100,130,96); }
div.DivClassName
{
background-color: #648260;
}
.BgClassName
{
background-color: #648260;
}
</style>
border-color css
<style>
span { border-color: #648260; }
span { border-color: rgb(100,130,96); }
td.TdClassName
{
border-color: #648260;
}
.TagClassName
{
border-color: #648260;
}
</style>