Shades of Glade Green #629746
Tints of Glade Green #629746
RGB
CMYK
RGB Variations
Color information
#629746 (or 0x629746) is known color: Glade Green. HEX triplet: 62, 97 and 46. RGB value is (98,151,70). Sum of RGB (Red+Green+Blue) = 98+151+70=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #629746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629746 is #9D68B9. Grayscale: #7E7E7E. Windows color (decimal): -10315962 or 4626274. OLE color: 4626274.
HSL color Cylindrical-coordinate representation of color #629746: hue angle of 99.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629746 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 151 | 70 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.41 |
| HSL | 99.26º | 0.37% | 0.43% | - |
| HSV(B) | 99.26º | 0.54% | 0.59% | - |
| XYZ | 17.21 | 25.17 | 9.75 | - |
| YUV | 125.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 70 | 0.35 | 0 | 0.54 | 0.41 | 99.26 | 0.37 | 0.43 |
| Hex | 62 | 97 | 46 | 23 | 0 | 36 | 29 | 63 | 25 | 2B |
| Octal | 142 | 227 | 106 | 43 | 0 | 66 | 51 | 143 | 45 | 53 |
| Binary | 1100010 | 10010111 | 1000110 | 100011 | 0 | 110110 | 101001 | 1100011 | 100101 | 101011 |
Color Harmonies of #629746
Complementary color
Monochromatic Colors of #629746
Black with #629746
Text Example
Text Example
White with #629746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629746; }
p { color: rgb(98,151,70); }
H1.HeaderClassName
{
color: #629746;
}
.AnyTagClassName
{
color: #629746;
}
</style>
background-color css
<style>
a { background-color: #629746; }
a { background-color: rgb(98,151,70); }
div.DivClassName
{
background-color: #629746;
}
.BgClassName
{
background-color: #629746;
}
</style>
border-color css
<style>
span { border-color: #629746; }
span { border-color: rgb(98,151,70); }
td.TdClassName
{
border-color: #629746;
}
.TagClassName
{
border-color: #629746;
}
</style>