Shades of Hippie Green #608F56
Tints of Hippie Green #608F56
RGB
CMYK
RGB Variations
Color information
#608F56 (or 0x608F56) is known color: Hippie Green. HEX triplet: 60, 8F and 56. RGB value is (96,143,86). Sum of RGB (Red+Green+Blue) = 96+143+86=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #608F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F56 is #9F70A9. Grayscale: #7A7A7A. Windows color (decimal): -10449066 or 5672800. OLE color: 5672800.
HSL color Cylindrical-coordinate representation of color #608F56: hue angle of 109.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608F56 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 143 | 86 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.44 |
| HSL | 109.47º | 0.25% | 0.45% | - |
| HSV(B) | 109.47º | 0.4% | 0.56% | - |
| XYZ | 16.33 | 22.8 | 12.35 | - |
| YUV | 122.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 86 | 0.33 | 0 | 0.40 | 0.44 | 109.47 | 0.25 | 0.45 |
| Hex | 60 | 8F | 56 | 21 | 0 | 28 | 2C | 6D | 19 | 2D |
| Octal | 140 | 217 | 126 | 41 | 0 | 50 | 54 | 155 | 31 | 55 |
| Binary | 1100000 | 10001111 | 1010110 | 100001 | 0 | 101000 | 101100 | 1101101 | 11001 | 101101 |
Color Harmonies of #608F56
Complementary color
Monochromatic Colors of #608F56
Black with #608F56
Text Example
Text Example
White with #608F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608F56; }
p { color: rgb(96,143,86); }
H1.HeaderClassName
{
color: #608F56;
}
.AnyTagClassName
{
color: #608F56;
}
</style>
background-color css
<style>
a { background-color: #608F56; }
a { background-color: rgb(96,143,86); }
div.DivClassName
{
background-color: #608F56;
}
.BgClassName
{
background-color: #608F56;
}
</style>
border-color css
<style>
span { border-color: #608F56; }
span { border-color: rgb(96,143,86); }
td.TdClassName
{
border-color: #608F56;
}
.TagClassName
{
border-color: #608F56;
}
</style>