Shades of Glade Green #699752
Tints of Glade Green #699752
RGB
CMYK
RGB Variations
Color information
#699752 (or 0x699752) is known color: Glade Green. HEX triplet: 69, 97 and 52. RGB value is (105,151,82). Sum of RGB (Red+Green+Blue) = 105+151+82=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #699752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699752 is #9668AD. Grayscale: #818181. Windows color (decimal): -9857198 or 5412713. OLE color: 5412713.
HSL color Cylindrical-coordinate representation of color #699752: hue angle of 100º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699752 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 82 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.41 |
| HSL | 100º | 0.3% | 0.46% | - |
| HSV(B) | 100º | 0.46% | 0.59% | - |
| XYZ | 18.42 | 25.75 | 11.98 | - |
| YUV | 129.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 82 | 0.30 | 0 | 0.46 | 0.41 | 100 | 0.3 | 0.46 |
| Hex | 69 | 97 | 52 | 1E | 0 | 2E | 29 | 64 | 1E | 2E |
| Octal | 151 | 227 | 122 | 36 | 0 | 56 | 51 | 144 | 36 | 56 |
| Binary | 1101001 | 10010111 | 1010010 | 11110 | 0 | 101110 | 101001 | 1100100 | 11110 | 101110 |
Color Harmonies of #699752
Complementary color
Monochromatic Colors of #699752
Black with #699752
Text Example
Text Example
White with #699752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699752; }
p { color: rgb(105,151,82); }
H1.HeaderClassName
{
color: #699752;
}
.AnyTagClassName
{
color: #699752;
}
</style>
background-color css
<style>
a { background-color: #699752; }
a { background-color: rgb(105,151,82); }
div.DivClassName
{
background-color: #699752;
}
.BgClassName
{
background-color: #699752;
}
</style>
border-color css
<style>
span { border-color: #699752; }
span { border-color: rgb(105,151,82); }
td.TdClassName
{
border-color: #699752;
}
.TagClassName
{
border-color: #699752;
}
</style>