Shades of Hippie Green #648B63
Tints of Hippie Green #648B63
RGB
CMYK
RGB Variations
Color information
#648B63 (or 0x648B63) is known color: Hippie Green. HEX triplet: 64, 8B and 63. RGB value is (100,139,99). Sum of RGB (Red+Green+Blue) = 100+139+99=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #648B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B63 is #9B749C. Grayscale: #7A7A7A. Windows color (decimal): -10187933 or 6523748. OLE color: 6523748.
HSL color Cylindrical-coordinate representation of color #648B63: hue angle of 118.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648B63 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 99 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.45 |
| HSL | 118.5º | 0.17% | 0.47% | - |
| HSV(B) | 118.5º | 0.29% | 0.55% | - |
| XYZ | 16.74 | 22.08 | 15.18 | - |
| YUV | 122.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 99 | 0.28 | 0 | 0.29 | 0.45 | 118.5 | 0.17 | 0.47 |
| Hex | 64 | 8B | 63 | 1C | 0 | 1D | 2D | 76 | 11 | 2F |
| Octal | 144 | 213 | 143 | 34 | 0 | 35 | 55 | 166 | 21 | 57 |
| Binary | 1100100 | 10001011 | 1100011 | 11100 | 0 | 11101 | 101101 | 1110110 | 10001 | 101111 |
Color Harmonies of #648B63
Complementary color
Monochromatic Colors of #648B63
Black with #648B63
Text Example
Text Example
White with #648B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B63; }
p { color: rgb(100,139,99); }
H1.HeaderClassName
{
color: #648B63;
}
.AnyTagClassName
{
color: #648B63;
}
</style>
background-color css
<style>
a { background-color: #648B63; }
a { background-color: rgb(100,139,99); }
div.DivClassName
{
background-color: #648B63;
}
.BgClassName
{
background-color: #648B63;
}
</style>
border-color css
<style>
span { border-color: #648B63; }
span { border-color: rgb(100,139,99); }
td.TdClassName
{
border-color: #648B63;
}
.TagClassName
{
border-color: #648B63;
}
</style>