Shades of Glade Green #617C55
Tints of Glade Green #617C55
RGB
CMYK
RGB Variations
Color information
#617C55 (or 0x617C55) is known color: Glade Green. HEX triplet: 61, 7C and 55. RGB value is (97,124,85). Sum of RGB (Red+Green+Blue) = 97+124+85=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #617C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C55 is #9E83AA. Grayscale: #6F6F6F. Windows color (decimal): -10388395 or 5602401. OLE color: 5602401.
HSL color Cylindrical-coordinate representation of color #617C55: hue angle of 101.54º 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 #617C55 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 85 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.51 |
| HSL | 101.54º | 0.19% | 0.41% | - |
| HSV(B) | 101.54º | 0.31% | 0.49% | - |
| XYZ | 13.78 | 17.61 | 11.27 | - |
| YUV | 111.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 85 | 0.22 | 0 | 0.31 | 0.51 | 101.54 | 0.19 | 0.41 |
| Hex | 61 | 7C | 55 | 16 | 0 | 1F | 33 | 66 | 13 | 29 |
| Octal | 141 | 174 | 125 | 26 | 0 | 37 | 63 | 146 | 23 | 51 |
| Binary | 1100001 | 1111100 | 1010101 | 10110 | 0 | 11111 | 110011 | 1100110 | 10011 | 101001 |
Color Harmonies of #617C55
Complementary color
Monochromatic Colors of #617C55
Black with #617C55
Text Example
Text Example
White with #617C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C55; }
p { color: rgb(97,124,85); }
H1.HeaderClassName
{
color: #617C55;
}
.AnyTagClassName
{
color: #617C55;
}
</style>
background-color css
<style>
a { background-color: #617C55; }
a { background-color: rgb(97,124,85); }
div.DivClassName
{
background-color: #617C55;
}
.BgClassName
{
background-color: #617C55;
}
</style>
border-color css
<style>
span { border-color: #617C55; }
span { border-color: rgb(97,124,85); }
td.TdClassName
{
border-color: #617C55;
}
.TagClassName
{
border-color: #617C55;
}
</style>