Shades of Hippie Green #607F63
Tints of Hippie Green #607F63
RGB
CMYK
RGB Variations
Color information
#607F63 (or 0x607F63) is known color: Hippie Green. HEX triplet: 60, 7F and 63. RGB value is (96,127,99). Sum of RGB (Red+Green+Blue) = 96+127+99=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #607F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F63 is #9F809C. Grayscale: #727272. Windows color (decimal): -10453149 or 6520672. OLE color: 6520672.
HSL color Cylindrical-coordinate representation of color #607F63: hue angle of 125.81º degrees, saturation: 0.14, 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 #607F63 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 99 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.50 |
| HSL | 125.81º | 0.14% | 0.44% | - |
| HSV(B) | 125.81º | 0.24% | 0.5% | - |
| XYZ | 14.67 | 18.57 | 14.62 | - |
| YUV | 114.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 99 | 0.24 | 0 | 0.22 | 0.50 | 125.81 | 0.14 | 0.44 |
| Hex | 60 | 7F | 63 | 18 | 0 | 16 | 32 | 7E | E | 2C |
| Octal | 140 | 177 | 143 | 30 | 0 | 26 | 62 | 176 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1100011 | 11000 | 0 | 10110 | 110010 | 1111110 | 1110 | 101100 |
Color Harmonies of #607F63
Complementary color
Monochromatic Colors of #607F63
Black with #607F63
Text Example
Text Example
White with #607F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F63; }
p { color: rgb(96,127,99); }
H1.HeaderClassName
{
color: #607F63;
}
.AnyTagClassName
{
color: #607F63;
}
</style>
background-color css
<style>
a { background-color: #607F63; }
a { background-color: rgb(96,127,99); }
div.DivClassName
{
background-color: #607F63;
}
.BgClassName
{
background-color: #607F63;
}
</style>
border-color css
<style>
span { border-color: #607F63; }
span { border-color: rgb(96,127,99); }
td.TdClassName
{
border-color: #607F63;
}
.TagClassName
{
border-color: #607F63;
}
</style>