Shades of Hippie Green #62885D
Tints of Hippie Green #62885D
RGB
CMYK
RGB Variations
Color information
#62885D (or 0x62885D) is known color: Hippie Green. HEX triplet: 62, 88 and 5D. RGB value is (98,136,93). Sum of RGB (Red+Green+Blue) = 98+136+93=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #62885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62885D is #9D77A2. Grayscale: #777777. Windows color (decimal): -10319779 or 6129762. OLE color: 6129762.
HSL color Cylindrical-coordinate representation of color #62885D: hue angle of 113.02º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62885D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 93 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.47 |
| HSL | 113.02º | 0.19% | 0.45% | - |
| HSV(B) | 113.02º | 0.32% | 0.53% | - |
| XYZ | 15.82 | 21 | 13.57 | - |
| YUV | 119.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 93 | 0.28 | 0 | 0.32 | 0.47 | 113.02 | 0.19 | 0.45 |
| Hex | 62 | 88 | 5D | 1C | 0 | 20 | 2F | 71 | 13 | 2D |
| Octal | 142 | 210 | 135 | 34 | 0 | 40 | 57 | 161 | 23 | 55 |
| Binary | 1100010 | 10001000 | 1011101 | 11100 | 0 | 100000 | 101111 | 1110001 | 10011 | 101101 |
Color Harmonies of #62885D
Complementary color
Monochromatic Colors of #62885D
Black with #62885D
Text Example
Text Example
White with #62885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62885D; }
p { color: rgb(98,136,93); }
H1.HeaderClassName
{
color: #62885D;
}
.AnyTagClassName
{
color: #62885D;
}
</style>
background-color css
<style>
a { background-color: #62885D; }
a { background-color: rgb(98,136,93); }
div.DivClassName
{
background-color: #62885D;
}
.BgClassName
{
background-color: #62885D;
}
</style>
border-color css
<style>
span { border-color: #62885D; }
span { border-color: rgb(98,136,93); }
td.TdClassName
{
border-color: #62885D;
}
.TagClassName
{
border-color: #62885D;
}
</style>