Shades of Hippie Green #62A45E
Tints of Hippie Green #62A45E
RGB
CMYK
RGB Variations
Color information
#62A45E (or 0x62A45E) is known color: Hippie Green. HEX triplet: 62, A4 and 5E. RGB value is (98,164,94). Sum of RGB (Red+Green+Blue) = 98+164+94=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #62A45E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A45E is #9D5BA1. Grayscale: #888888. Windows color (decimal): -10312610 or 6202466. OLE color: 6202466.
HSL color Cylindrical-coordinate representation of color #62A45E: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62A45E is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 94 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.36 |
| HSL | 116.57º | 0.28% | 0.51% | - |
| HSV(B) | 116.57º | 0.43% | 0.64% | - |
| XYZ | 20.33 | 29.96 | 15.3 | - |
| YUV | 136.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 94 | 0.40 | 0 | 0.43 | 0.36 | 116.57 | 0.28 | 0.51 |
| Hex | 62 | A4 | 5E | 28 | 0 | 2B | 24 | 75 | 1C | 33 |
| Octal | 142 | 244 | 136 | 50 | 0 | 53 | 44 | 165 | 34 | 63 |
| Binary | 1100010 | 10100100 | 1011110 | 101000 | 0 | 101011 | 100100 | 1110101 | 11100 | 110011 |
Color Harmonies of #62A45E
Complementary color
Monochromatic Colors of #62A45E
Black with #62A45E
Text Example
Text Example
White with #62A45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A45E; }
p { color: rgb(98,164,94); }
H1.HeaderClassName
{
color: #62A45E;
}
.AnyTagClassName
{
color: #62A45E;
}
</style>
background-color css
<style>
a { background-color: #62A45E; }
a { background-color: rgb(98,164,94); }
div.DivClassName
{
background-color: #62A45E;
}
.BgClassName
{
background-color: #62A45E;
}
</style>
border-color css
<style>
span { border-color: #62A45E; }
span { border-color: rgb(98,164,94); }
td.TdClassName
{
border-color: #62A45E;
}
.TagClassName
{
border-color: #62A45E;
}
</style>