Shades of Glade Green #689551
Tints of Glade Green #689551
RGB
CMYK
RGB Variations
Color information
#689551 (or 0x689551) is known color: Glade Green. HEX triplet: 68, 95 and 51. RGB value is (104,149,81). Sum of RGB (Red+Green+Blue) = 104+149+81=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #689551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689551 is #976AAE. Grayscale: #808080. Windows color (decimal): -9923247 or 5346664. OLE color: 5346664.
HSL color Cylindrical-coordinate representation of color #689551: hue angle of 99.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689551 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 81 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.42 |
| HSL | 99.71º | 0.3% | 0.45% | - |
| HSV(B) | 99.71º | 0.46% | 0.58% | - |
| XYZ | 17.94 | 25.03 | 11.67 | - |
| YUV | 127.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 81 | 0.30 | 0 | 0.46 | 0.42 | 99.71 | 0.3 | 0.45 |
| Hex | 68 | 95 | 51 | 1E | 0 | 2E | 2A | 64 | 1E | 2D |
| Octal | 150 | 225 | 121 | 36 | 0 | 56 | 52 | 144 | 36 | 55 |
| Binary | 1101000 | 10010101 | 1010001 | 11110 | 0 | 101110 | 101010 | 1100100 | 11110 | 101101 |
Color Harmonies of #689551
Complementary color
Monochromatic Colors of #689551
Black with #689551
Text Example
Text Example
White with #689551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689551; }
p { color: rgb(104,149,81); }
H1.HeaderClassName
{
color: #689551;
}
.AnyTagClassName
{
color: #689551;
}
</style>
background-color css
<style>
a { background-color: #689551; }
a { background-color: rgb(104,149,81); }
div.DivClassName
{
background-color: #689551;
}
.BgClassName
{
background-color: #689551;
}
</style>
border-color css
<style>
span { border-color: #689551; }
span { border-color: rgb(104,149,81); }
td.TdClassName
{
border-color: #689551;
}
.TagClassName
{
border-color: #689551;
}
</style>