Shades of Glade Green #688355
Tints of Glade Green #688355
RGB
CMYK
RGB Variations
Color information
#688355 (or 0x688355) is known color: Glade Green. HEX triplet: 68, 83 and 55. RGB value is (104,131,85). Sum of RGB (Red+Green+Blue) = 104+131+85=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #688355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688355 is #977CAA. Grayscale: #757575. Windows color (decimal): -9927851 or 5604200. OLE color: 5604200.
HSL color Cylindrical-coordinate representation of color #688355: hue angle of 95.22º 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 #688355 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 85 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.49 |
| HSL | 95.22º | 0.21% | 0.42% | - |
| HSV(B) | 95.22º | 0.35% | 0.51% | - |
| XYZ | 15.46 | 19.83 | 11.61 | - |
| YUV | 117.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 85 | 0.21 | 0 | 0.35 | 0.49 | 95.22 | 0.21 | 0.42 |
| Hex | 68 | 83 | 55 | 15 | 0 | 23 | 31 | 5F | 15 | 2A |
| Octal | 150 | 203 | 125 | 25 | 0 | 43 | 61 | 137 | 25 | 52 |
| Binary | 1101000 | 10000011 | 1010101 | 10101 | 0 | 100011 | 110001 | 1011111 | 10101 | 101010 |
Color Harmonies of #688355
Complementary color
Monochromatic Colors of #688355
Black with #688355
Text Example
Text Example
White with #688355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688355; }
p { color: rgb(104,131,85); }
H1.HeaderClassName
{
color: #688355;
}
.AnyTagClassName
{
color: #688355;
}
</style>
background-color css
<style>
a { background-color: #688355; }
a { background-color: rgb(104,131,85); }
div.DivClassName
{
background-color: #688355;
}
.BgClassName
{
background-color: #688355;
}
</style>
border-color css
<style>
span { border-color: #688355; }
span { border-color: rgb(104,131,85); }
td.TdClassName
{
border-color: #688355;
}
.TagClassName
{
border-color: #688355;
}
</style>