Shades of Hippie Green #649255
Tints of Hippie Green #649255
RGB
CMYK
RGB Variations
Color information
#649255 (or 0x649255) is known color: Hippie Green. HEX triplet: 64, 92 and 55. RGB value is (100,146,85). Sum of RGB (Red+Green+Blue) = 100+146+85=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #649255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649255 is #9B6DAA. Grayscale: #7D7D7D. Windows color (decimal): -10186155 or 5608036. OLE color: 5608036.
HSL color Cylindrical-coordinate representation of color #649255: hue angle of 105.25º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649255 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 85 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.43 |
| HSL | 105.25º | 0.26% | 0.45% | - |
| HSV(B) | 105.25º | 0.42% | 0.57% | - |
| XYZ | 17.17 | 23.92 | 12.31 | - |
| YUV | 125.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 85 | 0.32 | 0 | 0.42 | 0.43 | 105.25 | 0.26 | 0.45 |
| Hex | 64 | 92 | 55 | 20 | 0 | 2A | 2B | 69 | 1A | 2D |
| Octal | 144 | 222 | 125 | 40 | 0 | 52 | 53 | 151 | 32 | 55 |
| Binary | 1100100 | 10010010 | 1010101 | 100000 | 0 | 101010 | 101011 | 1101001 | 11010 | 101101 |
Color Harmonies of #649255
Complementary color
Monochromatic Colors of #649255
Black with #649255
Text Example
Text Example
White with #649255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649255; }
p { color: rgb(100,146,85); }
H1.HeaderClassName
{
color: #649255;
}
.AnyTagClassName
{
color: #649255;
}
</style>
background-color css
<style>
a { background-color: #649255; }
a { background-color: rgb(100,146,85); }
div.DivClassName
{
background-color: #649255;
}
.BgClassName
{
background-color: #649255;
}
</style>
border-color css
<style>
span { border-color: #649255; }
span { border-color: rgb(100,146,85); }
td.TdClassName
{
border-color: #649255;
}
.TagClassName
{
border-color: #649255;
}
</style>