Shades of Hippie Green #608B63
Tints of Hippie Green #608B63
RGB
CMYK
RGB Variations
Color information
#608B63 (or 0x608B63) is known color: Hippie Green. HEX triplet: 60, 8B and 63. RGB value is (96,139,99). Sum of RGB (Red+Green+Blue) = 96+139+99=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #608B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B63 is #9F749C. Grayscale: #797979. Windows color (decimal): -10450077 or 6523744. OLE color: 6523744.
HSL color Cylindrical-coordinate representation of color #608B63: hue angle of 124.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B63 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 99 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.45 |
| HSL | 124.19º | 0.18% | 0.46% | - |
| HSV(B) | 124.19º | 0.31% | 0.55% | - |
| XYZ | 16.31 | 21.85 | 15.16 | - |
| YUV | 121.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 99 | 0.31 | 0 | 0.29 | 0.45 | 124.19 | 0.18 | 0.46 |
| Hex | 60 | 8B | 63 | 1F | 0 | 1D | 2D | 7C | 12 | 2E |
| Octal | 140 | 213 | 143 | 37 | 0 | 35 | 55 | 174 | 22 | 56 |
| Binary | 1100000 | 10001011 | 1100011 | 11111 | 0 | 11101 | 101101 | 1111100 | 10010 | 101110 |
Color Harmonies of #608B63
Complementary color
Monochromatic Colors of #608B63
Black with #608B63
Text Example
Text Example
White with #608B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B63; }
p { color: rgb(96,139,99); }
H1.HeaderClassName
{
color: #608B63;
}
.AnyTagClassName
{
color: #608B63;
}
</style>
background-color css
<style>
a { background-color: #608B63; }
a { background-color: rgb(96,139,99); }
div.DivClassName
{
background-color: #608B63;
}
.BgClassName
{
background-color: #608B63;
}
</style>
border-color css
<style>
span { border-color: #608B63; }
span { border-color: rgb(96,139,99); }
td.TdClassName
{
border-color: #608B63;
}
.TagClassName
{
border-color: #608B63;
}
</style>