Shades of Hippie Green #649853
Tints of Hippie Green #649853
RGB
CMYK
RGB Variations
Color information
#649853 (or 0x649853) is known color: Hippie Green. HEX triplet: 64, 98 and 53. RGB value is (100,152,83). Sum of RGB (Red+Green+Blue) = 100+152+83=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #649853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649853 is #9B67AC. Grayscale: #808080. Windows color (decimal): -10184621 or 5478500. OLE color: 5478500.
HSL color Cylindrical-coordinate representation of color #649853: hue angle of 105.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #649853 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 83 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.40 |
| HSL | 105.22º | 0.29% | 0.46% | - |
| HSV(B) | 105.22º | 0.45% | 0.6% | - |
| XYZ | 18.05 | 25.79 | 12.21 | - |
| YUV | 128.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 83 | 0.34 | 0 | 0.45 | 0.40 | 105.22 | 0.29 | 0.46 |
| Hex | 64 | 98 | 53 | 22 | 0 | 2D | 28 | 69 | 1D | 2E |
| Octal | 144 | 230 | 123 | 42 | 0 | 55 | 50 | 151 | 35 | 56 |
| Binary | 1100100 | 10011000 | 1010011 | 100010 | 0 | 101101 | 101000 | 1101001 | 11101 | 101110 |
Color Harmonies of #649853
Complementary color
Monochromatic Colors of #649853
Black with #649853
Text Example
Text Example
White with #649853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649853; }
p { color: rgb(100,152,83); }
H1.HeaderClassName
{
color: #649853;
}
.AnyTagClassName
{
color: #649853;
}
</style>
background-color css
<style>
a { background-color: #649853; }
a { background-color: rgb(100,152,83); }
div.DivClassName
{
background-color: #649853;
}
.BgClassName
{
background-color: #649853;
}
</style>
border-color css
<style>
span { border-color: #649853; }
span { border-color: rgb(100,152,83); }
td.TdClassName
{
border-color: #649853;
}
.TagClassName
{
border-color: #649853;
}
</style>