Shades of Glade Green #689450
Tints of Glade Green #689450
RGB
CMYK
RGB Variations
Color information
#689450 (or 0x689450) is known color: Glade Green. HEX triplet: 68, 94 and 50. RGB value is (104,148,80). Sum of RGB (Red+Green+Blue) = 104+148+80=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #689450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689450 is #976BAF. Grayscale: #7F7F7F. Windows color (decimal): -9923504 or 5280872. OLE color: 5280872.
HSL color Cylindrical-coordinate representation of color #689450: hue angle of 98.82º 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 #689450 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 80 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.42 |
| HSL | 98.82º | 0.3% | 0.45% | - |
| HSV(B) | 98.82º | 0.46% | 0.58% | - |
| XYZ | 17.75 | 24.7 | 11.42 | - |
| YUV | 127.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 80 | 0.30 | 0 | 0.46 | 0.42 | 98.82 | 0.3 | 0.45 |
| Hex | 68 | 94 | 50 | 1E | 0 | 2E | 2A | 63 | 1E | 2D |
| Octal | 150 | 224 | 120 | 36 | 0 | 56 | 52 | 143 | 36 | 55 |
| Binary | 1101000 | 10010100 | 1010000 | 11110 | 0 | 101110 | 101010 | 1100011 | 11110 | 101101 |
Color Harmonies of #689450
Complementary color
Monochromatic Colors of #689450
Black with #689450
Text Example
Text Example
White with #689450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689450; }
p { color: rgb(104,148,80); }
H1.HeaderClassName
{
color: #689450;
}
.AnyTagClassName
{
color: #689450;
}
</style>
background-color css
<style>
a { background-color: #689450; }
a { background-color: rgb(104,148,80); }
div.DivClassName
{
background-color: #689450;
}
.BgClassName
{
background-color: #689450;
}
</style>
border-color css
<style>
span { border-color: #689450; }
span { border-color: rgb(104,148,80); }
td.TdClassName
{
border-color: #689450;
}
.TagClassName
{
border-color: #689450;
}
</style>