Shades of Hippie Green #648263
Tints of Hippie Green #648263
RGB
CMYK
RGB Variations
Color information
#648263 (or 0x648263) is known color: Hippie Green. HEX triplet: 64, 82 and 63. RGB value is (100,130,99). Sum of RGB (Red+Green+Blue) = 100+130+99=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #648263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648263 is #9B7D9C. Grayscale: #757575. Windows color (decimal): -10190237 or 6521444. OLE color: 6521444.
HSL color Cylindrical-coordinate representation of color #648263: hue angle of 118.06º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648263 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 99 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.49 |
| HSL | 118.06º | 0.14% | 0.45% | - |
| HSV(B) | 118.06º | 0.24% | 0.51% | - |
| XYZ | 15.49 | 19.58 | 14.77 | - |
| YUV | 117.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 99 | 0.23 | 0 | 0.24 | 0.49 | 118.06 | 0.14 | 0.45 |
| Hex | 64 | 82 | 63 | 17 | 0 | 18 | 31 | 76 | E | 2D |
| Octal | 144 | 202 | 143 | 27 | 0 | 30 | 61 | 166 | 16 | 55 |
| Binary | 1100100 | 10000010 | 1100011 | 10111 | 0 | 11000 | 110001 | 1110110 | 1110 | 101101 |
Color Harmonies of #648263
Complementary color
Monochromatic Colors of #648263
Black with #648263
Text Example
Text Example
White with #648263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648263; }
p { color: rgb(100,130,99); }
H1.HeaderClassName
{
color: #648263;
}
.AnyTagClassName
{
color: #648263;
}
</style>
background-color css
<style>
a { background-color: #648263; }
a { background-color: rgb(100,130,99); }
div.DivClassName
{
background-color: #648263;
}
.BgClassName
{
background-color: #648263;
}
</style>
border-color css
<style>
span { border-color: #648263; }
span { border-color: rgb(100,130,99); }
td.TdClassName
{
border-color: #648263;
}
.TagClassName
{
border-color: #648263;
}
</style>