Shades of Hippie Green #62A55D
Tints of Hippie Green #62A55D
RGB
CMYK
RGB Variations
Color information
#62A55D (or 0x62A55D) is known color: Hippie Green. HEX triplet: 62, A5 and 5D. RGB value is (98,165,93). Sum of RGB (Red+Green+Blue) = 98+165+93=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #62A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A55D is #9D5AA2. Grayscale: #888888. Windows color (decimal): -10312355 or 6137186. OLE color: 6137186.
HSL color Cylindrical-coordinate representation of color #62A55D: hue angle of 115.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62A55D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 165 | 93 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.35 |
| HSL | 115.83º | 0.29% | 0.51% | - |
| HSV(B) | 115.83º | 0.44% | 0.65% | - |
| XYZ | 20.47 | 30.3 | 15.13 | - |
| YUV | 136.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 93 | 0.41 | 0 | 0.44 | 0.35 | 115.83 | 0.29 | 0.51 |
| Hex | 62 | A5 | 5D | 29 | 0 | 2C | 23 | 74 | 1D | 33 |
| Octal | 142 | 245 | 135 | 51 | 0 | 54 | 43 | 164 | 35 | 63 |
| Binary | 1100010 | 10100101 | 1011101 | 101001 | 0 | 101100 | 100011 | 1110100 | 11101 | 110011 |
Color Harmonies of #62A55D
Complementary color
Monochromatic Colors of #62A55D
Black with #62A55D
Text Example
Text Example
White with #62A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A55D; }
p { color: rgb(98,165,93); }
H1.HeaderClassName
{
color: #62A55D;
}
.AnyTagClassName
{
color: #62A55D;
}
</style>
background-color css
<style>
a { background-color: #62A55D; }
a { background-color: rgb(98,165,93); }
div.DivClassName
{
background-color: #62A55D;
}
.BgClassName
{
background-color: #62A55D;
}
</style>
border-color css
<style>
span { border-color: #62A55D; }
span { border-color: rgb(98,165,93); }
td.TdClassName
{
border-color: #62A55D;
}
.TagClassName
{
border-color: #62A55D;
}
</style>