Shades of Hippie Green #608E5B
Tints of Hippie Green #608E5B
RGB
CMYK
RGB Variations
Color information
#608E5B (or 0x608E5B) is known color: Hippie Green. HEX triplet: 60, 8E and 5B. RGB value is (96,142,91). Sum of RGB (Red+Green+Blue) = 96+142+91=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #608E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E5B is #9F71A4. Grayscale: #7A7A7A. Windows color (decimal): -10449317 or 6000224. OLE color: 6000224.
HSL color Cylindrical-coordinate representation of color #608E5B: hue angle of 114.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608E5B is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 91 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.44 |
| HSL | 114.12º | 0.22% | 0.46% | - |
| HSV(B) | 114.12º | 0.36% | 0.56% | - |
| XYZ | 16.39 | 22.59 | 13.39 | - |
| YUV | 122.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 91 | 0.32 | 0 | 0.36 | 0.44 | 114.12 | 0.22 | 0.46 |
| Hex | 60 | 8E | 5B | 20 | 0 | 24 | 2C | 72 | 16 | 2E |
| Octal | 140 | 216 | 133 | 40 | 0 | 44 | 54 | 162 | 26 | 56 |
| Binary | 1100000 | 10001110 | 1011011 | 100000 | 0 | 100100 | 101100 | 1110010 | 10110 | 101110 |
Color Harmonies of #608E5B
Complementary color
Monochromatic Colors of #608E5B
Black with #608E5B
Text Example
Text Example
White with #608E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E5B; }
p { color: rgb(96,142,91); }
H1.HeaderClassName
{
color: #608E5B;
}
.AnyTagClassName
{
color: #608E5B;
}
</style>
background-color css
<style>
a { background-color: #608E5B; }
a { background-color: rgb(96,142,91); }
div.DivClassName
{
background-color: #608E5B;
}
.BgClassName
{
background-color: #608E5B;
}
</style>
border-color css
<style>
span { border-color: #608E5B; }
span { border-color: rgb(96,142,91); }
td.TdClassName
{
border-color: #608E5B;
}
.TagClassName
{
border-color: #608E5B;
}
</style>