Shades of Hippie Green #649B56
Tints of Hippie Green #649B56
RGB
CMYK
RGB Variations
Color information
#649B56 (or 0x649B56) is known color: Hippie Green. HEX triplet: 64, 9B and 56. RGB value is (100,155,86). Sum of RGB (Red+Green+Blue) = 100+155+86=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #649B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B56 is #9B64A9. Grayscale: #828282. Windows color (decimal): -10183850 or 5675876. OLE color: 5675876.
HSL color Cylindrical-coordinate representation of color #649B56: hue angle of 107.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #649B56 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 86 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.39 |
| HSL | 107.83º | 0.29% | 0.47% | - |
| HSV(B) | 107.83º | 0.45% | 0.61% | - |
| XYZ | 18.66 | 26.82 | 13 | - |
| YUV | 130.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 86 | 0.35 | 0 | 0.45 | 0.39 | 107.83 | 0.29 | 0.47 |
| Hex | 64 | 9B | 56 | 23 | 0 | 2D | 27 | 6C | 1D | 2F |
| Octal | 144 | 233 | 126 | 43 | 0 | 55 | 47 | 154 | 35 | 57 |
| Binary | 1100100 | 10011011 | 1010110 | 100011 | 0 | 101101 | 100111 | 1101100 | 11101 | 101111 |
Color Harmonies of #649B56
Complementary color
Monochromatic Colors of #649B56
Black with #649B56
Text Example
Text Example
White with #649B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B56; }
p { color: rgb(100,155,86); }
H1.HeaderClassName
{
color: #649B56;
}
.AnyTagClassName
{
color: #649B56;
}
</style>
background-color css
<style>
a { background-color: #649B56; }
a { background-color: rgb(100,155,86); }
div.DivClassName
{
background-color: #649B56;
}
.BgClassName
{
background-color: #649B56;
}
</style>
border-color css
<style>
span { border-color: #649B56; }
span { border-color: rgb(100,155,86); }
td.TdClassName
{
border-color: #649B56;
}
.TagClassName
{
border-color: #649B56;
}
</style>