Shades of Glade Green #688A56
Tints of Glade Green #688A56
RGB
CMYK
RGB Variations
Color information
#688A56 (or 0x688A56) is known color: Glade Green. HEX triplet: 68, 8A and 56. RGB value is (104,138,86). Sum of RGB (Red+Green+Blue) = 104+138+86=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #688A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A56 is #9775A9. Grayscale: #7A7A7A. Windows color (decimal): -9926058 or 5671528. OLE color: 5671528.
HSL color Cylindrical-coordinate representation of color #688A56: hue angle of 99.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #688A56 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 86 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.46 |
| HSL | 99.23º | 0.23% | 0.44% | - |
| HSV(B) | 99.23º | 0.38% | 0.54% | - |
| XYZ | 16.48 | 21.79 | 12.14 | - |
| YUV | 121.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 86 | 0.25 | 0 | 0.38 | 0.46 | 99.23 | 0.23 | 0.44 |
| Hex | 68 | 8A | 56 | 19 | 0 | 26 | 2E | 63 | 17 | 2C |
| Octal | 150 | 212 | 126 | 31 | 0 | 46 | 56 | 143 | 27 | 54 |
| Binary | 1101000 | 10001010 | 1010110 | 11001 | 0 | 100110 | 101110 | 1100011 | 10111 | 101100 |
Color Harmonies of #688A56
Complementary color
Monochromatic Colors of #688A56
Black with #688A56
Text Example
Text Example
White with #688A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A56; }
p { color: rgb(104,138,86); }
H1.HeaderClassName
{
color: #688A56;
}
.AnyTagClassName
{
color: #688A56;
}
</style>
background-color css
<style>
a { background-color: #688A56; }
a { background-color: rgb(104,138,86); }
div.DivClassName
{
background-color: #688A56;
}
.BgClassName
{
background-color: #688A56;
}
</style>
border-color css
<style>
span { border-color: #688A56; }
span { border-color: rgb(104,138,86); }
td.TdClassName
{
border-color: #688A56;
}
.TagClassName
{
border-color: #688A56;
}
</style>