Shades of Glade Green #699150
Tints of Glade Green #699150
RGB
CMYK
RGB Variations
Color information
#699150 (or 0x699150) is known color: Glade Green. HEX triplet: 69, 91 and 50. RGB value is (105,145,80). Sum of RGB (Red+Green+Blue) = 105+145+80=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #699150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699150 is #966EAF. Grayscale: #7D7D7D. Windows color (decimal): -9858736 or 5280105. OLE color: 5280105.
HSL color Cylindrical-coordinate representation of color #699150: hue angle of 96.92º 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 #699150 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 80 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.43 |
| HSL | 96.92º | 0.29% | 0.44% | - |
| HSV(B) | 96.92º | 0.45% | 0.57% | - |
| XYZ | 17.4 | 23.83 | 11.27 | - |
| YUV | 125.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 80 | 0.28 | 0 | 0.45 | 0.43 | 96.92 | 0.29 | 0.44 |
| Hex | 69 | 91 | 50 | 1C | 0 | 2D | 2B | 61 | 1D | 2C |
| Octal | 151 | 221 | 120 | 34 | 0 | 55 | 53 | 141 | 35 | 54 |
| Binary | 1101001 | 10010001 | 1010000 | 11100 | 0 | 101101 | 101011 | 1100001 | 11101 | 101100 |
Color Harmonies of #699150
Complementary color
Monochromatic Colors of #699150
Black with #699150
Text Example
Text Example
White with #699150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699150; }
p { color: rgb(105,145,80); }
H1.HeaderClassName
{
color: #699150;
}
.AnyTagClassName
{
color: #699150;
}
</style>
background-color css
<style>
a { background-color: #699150; }
a { background-color: rgb(105,145,80); }
div.DivClassName
{
background-color: #699150;
}
.BgClassName
{
background-color: #699150;
}
</style>
border-color css
<style>
span { border-color: #699150; }
span { border-color: rgb(105,145,80); }
td.TdClassName
{
border-color: #699150;
}
.TagClassName
{
border-color: #699150;
}
</style>