Shades of Glade Green #698B58
Tints of Glade Green #698B58
RGB
CMYK
RGB Variations
Color information
#698B58 (or 0x698B58) is known color: Glade Green. HEX triplet: 69, 8B and 58. RGB value is (105,139,88). Sum of RGB (Red+Green+Blue) = 105+139+88=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #698B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B58 is #9674A7. Grayscale: #7B7B7B. Windows color (decimal): -9860264 or 5802857. OLE color: 5802857.
HSL color Cylindrical-coordinate representation of color #698B58: hue angle of 100º degrees, saturation: 0.22, 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 #698B58 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 88 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.45 |
| HSL | 100º | 0.22% | 0.45% | - |
| HSV(B) | 100º | 0.37% | 0.55% | - |
| XYZ | 16.82 | 22.17 | 12.63 | - |
| YUV | 123.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 88 | 0.24 | 0 | 0.37 | 0.45 | 100 | 0.22 | 0.45 |
| Hex | 69 | 8B | 58 | 18 | 0 | 25 | 2D | 64 | 16 | 2D |
| Octal | 151 | 213 | 130 | 30 | 0 | 45 | 55 | 144 | 26 | 55 |
| Binary | 1101001 | 10001011 | 1011000 | 11000 | 0 | 100101 | 101101 | 1100100 | 10110 | 101101 |
Color Harmonies of #698B58
Complementary color
Monochromatic Colors of #698B58
Black with #698B58
Text Example
Text Example
White with #698B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B58; }
p { color: rgb(105,139,88); }
H1.HeaderClassName
{
color: #698B58;
}
.AnyTagClassName
{
color: #698B58;
}
</style>
background-color css
<style>
a { background-color: #698B58; }
a { background-color: rgb(105,139,88); }
div.DivClassName
{
background-color: #698B58;
}
.BgClassName
{
background-color: #698B58;
}
</style>
border-color css
<style>
span { border-color: #698B58; }
span { border-color: rgb(105,139,88); }
td.TdClassName
{
border-color: #698B58;
}
.TagClassName
{
border-color: #698B58;
}
</style>