Shades of Hippie Green #688766
Tints of Hippie Green #688766
RGB
CMYK
RGB Variations
Color information
#688766 (or 0x688766) is known color: Hippie Green. HEX triplet: 68, 87 and 66. RGB value is (104,135,102). Sum of RGB (Red+Green+Blue) = 104+135+102=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #688766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688766 is #977899. Grayscale: #7A7A7A. Windows color (decimal): -9926810 or 6719336. OLE color: 6719336.
HSL color Cylindrical-coordinate representation of color #688766: hue angle of 116.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688766 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 102 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.47 |
| HSL | 116.36º | 0.14% | 0.46% | - |
| HSV(B) | 116.36º | 0.24% | 0.53% | - |
| XYZ | 16.77 | 21.23 | 15.78 | - |
| YUV | 121.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 102 | 0.23 | 0 | 0.24 | 0.47 | 116.36 | 0.14 | 0.46 |
| Hex | 68 | 87 | 66 | 17 | 0 | 18 | 2F | 74 | E | 2E |
| Octal | 150 | 207 | 146 | 27 | 0 | 30 | 57 | 164 | 16 | 56 |
| Binary | 1101000 | 10000111 | 1100110 | 10111 | 0 | 11000 | 101111 | 1110100 | 1110 | 101110 |
Color Harmonies of #688766
Complementary color
Monochromatic Colors of #688766
Black with #688766
Text Example
Text Example
White with #688766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688766; }
p { color: rgb(104,135,102); }
H1.HeaderClassName
{
color: #688766;
}
.AnyTagClassName
{
color: #688766;
}
</style>
background-color css
<style>
a { background-color: #688766; }
a { background-color: rgb(104,135,102); }
div.DivClassName
{
background-color: #688766;
}
.BgClassName
{
background-color: #688766;
}
</style>
border-color css
<style>
span { border-color: #688766; }
span { border-color: rgb(104,135,102); }
td.TdClassName
{
border-color: #688766;
}
.TagClassName
{
border-color: #688766;
}
</style>