Shades of Hippie Green #609561
Tints of Hippie Green #609561
RGB
CMYK
RGB Variations
Color information
#609561 (or 0x609561) is known color: Hippie Green. HEX triplet: 60, 95 and 61. RGB value is (96,149,97). Sum of RGB (Red+Green+Blue) = 96+149+97=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #609561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609561 is #9F6A9E. Grayscale: #7F7F7F. Windows color (decimal): -10447519 or 6395232. OLE color: 6395232.
HSL color Cylindrical-coordinate representation of color #609561: hue angle of 121.13º 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 #609561 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 97 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.42 |
| HSL | 121.13º | 0.22% | 0.48% | - |
| HSV(B) | 121.13º | 0.36% | 0.58% | - |
| XYZ | 17.73 | 24.84 | 15.17 | - |
| YUV | 127.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 97 | 0.36 | 0 | 0.35 | 0.42 | 121.13 | 0.22 | 0.48 |
| Hex | 60 | 95 | 61 | 24 | 0 | 23 | 2A | 79 | 16 | 30 |
| Octal | 140 | 225 | 141 | 44 | 0 | 43 | 52 | 171 | 26 | 60 |
| Binary | 1100000 | 10010101 | 1100001 | 100100 | 0 | 100011 | 101010 | 1111001 | 10110 | 110000 |
Color Harmonies of #609561
Complementary color
Monochromatic Colors of #609561
Black with #609561
Text Example
Text Example
White with #609561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609561; }
p { color: rgb(96,149,97); }
H1.HeaderClassName
{
color: #609561;
}
.AnyTagClassName
{
color: #609561;
}
</style>
background-color css
<style>
a { background-color: #609561; }
a { background-color: rgb(96,149,97); }
div.DivClassName
{
background-color: #609561;
}
.BgClassName
{
background-color: #609561;
}
</style>
border-color css
<style>
span { border-color: #609561; }
span { border-color: rgb(96,149,97); }
td.TdClassName
{
border-color: #609561;
}
.TagClassName
{
border-color: #609561;
}
</style>