Shades of Hippie Green #617C60
Tints of Hippie Green #617C60
RGB
CMYK
RGB Variations
Color information
#617C60 (or 0x617C60) is known color: Hippie Green. HEX triplet: 61, 7C and 60. RGB value is (97,124,96). Sum of RGB (Red+Green+Blue) = 97+124+96=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #617C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C60 is #9E839F. Grayscale: #707070. Windows color (decimal): -10388384 or 6323297. OLE color: 6323297.
HSL color Cylindrical-coordinate representation of color #617C60: hue angle of 117.86º 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 #617C60 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 96 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.51 |
| HSL | 117.86º | 0.13% | 0.43% | - |
| HSV(B) | 117.86º | 0.23% | 0.49% | - |
| XYZ | 14.25 | 17.8 | 13.75 | - |
| YUV | 112.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 96 | 0.22 | 0 | 0.23 | 0.51 | 117.86 | 0.13 | 0.43 |
| Hex | 61 | 7C | 60 | 16 | 0 | 17 | 33 | 76 | D | 2B |
| Octal | 141 | 174 | 140 | 26 | 0 | 27 | 63 | 166 | 15 | 53 |
| Binary | 1100001 | 1111100 | 1100000 | 10110 | 0 | 10111 | 110011 | 1110110 | 1101 | 101011 |
Color Harmonies of #617C60
Complementary color
Monochromatic Colors of #617C60
Black with #617C60
Text Example
Text Example
White with #617C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C60; }
p { color: rgb(97,124,96); }
H1.HeaderClassName
{
color: #617C60;
}
.AnyTagClassName
{
color: #617C60;
}
</style>
background-color css
<style>
a { background-color: #617C60; }
a { background-color: rgb(97,124,96); }
div.DivClassName
{
background-color: #617C60;
}
.BgClassName
{
background-color: #617C60;
}
</style>
border-color css
<style>
span { border-color: #617C60; }
span { border-color: rgb(97,124,96); }
td.TdClassName
{
border-color: #617C60;
}
.TagClassName
{
border-color: #617C60;
}
</style>