Shades of Glade Green #698856
Tints of Glade Green #698856
RGB
CMYK
RGB Variations
Color information
#698856 (or 0x698856) is known color: Glade Green. HEX triplet: 69, 88 and 56. RGB value is (105,136,86). Sum of RGB (Red+Green+Blue) = 105+136+86=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #698856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698856 is #9677A9. Grayscale: #797979. Windows color (decimal): -9861034 or 5671017. OLE color: 5671017.
HSL color Cylindrical-coordinate representation of color #698856: hue angle of 97.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #698856 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 86 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.47 |
| HSL | 97.2º | 0.23% | 0.44% | - |
| HSV(B) | 97.2º | 0.37% | 0.53% | - |
| XYZ | 16.31 | 21.28 | 12.05 | - |
| YUV | 121.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 86 | 0.23 | 0 | 0.37 | 0.47 | 97.2 | 0.23 | 0.44 |
| Hex | 69 | 88 | 56 | 17 | 0 | 25 | 2F | 61 | 17 | 2C |
| Octal | 151 | 210 | 126 | 27 | 0 | 45 | 57 | 141 | 27 | 54 |
| Binary | 1101001 | 10001000 | 1010110 | 10111 | 0 | 100101 | 101111 | 1100001 | 10111 | 101100 |
Color Harmonies of #698856
Complementary color
Monochromatic Colors of #698856
Black with #698856
Text Example
Text Example
White with #698856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698856; }
p { color: rgb(105,136,86); }
H1.HeaderClassName
{
color: #698856;
}
.AnyTagClassName
{
color: #698856;
}
</style>
background-color css
<style>
a { background-color: #698856; }
a { background-color: rgb(105,136,86); }
div.DivClassName
{
background-color: #698856;
}
.BgClassName
{
background-color: #698856;
}
</style>
border-color css
<style>
span { border-color: #698856; }
span { border-color: rgb(105,136,86); }
td.TdClassName
{
border-color: #698856;
}
.TagClassName
{
border-color: #698856;
}
</style>