Shades of Hippie Green #608060
Tints of Hippie Green #608060
RGB
CMYK
RGB Variations
Color information
#608060 (or 0x608060) is known color: Hippie Green. HEX triplet: 60, 80 and 60. RGB value is (96,128,96). Sum of RGB (Red+Green+Blue) = 96+128+96=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #608060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608060 is #9F7F9F. Grayscale: #727272. Windows color (decimal): -10452896 or 6324320. OLE color: 6324320.
HSL color Cylindrical-coordinate representation of color #608060: hue angle of 120º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608060 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 96 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.50 |
| HSL | 120º | 0.14% | 0.44% | - |
| HSV(B) | 120º | 0.25% | 0.5% | - |
| XYZ | 14.65 | 18.77 | 13.92 | - |
| YUV | 114.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 96 | 0.25 | 0 | 0.25 | 0.50 | 120 | 0.14 | 0.44 |
| Hex | 60 | 80 | 60 | 19 | 0 | 19 | 32 | 78 | E | 2C |
| Octal | 140 | 200 | 140 | 31 | 0 | 31 | 62 | 170 | 16 | 54 |
| Binary | 1100000 | 10000000 | 1100000 | 11001 | 0 | 11001 | 110010 | 1111000 | 1110 | 101100 |
Color Harmonies of #608060
Complementary color
Monochromatic Colors of #608060
Black with #608060
Text Example
Text Example
White with #608060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608060; }
p { color: rgb(96,128,96); }
H1.HeaderClassName
{
color: #608060;
}
.AnyTagClassName
{
color: #608060;
}
</style>
background-color css
<style>
a { background-color: #608060; }
a { background-color: rgb(96,128,96); }
div.DivClassName
{
background-color: #608060;
}
.BgClassName
{
background-color: #608060;
}
</style>
border-color css
<style>
span { border-color: #608060; }
span { border-color: rgb(96,128,96); }
td.TdClassName
{
border-color: #608060;
}
.TagClassName
{
border-color: #608060;
}
</style>