Shades of Hippie Green #64A25C
Tints of Hippie Green #64A25C
RGB
CMYK
RGB Variations
Color information
#64A25C (or 0x64A25C) is known color: Hippie Green. HEX triplet: 64, A2 and 5C. RGB value is (100,162,92). Sum of RGB (Red+Green+Blue) = 100+162+92=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #64A25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A25C is #9B5DA3. Grayscale: #878787. Windows color (decimal): -10182052 or 6070884. OLE color: 6070884.
HSL color Cylindrical-coordinate representation of color #64A25C: hue angle of 113.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64A25C is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 92 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.36 |
| HSL | 113.14º | 0.28% | 0.5% | - |
| HSV(B) | 113.14º | 0.43% | 0.64% | - |
| XYZ | 20.11 | 29.32 | 14.73 | - |
| YUV | 135.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 92 | 0.38 | 0 | 0.43 | 0.36 | 113.14 | 0.28 | 0.5 |
| Hex | 64 | A2 | 5C | 26 | 0 | 2B | 24 | 71 | 1C | 32 |
| Octal | 144 | 242 | 134 | 46 | 0 | 53 | 44 | 161 | 34 | 62 |
| Binary | 1100100 | 10100010 | 1011100 | 100110 | 0 | 101011 | 100100 | 1110001 | 11100 | 110010 |
Color Harmonies of #64A25C
Complementary color
Monochromatic Colors of #64A25C
Black with #64A25C
Text Example
Text Example
White with #64A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A25C; }
p { color: rgb(100,162,92); }
H1.HeaderClassName
{
color: #64A25C;
}
.AnyTagClassName
{
color: #64A25C;
}
</style>
background-color css
<style>
a { background-color: #64A25C; }
a { background-color: rgb(100,162,92); }
div.DivClassName
{
background-color: #64A25C;
}
.BgClassName
{
background-color: #64A25C;
}
</style>
border-color css
<style>
span { border-color: #64A25C; }
span { border-color: rgb(100,162,92); }
td.TdClassName
{
border-color: #64A25C;
}
.TagClassName
{
border-color: #64A25C;
}
</style>