Shades of Glade Green #688C53
Tints of Glade Green #688C53
RGB
CMYK
RGB Variations
Color information
#688C53 (or 0x688C53) is known color: Glade Green. HEX triplet: 68, 8C and 53. RGB value is (104,140,83). Sum of RGB (Red+Green+Blue) = 104+140+83=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #688C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C53 is #9773AC. Grayscale: #7A7A7A. Windows color (decimal): -9925549 or 5475432. OLE color: 5475432.
HSL color Cylindrical-coordinate representation of color #688C53: hue angle of 97.89º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688C53 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 83 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.45 |
| HSL | 97.89º | 0.26% | 0.44% | - |
| HSV(B) | 97.89º | 0.41% | 0.55% | - |
| XYZ | 16.65 | 22.32 | 11.62 | - |
| YUV | 122.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 83 | 0.26 | 0 | 0.41 | 0.45 | 97.89 | 0.26 | 0.44 |
| Hex | 68 | 8C | 53 | 1A | 0 | 29 | 2D | 62 | 1A | 2C |
| Octal | 150 | 214 | 123 | 32 | 0 | 51 | 55 | 142 | 32 | 54 |
| Binary | 1101000 | 10001100 | 1010011 | 11010 | 0 | 101001 | 101101 | 1100010 | 11010 | 101100 |
Color Harmonies of #688C53
Complementary color
Monochromatic Colors of #688C53
Black with #688C53
Text Example
Text Example
White with #688C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C53; }
p { color: rgb(104,140,83); }
H1.HeaderClassName
{
color: #688C53;
}
.AnyTagClassName
{
color: #688C53;
}
</style>
background-color css
<style>
a { background-color: #688C53; }
a { background-color: rgb(104,140,83); }
div.DivClassName
{
background-color: #688C53;
}
.BgClassName
{
background-color: #688C53;
}
</style>
border-color css
<style>
span { border-color: #688C53; }
span { border-color: rgb(104,140,83); }
td.TdClassName
{
border-color: #688C53;
}
.TagClassName
{
border-color: #688C53;
}
</style>