Shades of Hippie Green #608E60
Tints of Hippie Green #608E60
RGB
CMYK
RGB Variations
Color information
#608E60 (or 0x608E60) is known color: Hippie Green. HEX triplet: 60, 8E and 60. RGB value is (96,142,96). Sum of RGB (Red+Green+Blue) = 96+142+96=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #608E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E60 is #9F719F. Grayscale: #7B7B7B. Windows color (decimal): -10449312 or 6327904. OLE color: 6327904.
HSL color Cylindrical-coordinate representation of color #608E60: hue angle of 120º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E60 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 96 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.44 |
| HSL | 120º | 0.19% | 0.47% | - |
| HSV(B) | 120º | 0.32% | 0.56% | - |
| XYZ | 16.61 | 22.68 | 14.57 | - |
| YUV | 123 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 96 | 0.32 | 0 | 0.32 | 0.44 | 120 | 0.19 | 0.47 |
| Hex | 60 | 8E | 60 | 20 | 0 | 20 | 2C | 78 | 13 | 2F |
| Octal | 140 | 216 | 140 | 40 | 0 | 40 | 54 | 170 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1100000 | 100000 | 0 | 100000 | 101100 | 1111000 | 10011 | 101111 |
Color Harmonies of #608E60
Complementary color
Monochromatic Colors of #608E60
Black with #608E60
Text Example
Text Example
White with #608E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E60; }
p { color: rgb(96,142,96); }
H1.HeaderClassName
{
color: #608E60;
}
.AnyTagClassName
{
color: #608E60;
}
</style>
background-color css
<style>
a { background-color: #608E60; }
a { background-color: rgb(96,142,96); }
div.DivClassName
{
background-color: #608E60;
}
.BgClassName
{
background-color: #608E60;
}
</style>
border-color css
<style>
span { border-color: #608E60; }
span { border-color: rgb(96,142,96); }
td.TdClassName
{
border-color: #608E60;
}
.TagClassName
{
border-color: #608E60;
}
</style>