Shades of Hippie Green #607A60
Tints of Hippie Green #607A60
RGB
CMYK
RGB Variations
Color information
#607A60 (or 0x607A60) is known color: Hippie Green. HEX triplet: 60, 7A and 60. RGB value is (96,122,96). Sum of RGB (Red+Green+Blue) = 96+122+96=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #607A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A60 is #9F859F. Grayscale: #6F6F6F. Windows color (decimal): -10454432 or 6322784. OLE color: 6322784.
HSL color Cylindrical-coordinate representation of color #607A60: hue angle of 120º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A60 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 96 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.52 |
| HSL | 120º | 0.12% | 0.43% | - |
| HSV(B) | 120º | 0.21% | 0.48% | - |
| XYZ | 13.89 | 17.25 | 13.66 | - |
| YUV | 111.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 96 | 0.21 | 0 | 0.21 | 0.52 | 120 | 0.12 | 0.43 |
| Hex | 60 | 7A | 60 | 15 | 0 | 15 | 34 | 78 | C | 2B |
| Octal | 140 | 172 | 140 | 25 | 0 | 25 | 64 | 170 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1100000 | 10101 | 0 | 10101 | 110100 | 1111000 | 1100 | 101011 |
Color Harmonies of #607A60
Complementary color
Monochromatic Colors of #607A60
Black with #607A60
Text Example
Text Example
White with #607A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A60; }
p { color: rgb(96,122,96); }
H1.HeaderClassName
{
color: #607A60;
}
.AnyTagClassName
{
color: #607A60;
}
</style>
background-color css
<style>
a { background-color: #607A60; }
a { background-color: rgb(96,122,96); }
div.DivClassName
{
background-color: #607A60;
}
.BgClassName
{
background-color: #607A60;
}
</style>
border-color css
<style>
span { border-color: #607A60; }
span { border-color: rgb(96,122,96); }
td.TdClassName
{
border-color: #607A60;
}
.TagClassName
{
border-color: #607A60;
}
</style>