Shades of Hippie Green #649163
Tints of Hippie Green #649163
RGB
CMYK
RGB Variations
Color information
#649163 (or 0x649163) is known color: Hippie Green. HEX triplet: 64, 91 and 63. RGB value is (100,145,99). Sum of RGB (Red+Green+Blue) = 100+145+99=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #649163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649163 is #9B6E9C. Grayscale: #7E7E7E. Windows color (decimal): -10186397 or 6525284. OLE color: 6525284.
HSL color Cylindrical-coordinate representation of color #649163: hue angle of 118.7º 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 #649163 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 99 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.43 |
| HSL | 118.7º | 0.19% | 0.48% | - |
| HSV(B) | 118.7º | 0.32% | 0.57% | - |
| XYZ | 17.63 | 23.86 | 15.48 | - |
| YUV | 126.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 99 | 0.31 | 0 | 0.32 | 0.43 | 118.7 | 0.19 | 0.48 |
| Hex | 64 | 91 | 63 | 1F | 0 | 20 | 2B | 77 | 13 | 30 |
| Octal | 144 | 221 | 143 | 37 | 0 | 40 | 53 | 167 | 23 | 60 |
| Binary | 1100100 | 10010001 | 1100011 | 11111 | 0 | 100000 | 101011 | 1110111 | 10011 | 110000 |
Color Harmonies of #649163
Complementary color
Monochromatic Colors of #649163
Black with #649163
Text Example
Text Example
White with #649163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649163; }
p { color: rgb(100,145,99); }
H1.HeaderClassName
{
color: #649163;
}
.AnyTagClassName
{
color: #649163;
}
</style>
background-color css
<style>
a { background-color: #649163; }
a { background-color: rgb(100,145,99); }
div.DivClassName
{
background-color: #649163;
}
.BgClassName
{
background-color: #649163;
}
</style>
border-color css
<style>
span { border-color: #649163; }
span { border-color: rgb(100,145,99); }
td.TdClassName
{
border-color: #649163;
}
.TagClassName
{
border-color: #649163;
}
</style>