Shades of Hippie Green #688A5E
Tints of Hippie Green #688A5E
RGB
CMYK
RGB Variations
Color information
#688A5E (or 0x688A5E) is known color: Hippie Green. HEX triplet: 68, 8A and 5E. RGB value is (104,138,94). Sum of RGB (Red+Green+Blue) = 104+138+94=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #688A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A5E is #9775A1. Grayscale: #7A7A7A. Windows color (decimal): -9926050 or 6195816. OLE color: 6195816.
HSL color Cylindrical-coordinate representation of color #688A5E: hue angle of 106.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688A5E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 94 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.46 |
| HSL | 106.36º | 0.19% | 0.45% | - |
| HSV(B) | 106.36º | 0.32% | 0.54% | - |
| XYZ | 16.82 | 21.93 | 13.94 | - |
| YUV | 122.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 94 | 0.25 | 0 | 0.32 | 0.46 | 106.36 | 0.19 | 0.45 |
| Hex | 68 | 8A | 5E | 19 | 0 | 20 | 2E | 6A | 13 | 2D |
| Octal | 150 | 212 | 136 | 31 | 0 | 40 | 56 | 152 | 23 | 55 |
| Binary | 1101000 | 10001010 | 1011110 | 11001 | 0 | 100000 | 101110 | 1101010 | 10011 | 101101 |
Color Harmonies of #688A5E
Complementary color
Monochromatic Colors of #688A5E
Black with #688A5E
Text Example
Text Example
White with #688A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A5E; }
p { color: rgb(104,138,94); }
H1.HeaderClassName
{
color: #688A5E;
}
.AnyTagClassName
{
color: #688A5E;
}
</style>
background-color css
<style>
a { background-color: #688A5E; }
a { background-color: rgb(104,138,94); }
div.DivClassName
{
background-color: #688A5E;
}
.BgClassName
{
background-color: #688A5E;
}
</style>
border-color css
<style>
span { border-color: #688A5E; }
span { border-color: rgb(104,138,94); }
td.TdClassName
{
border-color: #688A5E;
}
.TagClassName
{
border-color: #688A5E;
}
</style>