Shades of Hippie Green #649752
Tints of Hippie Green #649752
RGB
CMYK
RGB Variations
Color information
#649752 (or 0x649752) is known color: Hippie Green. HEX triplet: 64, 97 and 52. RGB value is (100,151,82). Sum of RGB (Red+Green+Blue) = 100+151+82=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #649752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649752 is #9B68AD. Grayscale: #808080. Windows color (decimal): -10184878 or 5412708. OLE color: 5412708.
HSL color Cylindrical-coordinate representation of color #649752: hue angle of 104.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649752 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 82 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.41 |
| HSL | 104.35º | 0.3% | 0.46% | - |
| HSV(B) | 104.35º | 0.46% | 0.59% | - |
| XYZ | 17.85 | 25.45 | 11.95 | - |
| YUV | 127.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 82 | 0.34 | 0 | 0.46 | 0.41 | 104.35 | 0.3 | 0.46 |
| Hex | 64 | 97 | 52 | 22 | 0 | 2E | 29 | 68 | 1E | 2E |
| Octal | 144 | 227 | 122 | 42 | 0 | 56 | 51 | 150 | 36 | 56 |
| Binary | 1100100 | 10010111 | 1010010 | 100010 | 0 | 101110 | 101001 | 1101000 | 11110 | 101110 |
Color Harmonies of #649752
Complementary color
Monochromatic Colors of #649752
Black with #649752
Text Example
Text Example
White with #649752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649752; }
p { color: rgb(100,151,82); }
H1.HeaderClassName
{
color: #649752;
}
.AnyTagClassName
{
color: #649752;
}
</style>
background-color css
<style>
a { background-color: #649752; }
a { background-color: rgb(100,151,82); }
div.DivClassName
{
background-color: #649752;
}
.BgClassName
{
background-color: #649752;
}
</style>
border-color css
<style>
span { border-color: #649752; }
span { border-color: rgb(100,151,82); }
td.TdClassName
{
border-color: #649752;
}
.TagClassName
{
border-color: #649752;
}
</style>