Shades of Hippie Green #649263
Tints of Hippie Green #649263
RGB
CMYK
RGB Variations
Color information
#649263 (or 0x649263) is known color: Hippie Green. HEX triplet: 64, 92 and 63. RGB value is (100,146,99). Sum of RGB (Red+Green+Blue) = 100+146+99=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #649263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649263 is #9B6D9C. Grayscale: #7F7F7F. Windows color (decimal): -10186141 or 6525540. OLE color: 6525540.
HSL color Cylindrical-coordinate representation of color #649263: hue angle of 118.72º 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 #649263 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 99 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.43 |
| HSL | 118.72º | 0.19% | 0.48% | - |
| HSV(B) | 118.72º | 0.32% | 0.57% | - |
| XYZ | 17.79 | 24.17 | 15.53 | - |
| YUV | 126.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 99 | 0.32 | 0 | 0.32 | 0.43 | 118.72 | 0.19 | 0.48 |
| Hex | 64 | 92 | 63 | 20 | 0 | 20 | 2B | 77 | 13 | 30 |
| Octal | 144 | 222 | 143 | 40 | 0 | 40 | 53 | 167 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1100011 | 100000 | 0 | 100000 | 101011 | 1110111 | 10011 | 110000 |
Color Harmonies of #649263
Complementary color
Monochromatic Colors of #649263
Black with #649263
Text Example
Text Example
White with #649263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649263; }
p { color: rgb(100,146,99); }
H1.HeaderClassName
{
color: #649263;
}
.AnyTagClassName
{
color: #649263;
}
</style>
background-color css
<style>
a { background-color: #649263; }
a { background-color: rgb(100,146,99); }
div.DivClassName
{
background-color: #649263;
}
.BgClassName
{
background-color: #649263;
}
</style>
border-color css
<style>
span { border-color: #649263; }
span { border-color: rgb(100,146,99); }
td.TdClassName
{
border-color: #649263;
}
.TagClassName
{
border-color: #649263;
}
</style>