Shades of Hippie Green #609551
Tints of Hippie Green #609551
RGB
CMYK
RGB Variations
Color information
#609551 (or 0x609551) is known color: Hippie Green. HEX triplet: 60, 95 and 51. RGB value is (96,149,81). Sum of RGB (Red+Green+Blue) = 96+149+81=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #609551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609551 is #9F6AAE. Grayscale: #7D7D7D. Windows color (decimal): -10447535 or 5346656. OLE color: 5346656.
HSL color Cylindrical-coordinate representation of color #609551: hue angle of 106.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #609551 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 81 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.42 |
| HSL | 106.76º | 0.3% | 0.45% | - |
| HSV(B) | 106.76º | 0.46% | 0.58% | - |
| XYZ | 17.06 | 24.58 | 11.63 | - |
| YUV | 125.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 81 | 0.36 | 0 | 0.46 | 0.42 | 106.76 | 0.3 | 0.45 |
| Hex | 60 | 95 | 51 | 24 | 0 | 2E | 2A | 6B | 1E | 2D |
| Octal | 140 | 225 | 121 | 44 | 0 | 56 | 52 | 153 | 36 | 55 |
| Binary | 1100000 | 10010101 | 1010001 | 100100 | 0 | 101110 | 101010 | 1101011 | 11110 | 101101 |
Color Harmonies of #609551
Complementary color
Monochromatic Colors of #609551
Black with #609551
Text Example
Text Example
White with #609551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609551; }
p { color: rgb(96,149,81); }
H1.HeaderClassName
{
color: #609551;
}
.AnyTagClassName
{
color: #609551;
}
</style>
background-color css
<style>
a { background-color: #609551; }
a { background-color: rgb(96,149,81); }
div.DivClassName
{
background-color: #609551;
}
.BgClassName
{
background-color: #609551;
}
</style>
border-color css
<style>
span { border-color: #609551; }
span { border-color: rgb(96,149,81); }
td.TdClassName
{
border-color: #609551;
}
.TagClassName
{
border-color: #609551;
}
</style>