Shades of Hippie Green #649F5D
Tints of Hippie Green #649F5D
RGB
CMYK
RGB Variations
Color information
#649F5D (or 0x649F5D) is known color: Hippie Green. HEX triplet: 64, 9F and 5D. RGB value is (100,159,93). Sum of RGB (Red+Green+Blue) = 100+159+93=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #649F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F5D is #9B60A2. Grayscale: #868686. Windows color (decimal): -10182819 or 6135652. OLE color: 6135652.
HSL color Cylindrical-coordinate representation of color #649F5D: hue angle of 113.64º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649F5D is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 93 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.38 |
| HSL | 113.64º | 0.26% | 0.49% | - |
| HSV(B) | 113.64º | 0.42% | 0.62% | - |
| XYZ | 19.63 | 28.3 | 14.78 | - |
| YUV | 133.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 93 | 0.37 | 0 | 0.42 | 0.38 | 113.64 | 0.26 | 0.49 |
| Hex | 64 | 9F | 5D | 25 | 0 | 2A | 26 | 72 | 1A | 31 |
| Octal | 144 | 237 | 135 | 45 | 0 | 52 | 46 | 162 | 32 | 61 |
| Binary | 1100100 | 10011111 | 1011101 | 100101 | 0 | 101010 | 100110 | 1110010 | 11010 | 110001 |
Color Harmonies of #649F5D
Complementary color
Monochromatic Colors of #649F5D
Black with #649F5D
Text Example
Text Example
White with #649F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F5D; }
p { color: rgb(100,159,93); }
H1.HeaderClassName
{
color: #649F5D;
}
.AnyTagClassName
{
color: #649F5D;
}
</style>
background-color css
<style>
a { background-color: #649F5D; }
a { background-color: rgb(100,159,93); }
div.DivClassName
{
background-color: #649F5D;
}
.BgClassName
{
background-color: #649F5D;
}
</style>
border-color css
<style>
span { border-color: #649F5D; }
span { border-color: rgb(100,159,93); }
td.TdClassName
{
border-color: #649F5D;
}
.TagClassName
{
border-color: #649F5D;
}
</style>