Shades of Hippie Green #62875C
Tints of Hippie Green #62875C
RGB
CMYK
RGB Variations
Color information
#62875C (or 0x62875C) is known color: Hippie Green. HEX triplet: 62, 87 and 5C. RGB value is (98,135,92). Sum of RGB (Red+Green+Blue) = 98+135+92=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #62875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62875C is #9D78A3. Grayscale: #777777. Windows color (decimal): -10320036 or 6063970. OLE color: 6063970.
HSL color Cylindrical-coordinate representation of color #62875C: hue angle of 111.63º 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 #62875C is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 92 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.47 |
| HSL | 111.63º | 0.19% | 0.45% | - |
| HSV(B) | 111.63º | 0.32% | 0.53% | - |
| XYZ | 15.63 | 20.7 | 13.3 | - |
| YUV | 119.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 92 | 0.27 | 0 | 0.32 | 0.47 | 111.63 | 0.19 | 0.45 |
| Hex | 62 | 87 | 5C | 1B | 0 | 20 | 2F | 70 | 13 | 2D |
| Octal | 142 | 207 | 134 | 33 | 0 | 40 | 57 | 160 | 23 | 55 |
| Binary | 1100010 | 10000111 | 1011100 | 11011 | 0 | 100000 | 101111 | 1110000 | 10011 | 101101 |
Color Harmonies of #62875C
Complementary color
Monochromatic Colors of #62875C
Black with #62875C
Text Example
Text Example
White with #62875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62875C; }
p { color: rgb(98,135,92); }
H1.HeaderClassName
{
color: #62875C;
}
.AnyTagClassName
{
color: #62875C;
}
</style>
background-color css
<style>
a { background-color: #62875C; }
a { background-color: rgb(98,135,92); }
div.DivClassName
{
background-color: #62875C;
}
.BgClassName
{
background-color: #62875C;
}
</style>
border-color css
<style>
span { border-color: #62875C; }
span { border-color: rgb(98,135,92); }
td.TdClassName
{
border-color: #62875C;
}
.TagClassName
{
border-color: #62875C;
}
</style>