Shades of Glade Green #607C56
Tints of Glade Green #607C56
RGB
CMYK
RGB Variations
Color information
#607C56 (or 0x607C56) is known color: Glade Green. HEX triplet: 60, 7C and 56. RGB value is (96,124,86). Sum of RGB (Red+Green+Blue) = 96+124+86=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #607C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C56 is #9F83A9. Grayscale: #6F6F6F. Windows color (decimal): -10453930 or 5667936. OLE color: 5667936.
HSL color Cylindrical-coordinate representation of color #607C56: hue angle of 104.21º 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 #607C56 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 86 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.51 |
| HSL | 104.21º | 0.18% | 0.41% | - |
| HSV(B) | 104.21º | 0.31% | 0.49% | - |
| XYZ | 13.71 | 17.57 | 11.47 | - |
| YUV | 111.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 86 | 0.23 | 0 | 0.31 | 0.51 | 104.21 | 0.18 | 0.41 |
| Hex | 60 | 7C | 56 | 17 | 0 | 1F | 33 | 68 | 12 | 29 |
| Octal | 140 | 174 | 126 | 27 | 0 | 37 | 63 | 150 | 22 | 51 |
| Binary | 1100000 | 1111100 | 1010110 | 10111 | 0 | 11111 | 110011 | 1101000 | 10010 | 101001 |
Color Harmonies of #607C56
Complementary color
Monochromatic Colors of #607C56
Black with #607C56
Text Example
Text Example
White with #607C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C56; }
p { color: rgb(96,124,86); }
H1.HeaderClassName
{
color: #607C56;
}
.AnyTagClassName
{
color: #607C56;
}
</style>
background-color css
<style>
a { background-color: #607C56; }
a { background-color: rgb(96,124,86); }
div.DivClassName
{
background-color: #607C56;
}
.BgClassName
{
background-color: #607C56;
}
</style>
border-color css
<style>
span { border-color: #607C56; }
span { border-color: rgb(96,124,86); }
td.TdClassName
{
border-color: #607C56;
}
.TagClassName
{
border-color: #607C56;
}
</style>