Shades of Hippie Green #62A062
Tints of Hippie Green #62A062
RGB
CMYK
RGB Variations
Color information
#62A062 (or 0x62A062) is known color: Hippie Green. HEX triplet: 62, A0 and 62. RGB value is (98,160,98). Sum of RGB (Red+Green+Blue) = 98+160+98=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #62A062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A062 is #9D5F9D. Grayscale: #868686. Windows color (decimal): -10313630 or 6463586. OLE color: 6463586.
HSL color Cylindrical-coordinate representation of color #62A062: hue angle of 120º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A062 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 98 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.37 |
| HSL | 120º | 0.25% | 0.51% | - |
| HSV(B) | 120º | 0.39% | 0.63% | - |
| XYZ | 19.81 | 28.62 | 16.04 | - |
| YUV | 134.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 98 | 0.39 | 0 | 0.39 | 0.37 | 120 | 0.25 | 0.51 |
| Hex | 62 | A0 | 62 | 27 | 0 | 27 | 25 | 78 | 19 | 33 |
| Octal | 142 | 240 | 142 | 47 | 0 | 47 | 45 | 170 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1100010 | 100111 | 0 | 100111 | 100101 | 1111000 | 11001 | 110011 |
Color Harmonies of #62A062
Complementary color
Monochromatic Colors of #62A062
Black with #62A062
Text Example
Text Example
White with #62A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A062; }
p { color: rgb(98,160,98); }
H1.HeaderClassName
{
color: #62A062;
}
.AnyTagClassName
{
color: #62A062;
}
</style>
background-color css
<style>
a { background-color: #62A062; }
a { background-color: rgb(98,160,98); }
div.DivClassName
{
background-color: #62A062;
}
.BgClassName
{
background-color: #62A062;
}
</style>
border-color css
<style>
span { border-color: #62A062; }
span { border-color: rgb(98,160,98); }
td.TdClassName
{
border-color: #62A062;
}
.TagClassName
{
border-color: #62A062;
}
</style>