Shades of Glade Green #698E51
Tints of Glade Green #698E51
RGB
CMYK
RGB Variations
Color information
#698E51 (or 0x698E51) is known color: Glade Green. HEX triplet: 69, 8E and 51. RGB value is (105,142,81). Sum of RGB (Red+Green+Blue) = 105+142+81=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #698E51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E51 is #9671AE. Grayscale: #7C7C7C. Windows color (decimal): -9859503 or 5344873. OLE color: 5344873.
HSL color Cylindrical-coordinate representation of color #698E51: hue angle of 96.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #698E51 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 81 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.44 |
| HSL | 96.39º | 0.27% | 0.44% | - |
| HSV(B) | 96.39º | 0.43% | 0.56% | - |
| XYZ | 16.98 | 22.94 | 11.32 | - |
| YUV | 123.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 81 | 0.26 | 0 | 0.43 | 0.44 | 96.39 | 0.27 | 0.44 |
| Hex | 69 | 8E | 51 | 1A | 0 | 2B | 2C | 60 | 1B | 2C |
| Octal | 151 | 216 | 121 | 32 | 0 | 53 | 54 | 140 | 33 | 54 |
| Binary | 1101001 | 10001110 | 1010001 | 11010 | 0 | 101011 | 101100 | 1100000 | 11011 | 101100 |
Color Harmonies of #698E51
Complementary color
Monochromatic Colors of #698E51
Black with #698E51
Text Example
Text Example
White with #698E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E51; }
p { color: rgb(105,142,81); }
H1.HeaderClassName
{
color: #698E51;
}
.AnyTagClassName
{
color: #698E51;
}
</style>
background-color css
<style>
a { background-color: #698E51; }
a { background-color: rgb(105,142,81); }
div.DivClassName
{
background-color: #698E51;
}
.BgClassName
{
background-color: #698E51;
}
</style>
border-color css
<style>
span { border-color: #698E51; }
span { border-color: rgb(105,142,81); }
td.TdClassName
{
border-color: #698E51;
}
.TagClassName
{
border-color: #698E51;
}
</style>