Shades of Glade Green #699350
Tints of Glade Green #699350
RGB
CMYK
RGB Variations
Color information
#699350 (or 0x699350) is known color: Glade Green. HEX triplet: 69, 93 and 50. RGB value is (105,147,80). Sum of RGB (Red+Green+Blue) = 105+147+80=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #699350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699350 is #966CAF. Grayscale: #7F7F7F. Windows color (decimal): -9858224 or 5280617. OLE color: 5280617.
HSL color Cylindrical-coordinate representation of color #699350: hue angle of 97.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699350 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 80 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.42 |
| HSL | 97.61º | 0.3% | 0.45% | - |
| HSV(B) | 97.61º | 0.46% | 0.58% | - |
| XYZ | 17.71 | 24.45 | 11.38 | - |
| YUV | 126.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 80 | 0.29 | 0 | 0.46 | 0.42 | 97.61 | 0.3 | 0.45 |
| Hex | 69 | 93 | 50 | 1D | 0 | 2E | 2A | 62 | 1E | 2D |
| Octal | 151 | 223 | 120 | 35 | 0 | 56 | 52 | 142 | 36 | 55 |
| Binary | 1101001 | 10010011 | 1010000 | 11101 | 0 | 101110 | 101010 | 1100010 | 11110 | 101101 |
Color Harmonies of #699350
Complementary color
Monochromatic Colors of #699350
Black with #699350
Text Example
Text Example
White with #699350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699350; }
p { color: rgb(105,147,80); }
H1.HeaderClassName
{
color: #699350;
}
.AnyTagClassName
{
color: #699350;
}
</style>
background-color css
<style>
a { background-color: #699350; }
a { background-color: rgb(105,147,80); }
div.DivClassName
{
background-color: #699350;
}
.BgClassName
{
background-color: #699350;
}
</style>
border-color css
<style>
span { border-color: #699350; }
span { border-color: rgb(105,147,80); }
td.TdClassName
{
border-color: #699350;
}
.TagClassName
{
border-color: #699350;
}
</style>