Shades of Glade Green #607E50
Tints of Glade Green #607E50
RGB
CMYK
RGB Variations
Color information
#607E50 (or 0x607E50) is known color: Glade Green. HEX triplet: 60, 7E and 50. RGB value is (96,126,80). Sum of RGB (Red+Green+Blue) = 96+126+80=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #607E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E50 is #9F81AF. Grayscale: #6F6F6F. Windows color (decimal): -10453424 or 5275232. OLE color: 5275232.
HSL color Cylindrical-coordinate representation of color #607E50: hue angle of 99.13º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607E50 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 80 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.51 |
| HSL | 99.13º | 0.22% | 0.4% | - |
| HSV(B) | 99.13º | 0.37% | 0.49% | - |
| XYZ | 13.73 | 17.99 | 10.34 | - |
| YUV | 111.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 80 | 0.24 | 0 | 0.37 | 0.51 | 99.13 | 0.22 | 0.4 |
| Hex | 60 | 7E | 50 | 18 | 0 | 25 | 33 | 63 | 16 | 28 |
| Octal | 140 | 176 | 120 | 30 | 0 | 45 | 63 | 143 | 26 | 50 |
| Binary | 1100000 | 1111110 | 1010000 | 11000 | 0 | 100101 | 110011 | 1100011 | 10110 | 101000 |
Color Harmonies of #607E50
Complementary color
Monochromatic Colors of #607E50
Black with #607E50
Text Example
Text Example
White with #607E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E50; }
p { color: rgb(96,126,80); }
H1.HeaderClassName
{
color: #607E50;
}
.AnyTagClassName
{
color: #607E50;
}
</style>
background-color css
<style>
a { background-color: #607E50; }
a { background-color: rgb(96,126,80); }
div.DivClassName
{
background-color: #607E50;
}
.BgClassName
{
background-color: #607E50;
}
</style>
border-color css
<style>
span { border-color: #607E50; }
span { border-color: rgb(96,126,80); }
td.TdClassName
{
border-color: #607E50;
}
.TagClassName
{
border-color: #607E50;
}
</style>