Shades of Glade Green #627D56
Tints of Glade Green #627D56
RGB
CMYK
RGB Variations
Color information
#627D56 (or 0x627D56) is known color: Glade Green. HEX triplet: 62, 7D and 56. RGB value is (98,125,86). Sum of RGB (Red+Green+Blue) = 98+125+86=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #627D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D56 is #9D82A9. Grayscale: #707070. Windows color (decimal): -10322602 or 5668194. OLE color: 5668194.
HSL color Cylindrical-coordinate representation of color #627D56: hue angle of 101.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627D56 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 86 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.51 |
| HSL | 101.54º | 0.18% | 0.41% | - |
| HSV(B) | 101.54º | 0.31% | 0.49% | - |
| XYZ | 14.05 | 17.94 | 11.53 | - |
| YUV | 112.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 86 | 0.22 | 0 | 0.31 | 0.51 | 101.54 | 0.18 | 0.41 |
| Hex | 62 | 7D | 56 | 16 | 0 | 1F | 33 | 66 | 12 | 29 |
| Octal | 142 | 175 | 126 | 26 | 0 | 37 | 63 | 146 | 22 | 51 |
| Binary | 1100010 | 1111101 | 1010110 | 10110 | 0 | 11111 | 110011 | 1100110 | 10010 | 101001 |
Color Harmonies of #627D56
Complementary color
Monochromatic Colors of #627D56
Black with #627D56
Text Example
Text Example
White with #627D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D56; }
p { color: rgb(98,125,86); }
H1.HeaderClassName
{
color: #627D56;
}
.AnyTagClassName
{
color: #627D56;
}
</style>
background-color css
<style>
a { background-color: #627D56; }
a { background-color: rgb(98,125,86); }
div.DivClassName
{
background-color: #627D56;
}
.BgClassName
{
background-color: #627D56;
}
</style>
border-color css
<style>
span { border-color: #627D56; }
span { border-color: rgb(98,125,86); }
td.TdClassName
{
border-color: #627D56;
}
.TagClassName
{
border-color: #627D56;
}
</style>