Shades of Hippie Green #609553
Tints of Hippie Green #609553
RGB
CMYK
RGB Variations
Color information
#609553 (or 0x609553) is known color: Hippie Green. HEX triplet: 60, 95 and 53. RGB value is (96,149,83). Sum of RGB (Red+Green+Blue) = 96+149+83=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #609553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609553 is #9F6AAC. Grayscale: #7D7D7D. Windows color (decimal): -10447533 or 5477728. OLE color: 5477728.
HSL color Cylindrical-coordinate representation of color #609553: hue angle of 108.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609553 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 83 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.42 |
| HSL | 108.18º | 0.28% | 0.45% | - |
| HSV(B) | 108.18º | 0.44% | 0.58% | - |
| XYZ | 17.13 | 24.61 | 12.03 | - |
| YUV | 125.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 83 | 0.36 | 0 | 0.44 | 0.42 | 108.18 | 0.28 | 0.45 |
| Hex | 60 | 95 | 53 | 24 | 0 | 2C | 2A | 6C | 1C | 2D |
| Octal | 140 | 225 | 123 | 44 | 0 | 54 | 52 | 154 | 34 | 55 |
| Binary | 1100000 | 10010101 | 1010011 | 100100 | 0 | 101100 | 101010 | 1101100 | 11100 | 101101 |
Color Harmonies of #609553
Complementary color
Monochromatic Colors of #609553
Black with #609553
Text Example
Text Example
White with #609553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609553; }
p { color: rgb(96,149,83); }
H1.HeaderClassName
{
color: #609553;
}
.AnyTagClassName
{
color: #609553;
}
</style>
background-color css
<style>
a { background-color: #609553; }
a { background-color: rgb(96,149,83); }
div.DivClassName
{
background-color: #609553;
}
.BgClassName
{
background-color: #609553;
}
</style>
border-color css
<style>
span { border-color: #609553; }
span { border-color: rgb(96,149,83); }
td.TdClassName
{
border-color: #609553;
}
.TagClassName
{
border-color: #609553;
}
</style>