Shades of Hippie Green #617F63
Tints of Hippie Green #617F63
RGB
CMYK
RGB Variations
Color information
#617F63 (or 0x617F63) is known color: Hippie Green. HEX triplet: 61, 7F and 63. RGB value is (97,127,99). Sum of RGB (Red+Green+Blue) = 97+127+99=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #617F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F63 is #9E809C. Grayscale: #727272. Windows color (decimal): -10387613 or 6520673. OLE color: 6520673.
HSL color Cylindrical-coordinate representation of color #617F63: hue angle of 124º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F63 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 99 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.50 |
| HSL | 124º | 0.13% | 0.44% | - |
| HSV(B) | 124º | 0.24% | 0.5% | - |
| XYZ | 14.77 | 18.62 | 14.62 | - |
| YUV | 114.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 99 | 0.24 | 0 | 0.22 | 0.50 | 124 | 0.13 | 0.44 |
| Hex | 61 | 7F | 63 | 18 | 0 | 16 | 32 | 7C | D | 2C |
| Octal | 141 | 177 | 143 | 30 | 0 | 26 | 62 | 174 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1100011 | 11000 | 0 | 10110 | 110010 | 1111100 | 1101 | 101100 |
Color Harmonies of #617F63
Complementary color
Monochromatic Colors of #617F63
Black with #617F63
Text Example
Text Example
White with #617F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F63; }
p { color: rgb(97,127,99); }
H1.HeaderClassName
{
color: #617F63;
}
.AnyTagClassName
{
color: #617F63;
}
</style>
background-color css
<style>
a { background-color: #617F63; }
a { background-color: rgb(97,127,99); }
div.DivClassName
{
background-color: #617F63;
}
.BgClassName
{
background-color: #617F63;
}
</style>
border-color css
<style>
span { border-color: #617F63; }
span { border-color: rgb(97,127,99); }
td.TdClassName
{
border-color: #617F63;
}
.TagClassName
{
border-color: #617F63;
}
</style>