Shades of Hippie Green #62905D
Tints of Hippie Green #62905D
RGB
CMYK
RGB Variations
Color information
#62905D (or 0x62905D) is known color: Hippie Green. HEX triplet: 62, 90 and 5D. RGB value is (98,144,93). Sum of RGB (Red+Green+Blue) = 98+144+93=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #62905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62905D is #9D6FA2. Grayscale: #7C7C7C. Windows color (decimal): -10317731 or 6131810. OLE color: 6131810.
HSL color Cylindrical-coordinate representation of color #62905D: hue angle of 114.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62905D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 93 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.44 |
| HSL | 114.12º | 0.22% | 0.46% | - |
| HSV(B) | 114.12º | 0.35% | 0.56% | - |
| XYZ | 16.99 | 23.33 | 13.96 | - |
| YUV | 124.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 93 | 0.32 | 0 | 0.35 | 0.44 | 114.12 | 0.22 | 0.46 |
| Hex | 62 | 90 | 5D | 20 | 0 | 23 | 2C | 72 | 16 | 2E |
| Octal | 142 | 220 | 135 | 40 | 0 | 43 | 54 | 162 | 26 | 56 |
| Binary | 1100010 | 10010000 | 1011101 | 100000 | 0 | 100011 | 101100 | 1110010 | 10110 | 101110 |
Color Harmonies of #62905D
Complementary color
Monochromatic Colors of #62905D
Black with #62905D
Text Example
Text Example
White with #62905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62905D; }
p { color: rgb(98,144,93); }
H1.HeaderClassName
{
color: #62905D;
}
.AnyTagClassName
{
color: #62905D;
}
</style>
background-color css
<style>
a { background-color: #62905D; }
a { background-color: rgb(98,144,93); }
div.DivClassName
{
background-color: #62905D;
}
.BgClassName
{
background-color: #62905D;
}
</style>
border-color css
<style>
span { border-color: #62905D; }
span { border-color: rgb(98,144,93); }
td.TdClassName
{
border-color: #62905D;
}
.TagClassName
{
border-color: #62905D;
}
</style>