Shades of Glade Green #688A52
Tints of Glade Green #688A52
RGB
CMYK
RGB Variations
Color information
#688A52 (or 0x688A52) is known color: Glade Green. HEX triplet: 68, 8A and 52. RGB value is (104,138,82). Sum of RGB (Red+Green+Blue) = 104+138+82=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #688A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A52 is #9775AD. Grayscale: #797979. Windows color (decimal): -9926062 or 5409384. OLE color: 5409384.
HSL color Cylindrical-coordinate representation of color #688A52: hue angle of 96.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688A52 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 82 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.46 |
| HSL | 96.43º | 0.25% | 0.43% | - |
| HSV(B) | 96.43º | 0.41% | 0.54% | - |
| XYZ | 16.32 | 21.73 | 11.32 | - |
| YUV | 121.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 82 | 0.25 | 0 | 0.41 | 0.46 | 96.43 | 0.25 | 0.43 |
| Hex | 68 | 8A | 52 | 19 | 0 | 29 | 2E | 60 | 19 | 2B |
| Octal | 150 | 212 | 122 | 31 | 0 | 51 | 56 | 140 | 31 | 53 |
| Binary | 1101000 | 10001010 | 1010010 | 11001 | 0 | 101001 | 101110 | 1100000 | 11001 | 101011 |
Color Harmonies of #688A52
Complementary color
Monochromatic Colors of #688A52
Black with #688A52
Text Example
Text Example
White with #688A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A52; }
p { color: rgb(104,138,82); }
H1.HeaderClassName
{
color: #688A52;
}
.AnyTagClassName
{
color: #688A52;
}
</style>
background-color css
<style>
a { background-color: #688A52; }
a { background-color: rgb(104,138,82); }
div.DivClassName
{
background-color: #688A52;
}
.BgClassName
{
background-color: #688A52;
}
</style>
border-color css
<style>
span { border-color: #688A52; }
span { border-color: rgb(104,138,82); }
td.TdClassName
{
border-color: #688A52;
}
.TagClassName
{
border-color: #688A52;
}
</style>