Shades of Hippie Green #64905A
Tints of Hippie Green #64905A
RGB
CMYK
RGB Variations
Color information
#64905A (or 0x64905A) is known color: Hippie Green. HEX triplet: 64, 90 and 5A. RGB value is (100,144,90). Sum of RGB (Red+Green+Blue) = 100+144+90=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #64905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64905A is #9B6FA5. Grayscale: #7C7C7C. Windows color (decimal): -10186662 or 5935204. OLE color: 5935204.
HSL color Cylindrical-coordinate representation of color #64905A: hue angle of 108.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64905A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 90 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.44 |
| HSL | 108.89º | 0.23% | 0.46% | - |
| HSV(B) | 108.89º | 0.38% | 0.56% | - |
| XYZ | 17.07 | 23.39 | 13.29 | - |
| YUV | 124.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 90 | 0.31 | 0 | 0.37 | 0.44 | 108.89 | 0.23 | 0.46 |
| Hex | 64 | 90 | 5A | 1F | 0 | 25 | 2C | 6D | 17 | 2E |
| Octal | 144 | 220 | 132 | 37 | 0 | 45 | 54 | 155 | 27 | 56 |
| Binary | 1100100 | 10010000 | 1011010 | 11111 | 0 | 100101 | 101100 | 1101101 | 10111 | 101110 |
Color Harmonies of #64905A
Complementary color
Monochromatic Colors of #64905A
Black with #64905A
Text Example
Text Example
White with #64905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64905A; }
p { color: rgb(100,144,90); }
H1.HeaderClassName
{
color: #64905A;
}
.AnyTagClassName
{
color: #64905A;
}
</style>
background-color css
<style>
a { background-color: #64905A; }
a { background-color: rgb(100,144,90); }
div.DivClassName
{
background-color: #64905A;
}
.BgClassName
{
background-color: #64905A;
}
</style>
border-color css
<style>
span { border-color: #64905A; }
span { border-color: rgb(100,144,90); }
td.TdClassName
{
border-color: #64905A;
}
.TagClassName
{
border-color: #64905A;
}
</style>