Shades of Hippie Green #62A05D
Tints of Hippie Green #62A05D
RGB
CMYK
RGB Variations
Color information
#62A05D (or 0x62A05D) is known color: Hippie Green. HEX triplet: 62, A0 and 5D. RGB value is (98,160,93). Sum of RGB (Red+Green+Blue) = 98+160+93=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #62A05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A05D is #9D5FA2. Grayscale: #868686. Windows color (decimal): -10313635 or 6135906. OLE color: 6135906.
HSL color Cylindrical-coordinate representation of color #62A05D: hue angle of 115.52º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A05D is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 93 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.37 |
| HSL | 115.52º | 0.26% | 0.5% | - |
| HSV(B) | 115.52º | 0.42% | 0.63% | - |
| XYZ | 19.58 | 28.53 | 14.83 | - |
| YUV | 133.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 93 | 0.39 | 0 | 0.42 | 0.37 | 115.52 | 0.26 | 0.5 |
| Hex | 62 | A0 | 5D | 27 | 0 | 2A | 25 | 74 | 1A | 32 |
| Octal | 142 | 240 | 135 | 47 | 0 | 52 | 45 | 164 | 32 | 62 |
| Binary | 1100010 | 10100000 | 1011101 | 100111 | 0 | 101010 | 100101 | 1110100 | 11010 | 110010 |
Color Harmonies of #62A05D
Complementary color
Monochromatic Colors of #62A05D
Black with #62A05D
Text Example
Text Example
White with #62A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A05D; }
p { color: rgb(98,160,93); }
H1.HeaderClassName
{
color: #62A05D;
}
.AnyTagClassName
{
color: #62A05D;
}
</style>
background-color css
<style>
a { background-color: #62A05D; }
a { background-color: rgb(98,160,93); }
div.DivClassName
{
background-color: #62A05D;
}
.BgClassName
{
background-color: #62A05D;
}
</style>
border-color css
<style>
span { border-color: #62A05D; }
span { border-color: rgb(98,160,93); }
td.TdClassName
{
border-color: #62A05D;
}
.TagClassName
{
border-color: #62A05D;
}
</style>