Shades of Hippie Green #688660
Tints of Hippie Green #688660
RGB
CMYK
RGB Variations
Color information
#688660 (or 0x688660) is known color: Hippie Green. HEX triplet: 68, 86 and 60. RGB value is (104,134,96). Sum of RGB (Red+Green+Blue) = 104+134+96=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #688660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688660 is #97799F. Grayscale: #787878. Windows color (decimal): -9927072 or 6325864. OLE color: 6325864.
HSL color Cylindrical-coordinate representation of color #688660: hue angle of 107.37º 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 #688660 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 96 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.47 |
| HSL | 107.37º | 0.17% | 0.45% | - |
| HSV(B) | 107.37º | 0.28% | 0.53% | - |
| XYZ | 16.35 | 20.84 | 14.23 | - |
| YUV | 120.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 96 | 0.22 | 0 | 0.28 | 0.47 | 107.37 | 0.17 | 0.45 |
| Hex | 68 | 86 | 60 | 16 | 0 | 1C | 2F | 6B | 11 | 2D |
| Octal | 150 | 206 | 140 | 26 | 0 | 34 | 57 | 153 | 21 | 55 |
| Binary | 1101000 | 10000110 | 1100000 | 10110 | 0 | 11100 | 101111 | 1101011 | 10001 | 101101 |
Color Harmonies of #688660
Complementary color
Monochromatic Colors of #688660
Black with #688660
Text Example
Text Example
White with #688660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688660; }
p { color: rgb(104,134,96); }
H1.HeaderClassName
{
color: #688660;
}
.AnyTagClassName
{
color: #688660;
}
</style>
background-color css
<style>
a { background-color: #688660; }
a { background-color: rgb(104,134,96); }
div.DivClassName
{
background-color: #688660;
}
.BgClassName
{
background-color: #688660;
}
</style>
border-color css
<style>
span { border-color: #688660; }
span { border-color: rgb(104,134,96); }
td.TdClassName
{
border-color: #688660;
}
.TagClassName
{
border-color: #688660;
}
</style>