Shades of Hippie Green #648D5C
Tints of Hippie Green #648D5C
RGB
CMYK
RGB Variations
Color information
#648D5C (or 0x648D5C) is known color: Hippie Green. HEX triplet: 64, 8D and 5C. RGB value is (100,141,92). Sum of RGB (Red+Green+Blue) = 100+141+92=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #648D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D5C is #9B72A3. Grayscale: #7B7B7B. Windows color (decimal): -10187428 or 6065508. OLE color: 6065508.
HSL color Cylindrical-coordinate representation of color #648D5C: hue angle of 110.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648D5C is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 92 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.45 |
| HSL | 110.2º | 0.21% | 0.46% | - |
| HSV(B) | 110.2º | 0.35% | 0.55% | - |
| XYZ | 16.71 | 22.53 | 13.59 | - |
| YUV | 123.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 92 | 0.29 | 0 | 0.35 | 0.45 | 110.2 | 0.21 | 0.46 |
| Hex | 64 | 8D | 5C | 1D | 0 | 23 | 2D | 6E | 15 | 2E |
| Octal | 144 | 215 | 134 | 35 | 0 | 43 | 55 | 156 | 25 | 56 |
| Binary | 1100100 | 10001101 | 1011100 | 11101 | 0 | 100011 | 101101 | 1101110 | 10101 | 101110 |
Color Harmonies of #648D5C
Complementary color
Monochromatic Colors of #648D5C
Black with #648D5C
Text Example
Text Example
White with #648D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D5C; }
p { color: rgb(100,141,92); }
H1.HeaderClassName
{
color: #648D5C;
}
.AnyTagClassName
{
color: #648D5C;
}
</style>
background-color css
<style>
a { background-color: #648D5C; }
a { background-color: rgb(100,141,92); }
div.DivClassName
{
background-color: #648D5C;
}
.BgClassName
{
background-color: #648D5C;
}
</style>
border-color css
<style>
span { border-color: #648D5C; }
span { border-color: rgb(100,141,92); }
td.TdClassName
{
border-color: #648D5C;
}
.TagClassName
{
border-color: #648D5C;
}
</style>