Shades of Hippie Green #649264
Tints of Hippie Green #649264
RGB
CMYK
RGB Variations
Color information
#649264 (or 0x649264) is known color: Hippie Green. HEX triplet: 64, 92 and 64. RGB value is (100,146,100). Sum of RGB (Red+Green+Blue) = 100+146+100=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #649264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649264 is #9B6D9B. Grayscale: #7F7F7F. Windows color (decimal): -10186140 or 6591076. OLE color: 6591076.
HSL color Cylindrical-coordinate representation of color #649264: hue angle of 120º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649264 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 100 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.43 |
| HSL | 120º | 0.19% | 0.48% | - |
| HSV(B) | 120º | 0.32% | 0.57% | - |
| XYZ | 17.83 | 24.19 | 15.79 | - |
| YUV | 127 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 100 | 0.32 | 0 | 0.32 | 0.43 | 120 | 0.19 | 0.48 |
| Hex | 64 | 92 | 64 | 20 | 0 | 20 | 2B | 78 | 13 | 30 |
| Octal | 144 | 222 | 144 | 40 | 0 | 40 | 53 | 170 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1100100 | 100000 | 0 | 100000 | 101011 | 1111000 | 10011 | 110000 |
Color Harmonies of #649264
Complementary color
Monochromatic Colors of #649264
Black with #649264
Text Example
Text Example
White with #649264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649264; }
p { color: rgb(100,146,100); }
H1.HeaderClassName
{
color: #649264;
}
.AnyTagClassName
{
color: #649264;
}
</style>
background-color css
<style>
a { background-color: #649264; }
a { background-color: rgb(100,146,100); }
div.DivClassName
{
background-color: #649264;
}
.BgClassName
{
background-color: #649264;
}
</style>
border-color css
<style>
span { border-color: #649264; }
span { border-color: rgb(100,146,100); }
td.TdClassName
{
border-color: #649264;
}
.TagClassName
{
border-color: #649264;
}
</style>