Shades of Glade Green #699050
Tints of Glade Green #699050
RGB
CMYK
RGB Variations
Color information
#699050 (or 0x699050) is known color: Glade Green. HEX triplet: 69, 90 and 50. RGB value is (105,144,80). Sum of RGB (Red+Green+Blue) = 105+144+80=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #699050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699050 is #966FAF. Grayscale: #7D7D7D. Windows color (decimal): -9858992 or 5279849. OLE color: 5279849.
HSL color Cylindrical-coordinate representation of color #699050: hue angle of 96.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #699050 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 80 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.44 |
| HSL | 96.56º | 0.29% | 0.44% | - |
| HSV(B) | 96.56º | 0.44% | 0.56% | - |
| XYZ | 17.25 | 23.53 | 11.22 | - |
| YUV | 125.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 80 | 0.27 | 0 | 0.44 | 0.44 | 96.56 | 0.29 | 0.44 |
| Hex | 69 | 90 | 50 | 1B | 0 | 2C | 2C | 61 | 1D | 2C |
| Octal | 151 | 220 | 120 | 33 | 0 | 54 | 54 | 141 | 35 | 54 |
| Binary | 1101001 | 10010000 | 1010000 | 11011 | 0 | 101100 | 101100 | 1100001 | 11101 | 101100 |
Color Harmonies of #699050
Complementary color
Monochromatic Colors of #699050
Black with #699050
Text Example
Text Example
White with #699050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699050; }
p { color: rgb(105,144,80); }
H1.HeaderClassName
{
color: #699050;
}
.AnyTagClassName
{
color: #699050;
}
</style>
background-color css
<style>
a { background-color: #699050; }
a { background-color: rgb(105,144,80); }
div.DivClassName
{
background-color: #699050;
}
.BgClassName
{
background-color: #699050;
}
</style>
border-color css
<style>
span { border-color: #699050; }
span { border-color: rgb(105,144,80); }
td.TdClassName
{
border-color: #699050;
}
.TagClassName
{
border-color: #699050;
}
</style>