Shades of Glade Green #698B5A
Tints of Glade Green #698B5A
RGB
CMYK
RGB Variations
Color information
#698B5A (or 0x698B5A) is known color: Glade Green. HEX triplet: 69, 8B and 5A. RGB value is (105,139,90). Sum of RGB (Red+Green+Blue) = 105+139+90=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #698B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B5A is #9674A5. Grayscale: #7B7B7B. Windows color (decimal): -9860262 or 5933929. OLE color: 5933929.
HSL color Cylindrical-coordinate representation of color #698B5A: hue angle of 101.63º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698B5A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 90 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.45 |
| HSL | 101.63º | 0.21% | 0.45% | - |
| HSV(B) | 101.63º | 0.35% | 0.55% | - |
| XYZ | 16.9 | 22.21 | 13.07 | - |
| YUV | 123.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 90 | 0.24 | 0 | 0.35 | 0.45 | 101.63 | 0.21 | 0.45 |
| Hex | 69 | 8B | 5A | 18 | 0 | 23 | 2D | 66 | 15 | 2D |
| Octal | 151 | 213 | 132 | 30 | 0 | 43 | 55 | 146 | 25 | 55 |
| Binary | 1101001 | 10001011 | 1011010 | 11000 | 0 | 100011 | 101101 | 1100110 | 10101 | 101101 |
Color Harmonies of #698B5A
Complementary color
Monochromatic Colors of #698B5A
Black with #698B5A
Text Example
Text Example
White with #698B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B5A; }
p { color: rgb(105,139,90); }
H1.HeaderClassName
{
color: #698B5A;
}
.AnyTagClassName
{
color: #698B5A;
}
</style>
background-color css
<style>
a { background-color: #698B5A; }
a { background-color: rgb(105,139,90); }
div.DivClassName
{
background-color: #698B5A;
}
.BgClassName
{
background-color: #698B5A;
}
</style>
border-color css
<style>
span { border-color: #698B5A; }
span { border-color: rgb(105,139,90); }
td.TdClassName
{
border-color: #698B5A;
}
.TagClassName
{
border-color: #698B5A;
}
</style>