Shades of Hippie Green #62A060
Tints of Hippie Green #62A060
RGB
CMYK
RGB Variations
Color information
#62A060 (or 0x62A060) is known color: Hippie Green. HEX triplet: 62, A0 and 60. RGB value is (98,160,96). Sum of RGB (Red+Green+Blue) = 98+160+96=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #62A060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A060 is #9D5F9F. Grayscale: #868686. Windows color (decimal): -10313632 or 6332514. OLE color: 6332514.
HSL color Cylindrical-coordinate representation of color #62A060: hue angle of 118.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A060 is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 96 | - |
| CMYK | 0.39 | 0 | 0.4 | 0.37 |
| HSL | 118.13º | 0.25% | 0.5% | - |
| HSV(B) | 118.13º | 0.4% | 0.63% | - |
| XYZ | 19.72 | 28.58 | 15.54 | - |
| YUV | 134.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 96 | 0.39 | 0 | 0.4 | 0.37 | 118.13 | 0.25 | 0.5 |
| Hex | 62 | A0 | 60 | 27 | 0 | 28 | 25 | 76 | 19 | 32 |
| Octal | 142 | 240 | 140 | 47 | 0 | 50 | 45 | 166 | 31 | 62 |
| Binary | 1100010 | 10100000 | 1100000 | 100111 | 0 | 101000 | 100101 | 1110110 | 11001 | 110010 |
Color Harmonies of #62A060
Complementary color
Monochromatic Colors of #62A060
Black with #62A060
Text Example
Text Example
White with #62A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A060; }
p { color: rgb(98,160,96); }
H1.HeaderClassName
{
color: #62A060;
}
.AnyTagClassName
{
color: #62A060;
}
</style>
background-color css
<style>
a { background-color: #62A060; }
a { background-color: rgb(98,160,96); }
div.DivClassName
{
background-color: #62A060;
}
.BgClassName
{
background-color: #62A060;
}
</style>
border-color css
<style>
span { border-color: #62A060; }
span { border-color: rgb(98,160,96); }
td.TdClassName
{
border-color: #62A060;
}
.TagClassName
{
border-color: #62A060;
}
</style>