Shades of Hippie Green #688665
Tints of Hippie Green #688665
RGB
CMYK
RGB Variations
Color information
#688665 (or 0x688665) is known color: Hippie Green. HEX triplet: 68, 86 and 65. RGB value is (104,134,101). Sum of RGB (Red+Green+Blue) = 104+134+101=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #688665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688665 is #97799A. Grayscale: #797979. Windows color (decimal): -9927067 or 6653544. OLE color: 6653544.
HSL color Cylindrical-coordinate representation of color #688665: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688665 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 101 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.47 |
| HSL | 114.55º | 0.14% | 0.46% | - |
| HSV(B) | 114.55º | 0.25% | 0.53% | - |
| XYZ | 16.58 | 20.93 | 15.48 | - |
| YUV | 121.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 101 | 0.22 | 0 | 0.25 | 0.47 | 114.55 | 0.14 | 0.46 |
| Hex | 68 | 86 | 65 | 16 | 0 | 19 | 2F | 73 | E | 2E |
| Octal | 150 | 206 | 145 | 26 | 0 | 31 | 57 | 163 | 16 | 56 |
| Binary | 1101000 | 10000110 | 1100101 | 10110 | 0 | 11001 | 101111 | 1110011 | 1110 | 101110 |
Color Harmonies of #688665
Complementary color
Monochromatic Colors of #688665
Black with #688665
Text Example
Text Example
White with #688665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688665; }
p { color: rgb(104,134,101); }
H1.HeaderClassName
{
color: #688665;
}
.AnyTagClassName
{
color: #688665;
}
</style>
background-color css
<style>
a { background-color: #688665; }
a { background-color: rgb(104,134,101); }
div.DivClassName
{
background-color: #688665;
}
.BgClassName
{
background-color: #688665;
}
</style>
border-color css
<style>
span { border-color: #688665; }
span { border-color: rgb(104,134,101); }
td.TdClassName
{
border-color: #688665;
}
.TagClassName
{
border-color: #688665;
}
</style>