Shades of Hippie Green #688862
Tints of Hippie Green #688862
RGB
CMYK
RGB Variations
Color information
#688862 (or 0x688862) is known color: Hippie Green. HEX triplet: 68, 88 and 62. RGB value is (104,136,98). Sum of RGB (Red+Green+Blue) = 104+136+98=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #688862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688862 is #97779D. Grayscale: #7A7A7A. Windows color (decimal): -9926558 or 6457448. OLE color: 6457448.
HSL color Cylindrical-coordinate representation of color #688862: hue angle of 110.53º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688862 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 98 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.47 |
| HSL | 110.53º | 0.16% | 0.46% | - |
| HSV(B) | 110.53º | 0.28% | 0.53% | - |
| XYZ | 16.72 | 21.43 | 14.81 | - |
| YUV | 122.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 98 | 0.24 | 0 | 0.28 | 0.47 | 110.53 | 0.16 | 0.46 |
| Hex | 68 | 88 | 62 | 18 | 0 | 1C | 2F | 6F | 10 | 2E |
| Octal | 150 | 210 | 142 | 30 | 0 | 34 | 57 | 157 | 20 | 56 |
| Binary | 1101000 | 10001000 | 1100010 | 11000 | 0 | 11100 | 101111 | 1101111 | 10000 | 101110 |
Color Harmonies of #688862
Complementary color
Monochromatic Colors of #688862
Black with #688862
Text Example
Text Example
White with #688862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688862; }
p { color: rgb(104,136,98); }
H1.HeaderClassName
{
color: #688862;
}
.AnyTagClassName
{
color: #688862;
}
</style>
background-color css
<style>
a { background-color: #688862; }
a { background-color: rgb(104,136,98); }
div.DivClassName
{
background-color: #688862;
}
.BgClassName
{
background-color: #688862;
}
</style>
border-color css
<style>
span { border-color: #688862; }
span { border-color: rgb(104,136,98); }
td.TdClassName
{
border-color: #688862;
}
.TagClassName
{
border-color: #688862;
}
</style>