Shades of Glade Green #637F50
Tints of Glade Green #637F50
RGB
CMYK
RGB Variations
Color information
#637F50 (or 0x637F50) is known color: Glade Green. HEX triplet: 63, 7F and 50. RGB value is (99,127,80). Sum of RGB (Red+Green+Blue) = 99+127+80=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #637F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F50 is #9C80AF. Grayscale: #717171. Windows color (decimal): -10256560 or 5275491. OLE color: 5275491.
HSL color Cylindrical-coordinate representation of color #637F50: hue angle of 95.74º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #637F50 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 127 | 80 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.50 |
| HSL | 95.74º | 0.23% | 0.41% | - |
| HSV(B) | 95.74º | 0.37% | 0.5% | - |
| XYZ | 14.18 | 18.41 | 10.4 | - |
| YUV | 113.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 80 | 0.22 | 0 | 0.37 | 0.50 | 95.74 | 0.23 | 0.41 |
| Hex | 63 | 7F | 50 | 16 | 0 | 25 | 32 | 60 | 17 | 29 |
| Octal | 143 | 177 | 120 | 26 | 0 | 45 | 62 | 140 | 27 | 51 |
| Binary | 1100011 | 1111111 | 1010000 | 10110 | 0 | 100101 | 110010 | 1100000 | 10111 | 101001 |
Color Harmonies of #637F50
Complementary color
Monochromatic Colors of #637F50
Black with #637F50
Text Example
Text Example
White with #637F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F50; }
p { color: rgb(99,127,80); }
H1.HeaderClassName
{
color: #637F50;
}
.AnyTagClassName
{
color: #637F50;
}
</style>
background-color css
<style>
a { background-color: #637F50; }
a { background-color: rgb(99,127,80); }
div.DivClassName
{
background-color: #637F50;
}
.BgClassName
{
background-color: #637F50;
}
</style>
border-color css
<style>
span { border-color: #637F50; }
span { border-color: rgb(99,127,80); }
td.TdClassName
{
border-color: #637F50;
}
.TagClassName
{
border-color: #637F50;
}
</style>