Shades of Hippie Green #64A158
Tints of Hippie Green #64A158
RGB
CMYK
RGB Variations
Color information
#64A158 (or 0x64A158) is known color: Hippie Green. HEX triplet: 64, A1 and 58. RGB value is (100,161,88). Sum of RGB (Red+Green+Blue) = 100+161+88=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #64A158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A158 is #9B5EA7. Grayscale: #868686. Windows color (decimal): -10182312 or 5808484. OLE color: 5808484.
HSL color Cylindrical-coordinate representation of color #64A158: hue angle of 110.14º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64A158 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 88 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.37 |
| HSL | 110.14º | 0.29% | 0.49% | - |
| HSV(B) | 110.14º | 0.45% | 0.63% | - |
| XYZ | 19.76 | 28.9 | 13.77 | - |
| YUV | 134.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 88 | 0.38 | 0 | 0.45 | 0.37 | 110.14 | 0.29 | 0.49 |
| Hex | 64 | A1 | 58 | 26 | 0 | 2D | 25 | 6E | 1D | 31 |
| Octal | 144 | 241 | 130 | 46 | 0 | 55 | 45 | 156 | 35 | 61 |
| Binary | 1100100 | 10100001 | 1011000 | 100110 | 0 | 101101 | 100101 | 1101110 | 11101 | 110001 |
Color Harmonies of #64A158
Complementary color
Monochromatic Colors of #64A158
Black with #64A158
Text Example
Text Example
White with #64A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A158; }
p { color: rgb(100,161,88); }
H1.HeaderClassName
{
color: #64A158;
}
.AnyTagClassName
{
color: #64A158;
}
</style>
background-color css
<style>
a { background-color: #64A158; }
a { background-color: rgb(100,161,88); }
div.DivClassName
{
background-color: #64A158;
}
.BgClassName
{
background-color: #64A158;
}
</style>
border-color css
<style>
span { border-color: #64A158; }
span { border-color: rgb(100,161,88); }
td.TdClassName
{
border-color: #64A158;
}
.TagClassName
{
border-color: #64A158;
}
</style>