Shades of Glade Green #688A59
Tints of Glade Green #688A59
RGB
CMYK
RGB Variations
Color information
#688A59 (or 0x688A59) is known color: Glade Green. HEX triplet: 68, 8A and 59. RGB value is (104,138,89). Sum of RGB (Red+Green+Blue) = 104+138+89=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #688A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A59 is #9775A6. Grayscale: #7A7A7A. Windows color (decimal): -9926055 or 5868136. OLE color: 5868136.
HSL color Cylindrical-coordinate representation of color #688A59: hue angle of 101.63º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688A59 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 89 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.46 |
| HSL | 101.63º | 0.22% | 0.45% | - |
| HSV(B) | 101.63º | 0.36% | 0.54% | - |
| XYZ | 16.6 | 21.84 | 12.79 | - |
| YUV | 122.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 89 | 0.25 | 0 | 0.36 | 0.46 | 101.63 | 0.22 | 0.45 |
| Hex | 68 | 8A | 59 | 19 | 0 | 24 | 2E | 66 | 16 | 2D |
| Octal | 150 | 212 | 131 | 31 | 0 | 44 | 56 | 146 | 26 | 55 |
| Binary | 1101000 | 10001010 | 1011001 | 11001 | 0 | 100100 | 101110 | 1100110 | 10110 | 101101 |
Color Harmonies of #688A59
Complementary color
Monochromatic Colors of #688A59
Black with #688A59
Text Example
Text Example
White with #688A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A59; }
p { color: rgb(104,138,89); }
H1.HeaderClassName
{
color: #688A59;
}
.AnyTagClassName
{
color: #688A59;
}
</style>
background-color css
<style>
a { background-color: #688A59; }
a { background-color: rgb(104,138,89); }
div.DivClassName
{
background-color: #688A59;
}
.BgClassName
{
background-color: #688A59;
}
</style>
border-color css
<style>
span { border-color: #688A59; }
span { border-color: rgb(104,138,89); }
td.TdClassName
{
border-color: #688A59;
}
.TagClassName
{
border-color: #688A59;
}
</style>