Shades of Hippie Green #658464
Tints of Hippie Green #658464
RGB
CMYK
RGB Variations
Color information
#658464 (or 0x658464) is known color: Hippie Green. HEX triplet: 65, 84 and 64. RGB value is (101,132,100). Sum of RGB (Red+Green+Blue) = 101+132+100=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #658464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658464 is #9A7B9B. Grayscale: #777777. Windows color (decimal): -10124188 or 6587493. OLE color: 6587493.
HSL color Cylindrical-coordinate representation of color #658464: hue angle of 118.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658464 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 100 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.48 |
| HSL | 118.13º | 0.14% | 0.45% | - |
| HSV(B) | 118.13º | 0.24% | 0.52% | - |
| XYZ | 15.92 | 20.19 | 15.11 | - |
| YUV | 119.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 100 | 0.23 | 0 | 0.24 | 0.48 | 118.13 | 0.14 | 0.45 |
| Hex | 65 | 84 | 64 | 17 | 0 | 18 | 30 | 76 | E | 2D |
| Octal | 145 | 204 | 144 | 27 | 0 | 30 | 60 | 166 | 16 | 55 |
| Binary | 1100101 | 10000100 | 1100100 | 10111 | 0 | 11000 | 110000 | 1110110 | 1110 | 101101 |
Color Harmonies of #658464
Complementary color
Monochromatic Colors of #658464
Black with #658464
Text Example
Text Example
White with #658464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658464; }
p { color: rgb(101,132,100); }
H1.HeaderClassName
{
color: #658464;
}
.AnyTagClassName
{
color: #658464;
}
</style>
background-color css
<style>
a { background-color: #658464; }
a { background-color: rgb(101,132,100); }
div.DivClassName
{
background-color: #658464;
}
.BgClassName
{
background-color: #658464;
}
</style>
border-color css
<style>
span { border-color: #658464; }
span { border-color: rgb(101,132,100); }
td.TdClassName
{
border-color: #658464;
}
.TagClassName
{
border-color: #658464;
}
</style>