Shades of Glade Green #607E53
Tints of Glade Green #607E53
RGB
CMYK
RGB Variations
Color information
#607E53 (or 0x607E53) is known color: Glade Green. HEX triplet: 60, 7E and 53. RGB value is (96,126,83). Sum of RGB (Red+Green+Blue) = 96+126+83=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #607E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E53 is #9F81AC. Grayscale: #707070. Windows color (decimal): -10453421 or 5471840. OLE color: 5471840.
HSL color Cylindrical-coordinate representation of color #607E53: hue angle of 101.86º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607E53 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 83 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.51 |
| HSL | 101.86º | 0.21% | 0.41% | - |
| HSV(B) | 101.86º | 0.34% | 0.49% | - |
| XYZ | 13.85 | 18.03 | 10.93 | - |
| YUV | 112.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 83 | 0.24 | 0 | 0.34 | 0.51 | 101.86 | 0.21 | 0.41 |
| Hex | 60 | 7E | 53 | 18 | 0 | 22 | 33 | 66 | 15 | 29 |
| Octal | 140 | 176 | 123 | 30 | 0 | 42 | 63 | 146 | 25 | 51 |
| Binary | 1100000 | 1111110 | 1010011 | 11000 | 0 | 100010 | 110011 | 1100110 | 10101 | 101001 |
Color Harmonies of #607E53
Complementary color
Monochromatic Colors of #607E53
Black with #607E53
Text Example
Text Example
White with #607E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E53; }
p { color: rgb(96,126,83); }
H1.HeaderClassName
{
color: #607E53;
}
.AnyTagClassName
{
color: #607E53;
}
</style>
background-color css
<style>
a { background-color: #607E53; }
a { background-color: rgb(96,126,83); }
div.DivClassName
{
background-color: #607E53;
}
.BgClassName
{
background-color: #607E53;
}
</style>
border-color css
<style>
span { border-color: #607E53; }
span { border-color: rgb(96,126,83); }
td.TdClassName
{
border-color: #607E53;
}
.TagClassName
{
border-color: #607E53;
}
</style>