Shades of Hippie Green #608E5E
Tints of Hippie Green #608E5E
RGB
CMYK
RGB Variations
Color information
#608E5E (or 0x608E5E) is known color: Hippie Green. HEX triplet: 60, 8E and 5E. RGB value is (96,142,94). Sum of RGB (Red+Green+Blue) = 96+142+94=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #608E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E5E is #9F71A1. Grayscale: #7A7A7A. Windows color (decimal): -10449314 or 6196832. OLE color: 6196832.
HSL color Cylindrical-coordinate representation of color #608E5E: hue angle of 117.5º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608E5E is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 94 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.44 |
| HSL | 117.5º | 0.2% | 0.46% | - |
| HSV(B) | 117.5º | 0.34% | 0.56% | - |
| XYZ | 16.52 | 22.64 | 14.09 | - |
| YUV | 122.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 94 | 0.32 | 0 | 0.34 | 0.44 | 117.5 | 0.2 | 0.46 |
| Hex | 60 | 8E | 5E | 20 | 0 | 22 | 2C | 76 | 14 | 2E |
| Octal | 140 | 216 | 136 | 40 | 0 | 42 | 54 | 166 | 24 | 56 |
| Binary | 1100000 | 10001110 | 1011110 | 100000 | 0 | 100010 | 101100 | 1110110 | 10100 | 101110 |
Color Harmonies of #608E5E
Complementary color
Monochromatic Colors of #608E5E
Black with #608E5E
Text Example
Text Example
White with #608E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E5E; }
p { color: rgb(96,142,94); }
H1.HeaderClassName
{
color: #608E5E;
}
.AnyTagClassName
{
color: #608E5E;
}
</style>
background-color css
<style>
a { background-color: #608E5E; }
a { background-color: rgb(96,142,94); }
div.DivClassName
{
background-color: #608E5E;
}
.BgClassName
{
background-color: #608E5E;
}
</style>
border-color css
<style>
span { border-color: #608E5E; }
span { border-color: rgb(96,142,94); }
td.TdClassName
{
border-color: #608E5E;
}
.TagClassName
{
border-color: #608E5E;
}
</style>