Shades of Hippie Green #649156
Tints of Hippie Green #649156
RGB
CMYK
RGB Variations
Color information
#649156 (or 0x649156) is known color: Hippie Green. HEX triplet: 64, 91 and 56. RGB value is (100,145,86). Sum of RGB (Red+Green+Blue) = 100+145+86=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #649156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649156 is #9B6EA9. Grayscale: #7D7D7D. Windows color (decimal): -10186410 or 5673316. OLE color: 5673316.
HSL color Cylindrical-coordinate representation of color #649156: hue angle of 105.76º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #649156 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 86 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.43 |
| HSL | 105.76º | 0.26% | 0.45% | - |
| HSV(B) | 105.76º | 0.41% | 0.57% | - |
| XYZ | 17.06 | 23.63 | 12.47 | - |
| YUV | 124.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 86 | 0.31 | 0 | 0.41 | 0.43 | 105.76 | 0.26 | 0.45 |
| Hex | 64 | 91 | 56 | 1F | 0 | 29 | 2B | 6A | 1A | 2D |
| Octal | 144 | 221 | 126 | 37 | 0 | 51 | 53 | 152 | 32 | 55 |
| Binary | 1100100 | 10010001 | 1010110 | 11111 | 0 | 101001 | 101011 | 1101010 | 11010 | 101101 |
Color Harmonies of #649156
Complementary color
Monochromatic Colors of #649156
Black with #649156
Text Example
Text Example
White with #649156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649156; }
p { color: rgb(100,145,86); }
H1.HeaderClassName
{
color: #649156;
}
.AnyTagClassName
{
color: #649156;
}
</style>
background-color css
<style>
a { background-color: #649156; }
a { background-color: rgb(100,145,86); }
div.DivClassName
{
background-color: #649156;
}
.BgClassName
{
background-color: #649156;
}
</style>
border-color css
<style>
span { border-color: #649156; }
span { border-color: rgb(100,145,86); }
td.TdClassName
{
border-color: #649156;
}
.TagClassName
{
border-color: #649156;
}
</style>