Shades of Hippie Green #5F7C62
Tints of Hippie Green #5F7C62
RGB
CMYK
RGB Variations
Color information
#5F7C62 (or 0x5F7C62) is known color: Hippie Green. HEX triplet: 5F, 7C and 62. RGB value is (95,124,98). Sum of RGB (Red+Green+Blue) = 95+124+98=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7C62 is #A0839D. Grayscale: #707070. Windows color (decimal): -10519454 or 6454367. OLE color: 6454367.
HSL color Cylindrical-coordinate representation of color #5F7C62: hue angle of 126.21º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7C62 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 98 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.51 |
| HSL | 126.21º | 0.13% | 0.43% | - |
| HSV(B) | 126.21º | 0.23% | 0.49% | - |
| XYZ | 14.13 | 17.73 | 14.23 | - |
| YUV | 112.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 98 | 0.23 | 0 | 0.21 | 0.51 | 126.21 | 0.13 | 0.43 |
| Hex | 5F | 7C | 62 | 17 | 0 | 15 | 33 | 7E | D | 2B |
| Octal | 137 | 174 | 142 | 27 | 0 | 25 | 63 | 176 | 15 | 53 |
| Binary | 1011111 | 1111100 | 1100010 | 10111 | 0 | 10101 | 110011 | 1111110 | 1101 | 101011 |
Color Harmonies of #5F7C62
Complementary color
Monochromatic Colors of #5F7C62
Black with #5F7C62
Text Example
Text Example
White with #5F7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C62; }
p { color: rgb(95,124,98); }
H1.HeaderClassName
{
color: #5F7C62;
}
.AnyTagClassName
{
color: #5F7C62;
}
</style>
background-color css
<style>
a { background-color: #5F7C62; }
a { background-color: rgb(95,124,98); }
div.DivClassName
{
background-color: #5F7C62;
}
.BgClassName
{
background-color: #5F7C62;
}
</style>
border-color css
<style>
span { border-color: #5F7C62; }
span { border-color: rgb(95,124,98); }
td.TdClassName
{
border-color: #5F7C62;
}
.TagClassName
{
border-color: #5F7C62;
}
</style>