Shades of Hippie Green #608D63
Tints of Hippie Green #608D63
RGB
CMYK
RGB Variations
Color information
#608D63 (or 0x608D63) is known color: Hippie Green. HEX triplet: 60, 8D and 63. RGB value is (96,141,99). Sum of RGB (Red+Green+Blue) = 96+141+99=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #608D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D63 is #9F729C. Grayscale: #7A7A7A. Windows color (decimal): -10449565 or 6524256. OLE color: 6524256.
HSL color Cylindrical-coordinate representation of color #608D63: hue angle of 124º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D63 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 99 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.45 |
| HSL | 124º | 0.19% | 0.46% | - |
| HSV(B) | 124º | 0.32% | 0.55% | - |
| XYZ | 16.6 | 22.44 | 15.26 | - |
| YUV | 122.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 99 | 0.32 | 0 | 0.30 | 0.45 | 124 | 0.19 | 0.46 |
| Hex | 60 | 8D | 63 | 20 | 0 | 1E | 2D | 7C | 13 | 2E |
| Octal | 140 | 215 | 143 | 40 | 0 | 36 | 55 | 174 | 23 | 56 |
| Binary | 1100000 | 10001101 | 1100011 | 100000 | 0 | 11110 | 101101 | 1111100 | 10011 | 101110 |
Color Harmonies of #608D63
Complementary color
Monochromatic Colors of #608D63
Black with #608D63
Text Example
Text Example
White with #608D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D63; }
p { color: rgb(96,141,99); }
H1.HeaderClassName
{
color: #608D63;
}
.AnyTagClassName
{
color: #608D63;
}
</style>
background-color css
<style>
a { background-color: #608D63; }
a { background-color: rgb(96,141,99); }
div.DivClassName
{
background-color: #608D63;
}
.BgClassName
{
background-color: #608D63;
}
</style>
border-color css
<style>
span { border-color: #608D63; }
span { border-color: rgb(96,141,99); }
td.TdClassName
{
border-color: #608D63;
}
.TagClassName
{
border-color: #608D63;
}
</style>