Shades of Glade Green #688B52
Tints of Glade Green #688B52
RGB
CMYK
RGB Variations
Color information
#688B52 (or 0x688B52) is known color: Glade Green. HEX triplet: 68, 8B and 52. RGB value is (104,139,82). Sum of RGB (Red+Green+Blue) = 104+139+82=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #688B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B52 is #9774AD. Grayscale: #7A7A7A. Windows color (decimal): -9925806 or 5409640. OLE color: 5409640.
HSL color Cylindrical-coordinate representation of color #688B52: hue angle of 96.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688B52 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 82 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.45 |
| HSL | 96.84º | 0.26% | 0.43% | - |
| HSV(B) | 96.84º | 0.41% | 0.55% | - |
| XYZ | 16.46 | 22.02 | 11.36 | - |
| YUV | 122.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 82 | 0.25 | 0 | 0.41 | 0.45 | 96.84 | 0.26 | 0.43 |
| Hex | 68 | 8B | 52 | 19 | 0 | 29 | 2D | 61 | 1A | 2B |
| Octal | 150 | 213 | 122 | 31 | 0 | 51 | 55 | 141 | 32 | 53 |
| Binary | 1101000 | 10001011 | 1010010 | 11001 | 0 | 101001 | 101101 | 1100001 | 11010 | 101011 |
Color Harmonies of #688B52
Complementary color
Monochromatic Colors of #688B52
Black with #688B52
Text Example
Text Example
White with #688B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B52; }
p { color: rgb(104,139,82); }
H1.HeaderClassName
{
color: #688B52;
}
.AnyTagClassName
{
color: #688B52;
}
</style>
background-color css
<style>
a { background-color: #688B52; }
a { background-color: rgb(104,139,82); }
div.DivClassName
{
background-color: #688B52;
}
.BgClassName
{
background-color: #688B52;
}
</style>
border-color css
<style>
span { border-color: #688B52; }
span { border-color: rgb(104,139,82); }
td.TdClassName
{
border-color: #688B52;
}
.TagClassName
{
border-color: #688B52;
}
</style>