Shades of Hippie Green #608663
Tints of Hippie Green #608663
RGB
CMYK
RGB Variations
Color information
#608663 (or 0x608663) is known color: Hippie Green. HEX triplet: 60, 86 and 63. RGB value is (96,134,99). Sum of RGB (Red+Green+Blue) = 96+134+99=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #608663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608663 is #9F799C. Grayscale: #767676. Windows color (decimal): -10451357 or 6522464. OLE color: 6522464.
HSL color Cylindrical-coordinate representation of color #608663: hue angle of 124.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608663 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 99 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.47 |
| HSL | 124.74º | 0.17% | 0.45% | - |
| HSV(B) | 124.74º | 0.28% | 0.53% | - |
| XYZ | 15.6 | 20.44 | 14.93 | - |
| YUV | 118.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 99 | 0.28 | 0 | 0.26 | 0.47 | 124.74 | 0.17 | 0.45 |
| Hex | 60 | 86 | 63 | 1C | 0 | 1A | 2F | 7D | 11 | 2D |
| Octal | 140 | 206 | 143 | 34 | 0 | 32 | 57 | 175 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1100011 | 11100 | 0 | 11010 | 101111 | 1111101 | 10001 | 101101 |
Color Harmonies of #608663
Complementary color
Monochromatic Colors of #608663
Black with #608663
Text Example
Text Example
White with #608663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608663; }
p { color: rgb(96,134,99); }
H1.HeaderClassName
{
color: #608663;
}
.AnyTagClassName
{
color: #608663;
}
</style>
background-color css
<style>
a { background-color: #608663; }
a { background-color: rgb(96,134,99); }
div.DivClassName
{
background-color: #608663;
}
.BgClassName
{
background-color: #608663;
}
</style>
border-color css
<style>
span { border-color: #608663; }
span { border-color: rgb(96,134,99); }
td.TdClassName
{
border-color: #608663;
}
.TagClassName
{
border-color: #608663;
}
</style>