Shades of Hippie Green #609560
Tints of Hippie Green #609560
RGB
CMYK
RGB Variations
Color information
#609560 (or 0x609560) is known color: Hippie Green. HEX triplet: 60, 95 and 60. RGB value is (96,149,96). Sum of RGB (Red+Green+Blue) = 96+149+96=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #609560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609560 is #9F6A9F. Grayscale: #7F7F7F. Windows color (decimal): -10447520 or 6329696. OLE color: 6329696.
HSL color Cylindrical-coordinate representation of color #609560: hue angle of 120º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609560 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 96 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.42 |
| HSL | 120º | 0.22% | 0.48% | - |
| HSV(B) | 120º | 0.36% | 0.58% | - |
| XYZ | 17.68 | 24.83 | 14.93 | - |
| YUV | 127.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 96 | 0.36 | 0 | 0.36 | 0.42 | 120 | 0.22 | 0.48 |
| Hex | 60 | 95 | 60 | 24 | 0 | 24 | 2A | 78 | 16 | 30 |
| Octal | 140 | 225 | 140 | 44 | 0 | 44 | 52 | 170 | 26 | 60 |
| Binary | 1100000 | 10010101 | 1100000 | 100100 | 0 | 100100 | 101010 | 1111000 | 10110 | 110000 |
Color Harmonies of #609560
Complementary color
Monochromatic Colors of #609560
Black with #609560
Text Example
Text Example
White with #609560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609560; }
p { color: rgb(96,149,96); }
H1.HeaderClassName
{
color: #609560;
}
.AnyTagClassName
{
color: #609560;
}
</style>
background-color css
<style>
a { background-color: #609560; }
a { background-color: rgb(96,149,96); }
div.DivClassName
{
background-color: #609560;
}
.BgClassName
{
background-color: #609560;
}
</style>
border-color css
<style>
span { border-color: #609560; }
span { border-color: rgb(96,149,96); }
td.TdClassName
{
border-color: #609560;
}
.TagClassName
{
border-color: #609560;
}
</style>