Shades of Glade Green #699651
Tints of Glade Green #699651
RGB
CMYK
RGB Variations
Color information
#699651 (or 0x699651) is known color: Glade Green. HEX triplet: 69, 96 and 51. RGB value is (105,150,81). Sum of RGB (Red+Green+Blue) = 105+150+81=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #699651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699651 is #9669AE. Grayscale: #808080. Windows color (decimal): -9857455 or 5346921. OLE color: 5346921.
HSL color Cylindrical-coordinate representation of color #699651: hue angle of 99.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699651 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 81 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.41 |
| HSL | 99.13º | 0.3% | 0.45% | - |
| HSV(B) | 99.13º | 0.46% | 0.59% | - |
| XYZ | 18.22 | 25.41 | 11.73 | - |
| YUV | 128.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 81 | 0.30 | 0 | 0.46 | 0.41 | 99.13 | 0.3 | 0.45 |
| Hex | 69 | 96 | 51 | 1E | 0 | 2E | 29 | 63 | 1E | 2D |
| Octal | 151 | 226 | 121 | 36 | 0 | 56 | 51 | 143 | 36 | 55 |
| Binary | 1101001 | 10010110 | 1010001 | 11110 | 0 | 101110 | 101001 | 1100011 | 11110 | 101101 |
Color Harmonies of #699651
Complementary color
Monochromatic Colors of #699651
Black with #699651
Text Example
Text Example
White with #699651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699651; }
p { color: rgb(105,150,81); }
H1.HeaderClassName
{
color: #699651;
}
.AnyTagClassName
{
color: #699651;
}
</style>
background-color css
<style>
a { background-color: #699651; }
a { background-color: rgb(105,150,81); }
div.DivClassName
{
background-color: #699651;
}
.BgClassName
{
background-color: #699651;
}
</style>
border-color css
<style>
span { border-color: #699651; }
span { border-color: rgb(105,150,81); }
td.TdClassName
{
border-color: #699651;
}
.TagClassName
{
border-color: #699651;
}
</style>