Shades of Hippie Green #608D5B
Tints of Hippie Green #608D5B
RGB
CMYK
RGB Variations
Color information
#608D5B (or 0x608D5B) is known color: Hippie Green. HEX triplet: 60, 8D and 5B. RGB value is (96,141,91). Sum of RGB (Red+Green+Blue) = 96+141+91=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #608D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D5B is #9F72A4. Grayscale: #7A7A7A. Windows color (decimal): -10449573 or 5999968. OLE color: 5999968.
HSL color Cylindrical-coordinate representation of color #608D5B: hue angle of 114º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608D5B is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 91 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.45 |
| HSL | 114º | 0.22% | 0.45% | - |
| HSV(B) | 114º | 0.35% | 0.55% | - |
| XYZ | 16.24 | 22.29 | 13.34 | - |
| YUV | 121.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 91 | 0.32 | 0 | 0.35 | 0.45 | 114 | 0.22 | 0.45 |
| Hex | 60 | 8D | 5B | 20 | 0 | 23 | 2D | 72 | 16 | 2D |
| Octal | 140 | 215 | 133 | 40 | 0 | 43 | 55 | 162 | 26 | 55 |
| Binary | 1100000 | 10001101 | 1011011 | 100000 | 0 | 100011 | 101101 | 1110010 | 10110 | 101101 |
Color Harmonies of #608D5B
Complementary color
Monochromatic Colors of #608D5B
Black with #608D5B
Text Example
Text Example
White with #608D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D5B; }
p { color: rgb(96,141,91); }
H1.HeaderClassName
{
color: #608D5B;
}
.AnyTagClassName
{
color: #608D5B;
}
</style>
background-color css
<style>
a { background-color: #608D5B; }
a { background-color: rgb(96,141,91); }
div.DivClassName
{
background-color: #608D5B;
}
.BgClassName
{
background-color: #608D5B;
}
</style>
border-color css
<style>
span { border-color: #608D5B; }
span { border-color: rgb(96,141,91); }
td.TdClassName
{
border-color: #608D5B;
}
.TagClassName
{
border-color: #608D5B;
}
</style>