Shades of Hippie Green #688860
Tints of Hippie Green #688860
RGB
CMYK
RGB Variations
Color information
#688860 (or 0x688860) is known color: Hippie Green. HEX triplet: 68, 88 and 60. RGB value is (104,136,96). Sum of RGB (Red+Green+Blue) = 104+136+96=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #688860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688860 is #97779F. Grayscale: #7A7A7A. Windows color (decimal): -9926560 or 6326376. OLE color: 6326376.
HSL color Cylindrical-coordinate representation of color #688860: hue angle of 108º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688860 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 96 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.47 |
| HSL | 108º | 0.17% | 0.45% | - |
| HSV(B) | 108º | 0.29% | 0.53% | - |
| XYZ | 16.62 | 21.4 | 14.32 | - |
| YUV | 121.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 96 | 0.24 | 0 | 0.29 | 0.47 | 108 | 0.17 | 0.45 |
| Hex | 68 | 88 | 60 | 18 | 0 | 1D | 2F | 6C | 11 | 2D |
| Octal | 150 | 210 | 140 | 30 | 0 | 35 | 57 | 154 | 21 | 55 |
| Binary | 1101000 | 10001000 | 1100000 | 11000 | 0 | 11101 | 101111 | 1101100 | 10001 | 101101 |
Color Harmonies of #688860
Complementary color
Monochromatic Colors of #688860
Black with #688860
Text Example
Text Example
White with #688860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688860; }
p { color: rgb(104,136,96); }
H1.HeaderClassName
{
color: #688860;
}
.AnyTagClassName
{
color: #688860;
}
</style>
background-color css
<style>
a { background-color: #688860; }
a { background-color: rgb(104,136,96); }
div.DivClassName
{
background-color: #688860;
}
.BgClassName
{
background-color: #688860;
}
</style>
border-color css
<style>
span { border-color: #688860; }
span { border-color: rgb(104,136,96); }
td.TdClassName
{
border-color: #688860;
}
.TagClassName
{
border-color: #688860;
}
</style>