Shades of Hippie Green #649961
Tints of Hippie Green #649961
RGB
CMYK
RGB Variations
Color information
#649961 (or 0x649961) is known color: Hippie Green. HEX triplet: 64, 99 and 61. RGB value is (100,153,97). Sum of RGB (Red+Green+Blue) = 100+153+97=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #649961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649961 is #9B669E. Grayscale: #828282. Windows color (decimal): -10184351 or 6396260. OLE color: 6396260.
HSL color Cylindrical-coordinate representation of color #649961: hue angle of 116.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649961 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 97 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.4 |
| HSL | 116.79º | 0.22% | 0.49% | - |
| HSV(B) | 116.79º | 0.37% | 0.6% | - |
| XYZ | 18.8 | 26.35 | 15.41 | - |
| YUV | 130.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 97 | 0.35 | 0 | 0.37 | 0.4 | 116.79 | 0.22 | 0.49 |
| Hex | 64 | 99 | 61 | 23 | 0 | 25 | 28 | 75 | 16 | 31 |
| Octal | 144 | 231 | 141 | 43 | 0 | 45 | 50 | 165 | 26 | 61 |
| Binary | 1100100 | 10011001 | 1100001 | 100011 | 0 | 100101 | 101000 | 1110101 | 10110 | 110001 |
Color Harmonies of #649961
Complementary color
Monochromatic Colors of #649961
Black with #649961
Text Example
Text Example
White with #649961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649961; }
p { color: rgb(100,153,97); }
H1.HeaderClassName
{
color: #649961;
}
.AnyTagClassName
{
color: #649961;
}
</style>
background-color css
<style>
a { background-color: #649961; }
a { background-color: rgb(100,153,97); }
div.DivClassName
{
background-color: #649961;
}
.BgClassName
{
background-color: #649961;
}
</style>
border-color css
<style>
span { border-color: #649961; }
span { border-color: rgb(100,153,97); }
td.TdClassName
{
border-color: #649961;
}
.TagClassName
{
border-color: #649961;
}
</style>