Shades of Hippie Green #608C55
Tints of Hippie Green #608C55
RGB
CMYK
RGB Variations
Color information
#608C55 (or 0x608C55) is known color: Hippie Green. HEX triplet: 60, 8C and 55. RGB value is (96,140,85). Sum of RGB (Red+Green+Blue) = 96+140+85=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #608C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C55 is #9F73AA. Grayscale: #787878. Windows color (decimal): -10449835 or 5606496. OLE color: 5606496.
HSL color Cylindrical-coordinate representation of color #608C55: hue angle of 108º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #608C55 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 85 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.45 |
| HSL | 108º | 0.24% | 0.44% | - |
| HSV(B) | 108º | 0.39% | 0.55% | - |
| XYZ | 15.84 | 21.9 | 11.99 | - |
| YUV | 120.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 85 | 0.31 | 0 | 0.39 | 0.45 | 108 | 0.24 | 0.44 |
| Hex | 60 | 8C | 55 | 1F | 0 | 27 | 2D | 6C | 18 | 2C |
| Octal | 140 | 214 | 125 | 37 | 0 | 47 | 55 | 154 | 30 | 54 |
| Binary | 1100000 | 10001100 | 1010101 | 11111 | 0 | 100111 | 101101 | 1101100 | 11000 | 101100 |
Color Harmonies of #608C55
Complementary color
Monochromatic Colors of #608C55
Black with #608C55
Text Example
Text Example
White with #608C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C55; }
p { color: rgb(96,140,85); }
H1.HeaderClassName
{
color: #608C55;
}
.AnyTagClassName
{
color: #608C55;
}
</style>
background-color css
<style>
a { background-color: #608C55; }
a { background-color: rgb(96,140,85); }
div.DivClassName
{
background-color: #608C55;
}
.BgClassName
{
background-color: #608C55;
}
</style>
border-color css
<style>
span { border-color: #608C55; }
span { border-color: rgb(96,140,85); }
td.TdClassName
{
border-color: #608C55;
}
.TagClassName
{
border-color: #608C55;
}
</style>