Shades of Glade Green #688953
Tints of Glade Green #688953
RGB
CMYK
RGB Variations
Color information
#688953 (or 0x688953) is known color: Glade Green. HEX triplet: 68, 89 and 53. RGB value is (104,137,83). Sum of RGB (Red+Green+Blue) = 104+137+83=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #688953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688953 is #9776AC. Grayscale: #797979. Windows color (decimal): -9926317 or 5474664. OLE color: 5474664.
HSL color Cylindrical-coordinate representation of color #688953: hue angle of 96.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #688953 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 83 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.46 |
| HSL | 96.67º | 0.25% | 0.43% | - |
| HSV(B) | 96.67º | 0.39% | 0.54% | - |
| XYZ | 16.22 | 21.46 | 11.47 | - |
| YUV | 120.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 83 | 0.24 | 0 | 0.39 | 0.46 | 96.67 | 0.25 | 0.43 |
| Hex | 68 | 89 | 53 | 18 | 0 | 27 | 2E | 61 | 19 | 2B |
| Octal | 150 | 211 | 123 | 30 | 0 | 47 | 56 | 141 | 31 | 53 |
| Binary | 1101000 | 10001001 | 1010011 | 11000 | 0 | 100111 | 101110 | 1100001 | 11001 | 101011 |
Color Harmonies of #688953
Complementary color
Monochromatic Colors of #688953
Black with #688953
Text Example
Text Example
White with #688953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688953; }
p { color: rgb(104,137,83); }
H1.HeaderClassName
{
color: #688953;
}
.AnyTagClassName
{
color: #688953;
}
</style>
background-color css
<style>
a { background-color: #688953; }
a { background-color: rgb(104,137,83); }
div.DivClassName
{
background-color: #688953;
}
.BgClassName
{
background-color: #688953;
}
</style>
border-color css
<style>
span { border-color: #688953; }
span { border-color: rgb(104,137,83); }
td.TdClassName
{
border-color: #688953;
}
.TagClassName
{
border-color: #688953;
}
</style>