Shades of Hippie Green #608662
Tints of Hippie Green #608662
RGB
CMYK
RGB Variations
Color information
#608662 (or 0x608662) is known color: Hippie Green. HEX triplet: 60, 86 and 62. RGB value is (96,134,98). Sum of RGB (Red+Green+Blue) = 96+134+98=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #608662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608662 is #9F799D. Grayscale: #767676. Windows color (decimal): -10451358 or 6456928. OLE color: 6456928.
HSL color Cylindrical-coordinate representation of color #608662: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608662 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 98 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.47 |
| HSL | 123.16º | 0.17% | 0.45% | - |
| HSV(B) | 123.16º | 0.28% | 0.53% | - |
| XYZ | 15.55 | 20.42 | 14.68 | - |
| YUV | 118.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 98 | 0.28 | 0 | 0.27 | 0.47 | 123.16 | 0.17 | 0.45 |
| Hex | 60 | 86 | 62 | 1C | 0 | 1B | 2F | 7B | 11 | 2D |
| Octal | 140 | 206 | 142 | 34 | 0 | 33 | 57 | 173 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1100010 | 11100 | 0 | 11011 | 101111 | 1111011 | 10001 | 101101 |
Color Harmonies of #608662
Complementary color
Monochromatic Colors of #608662
Black with #608662
Text Example
Text Example
White with #608662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608662; }
p { color: rgb(96,134,98); }
H1.HeaderClassName
{
color: #608662;
}
.AnyTagClassName
{
color: #608662;
}
</style>
background-color css
<style>
a { background-color: #608662; }
a { background-color: rgb(96,134,98); }
div.DivClassName
{
background-color: #608662;
}
.BgClassName
{
background-color: #608662;
}
</style>
border-color css
<style>
span { border-color: #608662; }
span { border-color: rgb(96,134,98); }
td.TdClassName
{
border-color: #608662;
}
.TagClassName
{
border-color: #608662;
}
</style>