Shades of Glade Green #689250
Tints of Glade Green #689250
RGB
CMYK
RGB Variations
Color information
#689250 (or 0x689250) is known color: Glade Green. HEX triplet: 68, 92 and 50. RGB value is (104,146,80). Sum of RGB (Red+Green+Blue) = 104+146+80=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #689250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689250 is #976DAF. Grayscale: #7E7E7E. Windows color (decimal): -9924016 or 5280360. OLE color: 5280360.
HSL color Cylindrical-coordinate representation of color #689250: hue angle of 98.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689250 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 80 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.43 |
| HSL | 98.18º | 0.29% | 0.44% | - |
| HSV(B) | 98.18º | 0.45% | 0.57% | - |
| XYZ | 17.44 | 24.08 | 11.32 | - |
| YUV | 125.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 80 | 0.29 | 0 | 0.45 | 0.43 | 98.18 | 0.29 | 0.44 |
| Hex | 68 | 92 | 50 | 1D | 0 | 2D | 2B | 62 | 1D | 2C |
| Octal | 150 | 222 | 120 | 35 | 0 | 55 | 53 | 142 | 35 | 54 |
| Binary | 1101000 | 10010010 | 1010000 | 11101 | 0 | 101101 | 101011 | 1100010 | 11101 | 101100 |
Color Harmonies of #689250
Complementary color
Monochromatic Colors of #689250
Black with #689250
Text Example
Text Example
White with #689250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689250; }
p { color: rgb(104,146,80); }
H1.HeaderClassName
{
color: #689250;
}
.AnyTagClassName
{
color: #689250;
}
</style>
background-color css
<style>
a { background-color: #689250; }
a { background-color: rgb(104,146,80); }
div.DivClassName
{
background-color: #689250;
}
.BgClassName
{
background-color: #689250;
}
</style>
border-color css
<style>
span { border-color: #689250; }
span { border-color: rgb(104,146,80); }
td.TdClassName
{
border-color: #689250;
}
.TagClassName
{
border-color: #689250;
}
</style>