Shades of Hippie Green #648363
Tints of Hippie Green #648363
RGB
CMYK
RGB Variations
Color information
#648363 (or 0x648363) is known color: Hippie Green. HEX triplet: 64, 83 and 63. RGB value is (100,131,99). Sum of RGB (Red+Green+Blue) = 100+131+99=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #648363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648363 is #9B7C9C. Grayscale: #767676. Windows color (decimal): -10189981 or 6521700. OLE color: 6521700.
HSL color Cylindrical-coordinate representation of color #648363: hue angle of 118.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648363 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 99 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.49 |
| HSL | 118.13º | 0.14% | 0.45% | - |
| HSV(B) | 118.13º | 0.24% | 0.51% | - |
| XYZ | 15.62 | 19.84 | 14.81 | - |
| YUV | 118.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 99 | 0.24 | 0 | 0.24 | 0.49 | 118.13 | 0.14 | 0.45 |
| Hex | 64 | 83 | 63 | 18 | 0 | 18 | 31 | 76 | E | 2D |
| Octal | 144 | 203 | 143 | 30 | 0 | 30 | 61 | 166 | 16 | 55 |
| Binary | 1100100 | 10000011 | 1100011 | 11000 | 0 | 11000 | 110001 | 1110110 | 1110 | 101101 |
Color Harmonies of #648363
Complementary color
Monochromatic Colors of #648363
Black with #648363
Text Example
Text Example
White with #648363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648363; }
p { color: rgb(100,131,99); }
H1.HeaderClassName
{
color: #648363;
}
.AnyTagClassName
{
color: #648363;
}
</style>
background-color css
<style>
a { background-color: #648363; }
a { background-color: rgb(100,131,99); }
div.DivClassName
{
background-color: #648363;
}
.BgClassName
{
background-color: #648363;
}
</style>
border-color css
<style>
span { border-color: #648363; }
span { border-color: rgb(100,131,99); }
td.TdClassName
{
border-color: #648363;
}
.TagClassName
{
border-color: #648363;
}
</style>