Shades of Glade Green #688255
Tints of Glade Green #688255
RGB
CMYK
RGB Variations
Color information
#688255 (or 0x688255) is known color: Glade Green. HEX triplet: 68, 82 and 55. RGB value is (104,130,85). Sum of RGB (Red+Green+Blue) = 104+130+85=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #688255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688255 is #977DAA. Grayscale: #757575. Windows color (decimal): -9928107 or 5603944. OLE color: 5603944.
HSL color Cylindrical-coordinate representation of color #688255: hue angle of 94.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #688255 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 85 | - |
| CMYK | 0.2 | 0 | 0.35 | 0.49 |
| HSL | 94.67º | 0.21% | 0.42% | - |
| HSV(B) | 94.67º | 0.35% | 0.51% | - |
| XYZ | 15.33 | 19.56 | 11.56 | - |
| YUV | 117.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 85 | 0.2 | 0 | 0.35 | 0.49 | 94.67 | 0.21 | 0.42 |
| Hex | 68 | 82 | 55 | 14 | 0 | 23 | 31 | 5F | 15 | 2A |
| Octal | 150 | 202 | 125 | 24 | 0 | 43 | 61 | 137 | 25 | 52 |
| Binary | 1101000 | 10000010 | 1010101 | 10100 | 0 | 100011 | 110001 | 1011111 | 10101 | 101010 |
Color Harmonies of #688255
Complementary color
Monochromatic Colors of #688255
Black with #688255
Text Example
Text Example
White with #688255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688255; }
p { color: rgb(104,130,85); }
H1.HeaderClassName
{
color: #688255;
}
.AnyTagClassName
{
color: #688255;
}
</style>
background-color css
<style>
a { background-color: #688255; }
a { background-color: rgb(104,130,85); }
div.DivClassName
{
background-color: #688255;
}
.BgClassName
{
background-color: #688255;
}
</style>
border-color css
<style>
span { border-color: #688255; }
span { border-color: rgb(104,130,85); }
td.TdClassName
{
border-color: #688255;
}
.TagClassName
{
border-color: #688255;
}
</style>