Shades of Glade Green #689550
Tints of Glade Green #689550
RGB
CMYK
RGB Variations
Color information
#689550 (or 0x689550) is known color: Glade Green. HEX triplet: 68, 95 and 50. RGB value is (104,149,80). Sum of RGB (Red+Green+Blue) = 104+149+80=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #689550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689550 is #976AAF. Grayscale: #7F7F7F. Windows color (decimal): -9923248 or 5281128. OLE color: 5281128.
HSL color Cylindrical-coordinate representation of color #689550: hue angle of 99.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689550 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 80 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.42 |
| HSL | 99.13º | 0.3% | 0.45% | - |
| HSV(B) | 99.13º | 0.46% | 0.58% | - |
| XYZ | 17.9 | 25.02 | 11.47 | - |
| YUV | 127.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 80 | 0.30 | 0 | 0.46 | 0.42 | 99.13 | 0.3 | 0.45 |
| Hex | 68 | 95 | 50 | 1E | 0 | 2E | 2A | 63 | 1E | 2D |
| Octal | 150 | 225 | 120 | 36 | 0 | 56 | 52 | 143 | 36 | 55 |
| Binary | 1101000 | 10010101 | 1010000 | 11110 | 0 | 101110 | 101010 | 1100011 | 11110 | 101101 |
Color Harmonies of #689550
Complementary color
Monochromatic Colors of #689550
Black with #689550
Text Example
Text Example
White with #689550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689550; }
p { color: rgb(104,149,80); }
H1.HeaderClassName
{
color: #689550;
}
.AnyTagClassName
{
color: #689550;
}
</style>
background-color css
<style>
a { background-color: #689550; }
a { background-color: rgb(104,149,80); }
div.DivClassName
{
background-color: #689550;
}
.BgClassName
{
background-color: #689550;
}
</style>
border-color css
<style>
span { border-color: #689550; }
span { border-color: rgb(104,149,80); }
td.TdClassName
{
border-color: #689550;
}
.TagClassName
{
border-color: #689550;
}
</style>