Shades of Glade Green #699649
Tints of Glade Green #699649
RGB
CMYK
RGB Variations
Color information
#699649 (or 0x699649) is known color: Glade Green. HEX triplet: 69, 96 and 49. RGB value is (105,150,73). Sum of RGB (Red+Green+Blue) = 105+150+73=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #699649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699649 is #9669B6. Grayscale: #808080. Windows color (decimal): -9857463 or 4822633. OLE color: 4822633.
HSL color Cylindrical-coordinate representation of color #699649: hue angle of 95.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699649 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 73 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.41 |
| HSL | 95.06º | 0.35% | 0.44% | - |
| HSV(B) | 95.06º | 0.51% | 0.59% | - |
| XYZ | 17.93 | 25.3 | 10.24 | - |
| YUV | 127.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 73 | 0.30 | 0 | 0.51 | 0.41 | 95.06 | 0.35 | 0.44 |
| Hex | 69 | 96 | 49 | 1E | 0 | 33 | 29 | 5F | 23 | 2C |
| Octal | 151 | 226 | 111 | 36 | 0 | 63 | 51 | 137 | 43 | 54 |
| Binary | 1101001 | 10010110 | 1001001 | 11110 | 0 | 110011 | 101001 | 1011111 | 100011 | 101100 |
Color Harmonies of #699649
Complementary color
Monochromatic Colors of #699649
Black with #699649
Text Example
Text Example
White with #699649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699649; }
p { color: rgb(105,150,73); }
H1.HeaderClassName
{
color: #699649;
}
.AnyTagClassName
{
color: #699649;
}
</style>
background-color css
<style>
a { background-color: #699649; }
a { background-color: rgb(105,150,73); }
div.DivClassName
{
background-color: #699649;
}
.BgClassName
{
background-color: #699649;
}
</style>
border-color css
<style>
span { border-color: #699649; }
span { border-color: rgb(105,150,73); }
td.TdClassName
{
border-color: #699649;
}
.TagClassName
{
border-color: #699649;
}
</style>