Shades of Glade Green #688B50
Tints of Glade Green #688B50
RGB
CMYK
RGB Variations
Color information
#688B50 (or 0x688B50) is known color: Glade Green. HEX triplet: 68, 8B and 50. RGB value is (104,139,80). Sum of RGB (Red+Green+Blue) = 104+139+80=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #688B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B50 is #9774AF. Grayscale: #7A7A7A. Windows color (decimal): -9925808 or 5278568. OLE color: 5278568.
HSL color Cylindrical-coordinate representation of color #688B50: hue angle of 95.59º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #688B50 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 80 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.45 |
| HSL | 95.59º | 0.27% | 0.43% | - |
| HSV(B) | 95.59º | 0.42% | 0.55% | - |
| XYZ | 16.39 | 21.99 | 10.97 | - |
| YUV | 121.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 80 | 0.25 | 0 | 0.42 | 0.45 | 95.59 | 0.27 | 0.43 |
| Hex | 68 | 8B | 50 | 19 | 0 | 2A | 2D | 60 | 1B | 2B |
| Octal | 150 | 213 | 120 | 31 | 0 | 52 | 55 | 140 | 33 | 53 |
| Binary | 1101000 | 10001011 | 1010000 | 11001 | 0 | 101010 | 101101 | 1100000 | 11011 | 101011 |
Color Harmonies of #688B50
Complementary color
Monochromatic Colors of #688B50
Black with #688B50
Text Example
Text Example
White with #688B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B50; }
p { color: rgb(104,139,80); }
H1.HeaderClassName
{
color: #688B50;
}
.AnyTagClassName
{
color: #688B50;
}
</style>
background-color css
<style>
a { background-color: #688B50; }
a { background-color: rgb(104,139,80); }
div.DivClassName
{
background-color: #688B50;
}
.BgClassName
{
background-color: #688B50;
}
</style>
border-color css
<style>
span { border-color: #688B50; }
span { border-color: rgb(104,139,80); }
td.TdClassName
{
border-color: #688B50;
}
.TagClassName
{
border-color: #688B50;
}
</style>