Shades of Glade Green #689749
Tints of Glade Green #689749
RGB
CMYK
RGB Variations
Color information
#689749 (or 0x689749) is known color: Glade Green. HEX triplet: 68, 97 and 49. RGB value is (104,151,73). Sum of RGB (Red+Green+Blue) = 104+151+73=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #689749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689749 is #9768B6. Grayscale: #808080. Windows color (decimal): -9922743 or 4822888. OLE color: 4822888.
HSL color Cylindrical-coordinate representation of color #689749: hue angle of 96.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689749 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 73 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.41 |
| HSL | 96.15º | 0.35% | 0.44% | - |
| HSV(B) | 96.15º | 0.52% | 0.59% | - |
| XYZ | 17.98 | 25.56 | 10.29 | - |
| YUV | 128.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 73 | 0.31 | 0 | 0.52 | 0.41 | 96.15 | 0.35 | 0.44 |
| Hex | 68 | 97 | 49 | 1F | 0 | 34 | 29 | 60 | 23 | 2C |
| Octal | 150 | 227 | 111 | 37 | 0 | 64 | 51 | 140 | 43 | 54 |
| Binary | 1101000 | 10010111 | 1001001 | 11111 | 0 | 110100 | 101001 | 1100000 | 100011 | 101100 |
Color Harmonies of #689749
Complementary color
Monochromatic Colors of #689749
Black with #689749
Text Example
Text Example
White with #689749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689749; }
p { color: rgb(104,151,73); }
H1.HeaderClassName
{
color: #689749;
}
.AnyTagClassName
{
color: #689749;
}
</style>
background-color css
<style>
a { background-color: #689749; }
a { background-color: rgb(104,151,73); }
div.DivClassName
{
background-color: #689749;
}
.BgClassName
{
background-color: #689749;
}
</style>
border-color css
<style>
span { border-color: #689749; }
span { border-color: rgb(104,151,73); }
td.TdClassName
{
border-color: #689749;
}
.TagClassName
{
border-color: #689749;
}
</style>