Shades of Glade Green #698D59
Tints of Glade Green #698D59
RGB
CMYK
RGB Variations
Color information
#698D59 (or 0x698D59) is known color: Glade Green. HEX triplet: 69, 8D and 59. RGB value is (105,141,89). Sum of RGB (Red+Green+Blue) = 105+141+89=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #698D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D59 is #9672A6. Grayscale: #7C7C7C. Windows color (decimal): -9859751 or 5868905. OLE color: 5868905.
HSL color Cylindrical-coordinate representation of color #698D59: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #698D59 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 89 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.45 |
| HSL | 101.54º | 0.23% | 0.45% | - |
| HSV(B) | 101.54º | 0.37% | 0.55% | - |
| XYZ | 17.15 | 22.77 | 12.94 | - |
| YUV | 124.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 89 | 0.26 | 0 | 0.37 | 0.45 | 101.54 | 0.23 | 0.45 |
| Hex | 69 | 8D | 59 | 1A | 0 | 25 | 2D | 66 | 17 | 2D |
| Octal | 151 | 215 | 131 | 32 | 0 | 45 | 55 | 146 | 27 | 55 |
| Binary | 1101001 | 10001101 | 1011001 | 11010 | 0 | 100101 | 101101 | 1100110 | 10111 | 101101 |
Color Harmonies of #698D59
Complementary color
Monochromatic Colors of #698D59
Black with #698D59
Text Example
Text Example
White with #698D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D59; }
p { color: rgb(105,141,89); }
H1.HeaderClassName
{
color: #698D59;
}
.AnyTagClassName
{
color: #698D59;
}
</style>
background-color css
<style>
a { background-color: #698D59; }
a { background-color: rgb(105,141,89); }
div.DivClassName
{
background-color: #698D59;
}
.BgClassName
{
background-color: #698D59;
}
</style>
border-color css
<style>
span { border-color: #698D59; }
span { border-color: rgb(105,141,89); }
td.TdClassName
{
border-color: #698D59;
}
.TagClassName
{
border-color: #698D59;
}
</style>