Shades of Glade Green #607E55
Tints of Glade Green #607E55
RGB
CMYK
RGB Variations
Color information
#607E55 (or 0x607E55) is known color: Glade Green. HEX triplet: 60, 7E and 55. RGB value is (96,126,85). Sum of RGB (Red+Green+Blue) = 96+126+85=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #607E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E55 is #9F81AA. Grayscale: #707070. Windows color (decimal): -10453419 or 5602912. OLE color: 5602912.
HSL color Cylindrical-coordinate representation of color #607E55: hue angle of 103.9º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607E55 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 85 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.51 |
| HSL | 103.9º | 0.19% | 0.41% | - |
| HSV(B) | 103.9º | 0.33% | 0.49% | - |
| XYZ | 13.92 | 18.06 | 11.35 | - |
| YUV | 112.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 85 | 0.24 | 0 | 0.33 | 0.51 | 103.9 | 0.19 | 0.41 |
| Hex | 60 | 7E | 55 | 18 | 0 | 21 | 33 | 68 | 13 | 29 |
| Octal | 140 | 176 | 125 | 30 | 0 | 41 | 63 | 150 | 23 | 51 |
| Binary | 1100000 | 1111110 | 1010101 | 11000 | 0 | 100001 | 110011 | 1101000 | 10011 | 101001 |
Color Harmonies of #607E55
Complementary color
Monochromatic Colors of #607E55
Black with #607E55
Text Example
Text Example
White with #607E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E55; }
p { color: rgb(96,126,85); }
H1.HeaderClassName
{
color: #607E55;
}
.AnyTagClassName
{
color: #607E55;
}
</style>
background-color css
<style>
a { background-color: #607E55; }
a { background-color: rgb(96,126,85); }
div.DivClassName
{
background-color: #607E55;
}
.BgClassName
{
background-color: #607E55;
}
</style>
border-color css
<style>
span { border-color: #607E55; }
span { border-color: rgb(96,126,85); }
td.TdClassName
{
border-color: #607E55;
}
.TagClassName
{
border-color: #607E55;
}
</style>