Shades of Hippie Green #649360
Tints of Hippie Green #649360
RGB
CMYK
RGB Variations
Color information
#649360 (or 0x649360) is known color: Hippie Green. HEX triplet: 64, 93 and 60. RGB value is (100,147,96). Sum of RGB (Red+Green+Blue) = 100+147+96=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #649360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649360 is #9B6C9F. Grayscale: #7F7F7F. Windows color (decimal): -10185888 or 6329188. OLE color: 6329188.
HSL color Cylindrical-coordinate representation of color #649360: hue angle of 115.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649360 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 96 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.42 |
| HSL | 115.29º | 0.21% | 0.48% | - |
| HSV(B) | 115.29º | 0.35% | 0.58% | - |
| XYZ | 17.8 | 24.42 | 14.84 | - |
| YUV | 127.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 96 | 0.32 | 0 | 0.35 | 0.42 | 115.29 | 0.21 | 0.48 |
| Hex | 64 | 93 | 60 | 20 | 0 | 23 | 2A | 73 | 15 | 30 |
| Octal | 144 | 223 | 140 | 40 | 0 | 43 | 52 | 163 | 25 | 60 |
| Binary | 1100100 | 10010011 | 1100000 | 100000 | 0 | 100011 | 101010 | 1110011 | 10101 | 110000 |
Color Harmonies of #649360
Complementary color
Monochromatic Colors of #649360
Black with #649360
Text Example
Text Example
White with #649360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649360; }
p { color: rgb(100,147,96); }
H1.HeaderClassName
{
color: #649360;
}
.AnyTagClassName
{
color: #649360;
}
</style>
background-color css
<style>
a { background-color: #649360; }
a { background-color: rgb(100,147,96); }
div.DivClassName
{
background-color: #649360;
}
.BgClassName
{
background-color: #649360;
}
</style>
border-color css
<style>
span { border-color: #649360; }
span { border-color: rgb(100,147,96); }
td.TdClassName
{
border-color: #649360;
}
.TagClassName
{
border-color: #649360;
}
</style>