Shades of Hippie Green #64A15F
Tints of Hippie Green #64A15F
RGB
CMYK
RGB Variations
Color information
#64A15F (or 0x64A15F) is known color: Hippie Green. HEX triplet: 64, A1 and 5F. RGB value is (100,161,95). Sum of RGB (Red+Green+Blue) = 100+161+95=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #64A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A15F is #9B5EA0. Grayscale: #878787. Windows color (decimal): -10182305 or 6267236. OLE color: 6267236.
HSL color Cylindrical-coordinate representation of color #64A15F: hue angle of 115.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A15F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 95 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.37 |
| HSL | 115.45º | 0.26% | 0.5% | - |
| HSV(B) | 115.45º | 0.41% | 0.63% | - |
| XYZ | 20.07 | 29.03 | 15.37 | - |
| YUV | 135.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 95 | 0.38 | 0 | 0.41 | 0.37 | 115.45 | 0.26 | 0.5 |
| Hex | 64 | A1 | 5F | 26 | 0 | 29 | 25 | 73 | 1A | 32 |
| Octal | 144 | 241 | 137 | 46 | 0 | 51 | 45 | 163 | 32 | 62 |
| Binary | 1100100 | 10100001 | 1011111 | 100110 | 0 | 101001 | 100101 | 1110011 | 11010 | 110010 |
Color Harmonies of #64A15F
Complementary color
Monochromatic Colors of #64A15F
Black with #64A15F
Text Example
Text Example
White with #64A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A15F; }
p { color: rgb(100,161,95); }
H1.HeaderClassName
{
color: #64A15F;
}
.AnyTagClassName
{
color: #64A15F;
}
</style>
background-color css
<style>
a { background-color: #64A15F; }
a { background-color: rgb(100,161,95); }
div.DivClassName
{
background-color: #64A15F;
}
.BgClassName
{
background-color: #64A15F;
}
</style>
border-color css
<style>
span { border-color: #64A15F; }
span { border-color: rgb(100,161,95); }
td.TdClassName
{
border-color: #64A15F;
}
.TagClassName
{
border-color: #64A15F;
}
</style>