Shades of Glade Green #607C55
Tints of Glade Green #607C55
RGB
CMYK
RGB Variations
Color information
#607C55 (or 0x607C55) is known color: Glade Green. HEX triplet: 60, 7C and 55. RGB value is (96,124,85). Sum of RGB (Red+Green+Blue) = 96+124+85=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #607C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C55 is #9F83AA. Grayscale: #6F6F6F. Windows color (decimal): -10453931 or 5602400. OLE color: 5602400.
HSL color Cylindrical-coordinate representation of color #607C55: hue angle of 103.08º degrees, saturation: 0.19, 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 #607C55 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 85 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.51 |
| HSL | 103.08º | 0.19% | 0.41% | - |
| HSV(B) | 103.08º | 0.31% | 0.49% | - |
| XYZ | 13.67 | 17.56 | 11.26 | - |
| YUV | 111.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 85 | 0.23 | 0 | 0.31 | 0.51 | 103.08 | 0.19 | 0.41 |
| Hex | 60 | 7C | 55 | 17 | 0 | 1F | 33 | 67 | 13 | 29 |
| Octal | 140 | 174 | 125 | 27 | 0 | 37 | 63 | 147 | 23 | 51 |
| Binary | 1100000 | 1111100 | 1010101 | 10111 | 0 | 11111 | 110011 | 1100111 | 10011 | 101001 |
Color Harmonies of #607C55
Complementary color
Monochromatic Colors of #607C55
Black with #607C55
Text Example
Text Example
White with #607C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C55; }
p { color: rgb(96,124,85); }
H1.HeaderClassName
{
color: #607C55;
}
.AnyTagClassName
{
color: #607C55;
}
</style>
background-color css
<style>
a { background-color: #607C55; }
a { background-color: rgb(96,124,85); }
div.DivClassName
{
background-color: #607C55;
}
.BgClassName
{
background-color: #607C55;
}
</style>
border-color css
<style>
span { border-color: #607C55; }
span { border-color: rgb(96,124,85); }
td.TdClassName
{
border-color: #607C55;
}
.TagClassName
{
border-color: #607C55;
}
</style>