Shades of Glade Green #698B53
Tints of Glade Green #698B53
RGB
CMYK
RGB Variations
Color information
#698B53 (or 0x698B53) is known color: Glade Green. HEX triplet: 69, 8B and 53. RGB value is (105,139,83). Sum of RGB (Red+Green+Blue) = 105+139+83=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #698B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B53 is #9674AC. Grayscale: #7A7A7A. Windows color (decimal): -9860269 or 5475177. OLE color: 5475177.
HSL color Cylindrical-coordinate representation of color #698B53: hue angle of 96.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698B53 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 83 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.45 |
| HSL | 96.43º | 0.25% | 0.44% | - |
| HSV(B) | 96.43º | 0.4% | 0.55% | - |
| XYZ | 16.62 | 22.09 | 11.57 | - |
| YUV | 122.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 83 | 0.24 | 0 | 0.40 | 0.45 | 96.43 | 0.25 | 0.44 |
| Hex | 69 | 8B | 53 | 18 | 0 | 28 | 2D | 60 | 19 | 2C |
| Octal | 151 | 213 | 123 | 30 | 0 | 50 | 55 | 140 | 31 | 54 |
| Binary | 1101001 | 10001011 | 1010011 | 11000 | 0 | 101000 | 101101 | 1100000 | 11001 | 101100 |
Color Harmonies of #698B53
Complementary color
Monochromatic Colors of #698B53
Black with #698B53
Text Example
Text Example
White with #698B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B53; }
p { color: rgb(105,139,83); }
H1.HeaderClassName
{
color: #698B53;
}
.AnyTagClassName
{
color: #698B53;
}
</style>
background-color css
<style>
a { background-color: #698B53; }
a { background-color: rgb(105,139,83); }
div.DivClassName
{
background-color: #698B53;
}
.BgClassName
{
background-color: #698B53;
}
</style>
border-color css
<style>
span { border-color: #698B53; }
span { border-color: rgb(105,139,83); }
td.TdClassName
{
border-color: #698B53;
}
.TagClassName
{
border-color: #698B53;
}
</style>