Shades of Hippie Green #648360
Tints of Hippie Green #648360
RGB
CMYK
RGB Variations
Color information
#648360 (or 0x648360) is known color: Hippie Green. HEX triplet: 64, 83 and 60. RGB value is (100,131,96). Sum of RGB (Red+Green+Blue) = 100+131+96=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #648360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648360 is #9B7C9F. Grayscale: #757575. Windows color (decimal): -10189984 or 6325092. OLE color: 6325092.
HSL color Cylindrical-coordinate representation of color #648360: hue angle of 113.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648360 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 96 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.49 |
| HSL | 113.14º | 0.15% | 0.45% | - |
| HSV(B) | 113.14º | 0.27% | 0.51% | - |
| XYZ | 15.48 | 19.79 | 14.07 | - |
| YUV | 117.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 96 | 0.24 | 0 | 0.27 | 0.49 | 113.14 | 0.15 | 0.45 |
| Hex | 64 | 83 | 60 | 18 | 0 | 1B | 31 | 71 | F | 2D |
| Octal | 144 | 203 | 140 | 30 | 0 | 33 | 61 | 161 | 17 | 55 |
| Binary | 1100100 | 10000011 | 1100000 | 11000 | 0 | 11011 | 110001 | 1110001 | 1111 | 101101 |
Color Harmonies of #648360
Complementary color
Monochromatic Colors of #648360
Black with #648360
Text Example
Text Example
White with #648360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648360; }
p { color: rgb(100,131,96); }
H1.HeaderClassName
{
color: #648360;
}
.AnyTagClassName
{
color: #648360;
}
</style>
background-color css
<style>
a { background-color: #648360; }
a { background-color: rgb(100,131,96); }
div.DivClassName
{
background-color: #648360;
}
.BgClassName
{
background-color: #648360;
}
</style>
border-color css
<style>
span { border-color: #648360; }
span { border-color: rgb(100,131,96); }
td.TdClassName
{
border-color: #648360;
}
.TagClassName
{
border-color: #648360;
}
</style>