Shades of Hippie Green #62805E
Tints of Hippie Green #62805E
RGB
CMYK
RGB Variations
Color information
#62805E (or 0x62805E) is known color: Hippie Green. HEX triplet: 62, 80 and 5E. RGB value is (98,128,94). Sum of RGB (Red+Green+Blue) = 98+128+94=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #62805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62805E is #9D7FA1. Grayscale: #737373. Windows color (decimal): -10321826 or 6193250. OLE color: 6193250.
HSL color Cylindrical-coordinate representation of color #62805E: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62805E is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 128 | 94 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.50 |
| HSL | 112.94º | 0.15% | 0.44% | - |
| HSV(B) | 112.94º | 0.27% | 0.5% | - |
| XYZ | 14.78 | 18.84 | 13.45 | - |
| YUV | 115.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 94 | 0.23 | 0 | 0.27 | 0.50 | 112.94 | 0.15 | 0.44 |
| Hex | 62 | 80 | 5E | 17 | 0 | 1B | 32 | 71 | F | 2C |
| Octal | 142 | 200 | 136 | 27 | 0 | 33 | 62 | 161 | 17 | 54 |
| Binary | 1100010 | 10000000 | 1011110 | 10111 | 0 | 11011 | 110010 | 1110001 | 1111 | 101100 |
Color Harmonies of #62805E
Complementary color
Monochromatic Colors of #62805E
Black with #62805E
Text Example
Text Example
White with #62805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62805E; }
p { color: rgb(98,128,94); }
H1.HeaderClassName
{
color: #62805E;
}
.AnyTagClassName
{
color: #62805E;
}
</style>
background-color css
<style>
a { background-color: #62805E; }
a { background-color: rgb(98,128,94); }
div.DivClassName
{
background-color: #62805E;
}
.BgClassName
{
background-color: #62805E;
}
</style>
border-color css
<style>
span { border-color: #62805E; }
span { border-color: rgb(98,128,94); }
td.TdClassName
{
border-color: #62805E;
}
.TagClassName
{
border-color: #62805E;
}
</style>