Shades of Hippie Green #648C62
Tints of Hippie Green #648C62
RGB
CMYK
RGB Variations
Color information
#648C62 (or 0x648C62) is known color: Hippie Green. HEX triplet: 64, 8C and 62. RGB value is (100,140,98). Sum of RGB (Red+Green+Blue) = 100+140+98=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #648C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C62 is #9B739D. Grayscale: #7B7B7B. Windows color (decimal): -10187678 or 6458468. OLE color: 6458468.
HSL color Cylindrical-coordinate representation of color #648C62: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648C62 is Cyan = 0.29, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 98 | - |
| CMYK | 0.29 | 0 | 0.3 | 0.45 |
| HSL | 117.14º | 0.18% | 0.47% | - |
| HSV(B) | 117.14º | 0.3% | 0.55% | - |
| XYZ | 16.84 | 22.35 | 14.98 | - |
| YUV | 123.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 98 | 0.29 | 0 | 0.3 | 0.45 | 117.14 | 0.18 | 0.47 |
| Hex | 64 | 8C | 62 | 1D | 0 | 1E | 2D | 75 | 12 | 2F |
| Octal | 144 | 214 | 142 | 35 | 0 | 36 | 55 | 165 | 22 | 57 |
| Binary | 1100100 | 10001100 | 1100010 | 11101 | 0 | 11110 | 101101 | 1110101 | 10010 | 101111 |
Color Harmonies of #648C62
Complementary color
Monochromatic Colors of #648C62
Black with #648C62
Text Example
Text Example
White with #648C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C62; }
p { color: rgb(100,140,98); }
H1.HeaderClassName
{
color: #648C62;
}
.AnyTagClassName
{
color: #648C62;
}
</style>
background-color css
<style>
a { background-color: #648C62; }
a { background-color: rgb(100,140,98); }
div.DivClassName
{
background-color: #648C62;
}
.BgClassName
{
background-color: #648C62;
}
</style>
border-color css
<style>
span { border-color: #648C62; }
span { border-color: rgb(100,140,98); }
td.TdClassName
{
border-color: #648C62;
}
.TagClassName
{
border-color: #648C62;
}
</style>