Shades of Glade Green #607E56
Tints of Glade Green #607E56
RGB
CMYK
RGB Variations
Color information
#607E56 (or 0x607E56) is known color: Glade Green. HEX triplet: 60, 7E and 56. RGB value is (96,126,86). Sum of RGB (Red+Green+Blue) = 96+126+86=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #607E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E56 is #9F81A9. Grayscale: #707070. Windows color (decimal): -10453418 or 5668448. OLE color: 5668448.
HSL color Cylindrical-coordinate representation of color #607E56: hue angle of 105º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607E56 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 86 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.51 |
| HSL | 105º | 0.19% | 0.42% | - |
| HSV(B) | 105º | 0.32% | 0.49% | - |
| XYZ | 13.96 | 18.08 | 11.56 | - |
| YUV | 112.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 86 | 0.24 | 0 | 0.32 | 0.51 | 105 | 0.19 | 0.42 |
| Hex | 60 | 7E | 56 | 18 | 0 | 20 | 33 | 69 | 13 | 2A |
| Octal | 140 | 176 | 126 | 30 | 0 | 40 | 63 | 151 | 23 | 52 |
| Binary | 1100000 | 1111110 | 1010110 | 11000 | 0 | 100000 | 110011 | 1101001 | 10011 | 101010 |
Color Harmonies of #607E56
Complementary color
Monochromatic Colors of #607E56
Black with #607E56
Text Example
Text Example
White with #607E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E56; }
p { color: rgb(96,126,86); }
H1.HeaderClassName
{
color: #607E56;
}
.AnyTagClassName
{
color: #607E56;
}
</style>
background-color css
<style>
a { background-color: #607E56; }
a { background-color: rgb(96,126,86); }
div.DivClassName
{
background-color: #607E56;
}
.BgClassName
{
background-color: #607E56;
}
</style>
border-color css
<style>
span { border-color: #607E56; }
span { border-color: rgb(96,126,86); }
td.TdClassName
{
border-color: #607E56;
}
.TagClassName
{
border-color: #607E56;
}
</style>