Shades of Glade Green #699054
Tints of Glade Green #699054
RGB
CMYK
RGB Variations
Color information
#699054 (or 0x699054) is known color: Glade Green. HEX triplet: 69, 90 and 54. RGB value is (105,144,84). Sum of RGB (Red+Green+Blue) = 105+144+84=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #699054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699054 is #966FAB. Grayscale: #7D7D7D. Windows color (decimal): -9858988 or 5541993. OLE color: 5541993.
HSL color Cylindrical-coordinate representation of color #699054: hue angle of 99º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #699054 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 84 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.44 |
| HSL | 99º | 0.26% | 0.45% | - |
| HSV(B) | 99º | 0.42% | 0.56% | - |
| XYZ | 17.4 | 23.59 | 12.02 | - |
| YUV | 125.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 84 | 0.27 | 0 | 0.42 | 0.44 | 99 | 0.26 | 0.45 |
| Hex | 69 | 90 | 54 | 1B | 0 | 2A | 2C | 63 | 1A | 2D |
| Octal | 151 | 220 | 124 | 33 | 0 | 52 | 54 | 143 | 32 | 55 |
| Binary | 1101001 | 10010000 | 1010100 | 11011 | 0 | 101010 | 101100 | 1100011 | 11010 | 101101 |
Color Harmonies of #699054
Complementary color
Monochromatic Colors of #699054
Black with #699054
Text Example
Text Example
White with #699054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699054; }
p { color: rgb(105,144,84); }
H1.HeaderClassName
{
color: #699054;
}
.AnyTagClassName
{
color: #699054;
}
</style>
background-color css
<style>
a { background-color: #699054; }
a { background-color: rgb(105,144,84); }
div.DivClassName
{
background-color: #699054;
}
.BgClassName
{
background-color: #699054;
}
</style>
border-color css
<style>
span { border-color: #699054; }
span { border-color: rgb(105,144,84); }
td.TdClassName
{
border-color: #699054;
}
.TagClassName
{
border-color: #699054;
}
</style>