Shades of Hippie Green #607E61
Tints of Hippie Green #607E61
RGB
CMYK
RGB Variations
Color information
#607E61 (or 0x607E61) is known color: Hippie Green. HEX triplet: 60, 7E and 61. RGB value is (96,126,97). Sum of RGB (Red+Green+Blue) = 96+126+97=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #607E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E61 is #9F819E. Grayscale: #717171. Windows color (decimal): -10453407 or 6389344. OLE color: 6389344.
HSL color Cylindrical-coordinate representation of color #607E61: hue angle of 122º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E61 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 97 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.51 |
| HSL | 122º | 0.14% | 0.44% | - |
| HSV(B) | 122º | 0.24% | 0.49% | - |
| XYZ | 14.44 | 18.27 | 14.07 | - |
| YUV | 113.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 97 | 0.24 | 0 | 0.23 | 0.51 | 122 | 0.14 | 0.44 |
| Hex | 60 | 7E | 61 | 18 | 0 | 17 | 33 | 7A | E | 2C |
| Octal | 140 | 176 | 141 | 30 | 0 | 27 | 63 | 172 | 16 | 54 |
| Binary | 1100000 | 1111110 | 1100001 | 11000 | 0 | 10111 | 110011 | 1111010 | 1110 | 101100 |
Color Harmonies of #607E61
Complementary color
Monochromatic Colors of #607E61
Black with #607E61
Text Example
Text Example
White with #607E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E61; }
p { color: rgb(96,126,97); }
H1.HeaderClassName
{
color: #607E61;
}
.AnyTagClassName
{
color: #607E61;
}
</style>
background-color css
<style>
a { background-color: #607E61; }
a { background-color: rgb(96,126,97); }
div.DivClassName
{
background-color: #607E61;
}
.BgClassName
{
background-color: #607E61;
}
</style>
border-color css
<style>
span { border-color: #607E61; }
span { border-color: rgb(96,126,97); }
td.TdClassName
{
border-color: #607E61;
}
.TagClassName
{
border-color: #607E61;
}
</style>