Shades of Hippie Green #649562
Tints of Hippie Green #649562
RGB
CMYK
RGB Variations
Color information
#649562 (or 0x649562) is known color: Hippie Green. HEX triplet: 64, 95 and 62. RGB value is (100,149,98). Sum of RGB (Red+Green+Blue) = 100+149+98=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #649562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649562 is #9B6A9D. Grayscale: #808080. Windows color (decimal): -10185374 or 6460772. OLE color: 6460772.
HSL color Cylindrical-coordinate representation of color #649562: hue angle of 117.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649562 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 98 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.42 |
| HSL | 117.65º | 0.21% | 0.48% | - |
| HSV(B) | 117.65º | 0.34% | 0.58% | - |
| XYZ | 18.21 | 25.09 | 15.44 | - |
| YUV | 128.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 98 | 0.33 | 0 | 0.34 | 0.42 | 117.65 | 0.21 | 0.48 |
| Hex | 64 | 95 | 62 | 21 | 0 | 22 | 2A | 76 | 15 | 30 |
| Octal | 144 | 225 | 142 | 41 | 0 | 42 | 52 | 166 | 25 | 60 |
| Binary | 1100100 | 10010101 | 1100010 | 100001 | 0 | 100010 | 101010 | 1110110 | 10101 | 110000 |
Color Harmonies of #649562
Complementary color
Monochromatic Colors of #649562
Black with #649562
Text Example
Text Example
White with #649562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649562; }
p { color: rgb(100,149,98); }
H1.HeaderClassName
{
color: #649562;
}
.AnyTagClassName
{
color: #649562;
}
</style>
background-color css
<style>
a { background-color: #649562; }
a { background-color: rgb(100,149,98); }
div.DivClassName
{
background-color: #649562;
}
.BgClassName
{
background-color: #649562;
}
</style>
border-color css
<style>
span { border-color: #649562; }
span { border-color: rgb(100,149,98); }
td.TdClassName
{
border-color: #649562;
}
.TagClassName
{
border-color: #649562;
}
</style>