Shades of Glade Green #699548
Tints of Glade Green #699548
RGB
CMYK
RGB Variations
Color information
#699548 (or 0x699548) is known color: Glade Green. HEX triplet: 69, 95 and 48. RGB value is (105,149,72). Sum of RGB (Red+Green+Blue) = 105+149+72=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #699548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699548 is #966AB7. Grayscale: #7F7F7F. Windows color (decimal): -9857720 or 4756841. OLE color: 4756841.
HSL color Cylindrical-coordinate representation of color #699548: hue angle of 94.29º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699548 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 72 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.42 |
| HSL | 94.29º | 0.35% | 0.43% | - |
| HSV(B) | 94.29º | 0.52% | 0.58% | - |
| XYZ | 17.74 | 24.97 | 10.01 | - |
| YUV | 127.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 72 | 0.30 | 0 | 0.52 | 0.42 | 94.29 | 0.35 | 0.43 |
| Hex | 69 | 95 | 48 | 1E | 0 | 34 | 2A | 5E | 23 | 2B |
| Octal | 151 | 225 | 110 | 36 | 0 | 64 | 52 | 136 | 43 | 53 |
| Binary | 1101001 | 10010101 | 1001000 | 11110 | 0 | 110100 | 101010 | 1011110 | 100011 | 101011 |
Color Harmonies of #699548
Complementary color
Monochromatic Colors of #699548
Black with #699548
Text Example
Text Example
White with #699548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699548; }
p { color: rgb(105,149,72); }
H1.HeaderClassName
{
color: #699548;
}
.AnyTagClassName
{
color: #699548;
}
</style>
background-color css
<style>
a { background-color: #699548; }
a { background-color: rgb(105,149,72); }
div.DivClassName
{
background-color: #699548;
}
.BgClassName
{
background-color: #699548;
}
</style>
border-color css
<style>
span { border-color: #699548; }
span { border-color: rgb(105,149,72); }
td.TdClassName
{
border-color: #699548;
}
.TagClassName
{
border-color: #699548;
}
</style>