Shades of Glade Green #617F53
Tints of Glade Green #617F53
RGB
CMYK
RGB Variations
Color information
#617F53 (or 0x617F53) is known color: Glade Green. HEX triplet: 61, 7F and 53. RGB value is (97,127,83). Sum of RGB (Red+Green+Blue) = 97+127+83=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #617F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F53 is #9E80AC. Grayscale: #717171. Windows color (decimal): -10387629 or 5472097. OLE color: 5472097.
HSL color Cylindrical-coordinate representation of color #617F53: hue angle of 100.91º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617F53 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 83 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.50 |
| HSL | 100.91º | 0.21% | 0.41% | - |
| HSV(B) | 100.91º | 0.35% | 0.5% | - |
| XYZ | 14.08 | 18.34 | 10.98 | - |
| YUV | 113.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 83 | 0.24 | 0 | 0.35 | 0.50 | 100.91 | 0.21 | 0.41 |
| Hex | 61 | 7F | 53 | 18 | 0 | 23 | 32 | 65 | 15 | 29 |
| Octal | 141 | 177 | 123 | 30 | 0 | 43 | 62 | 145 | 25 | 51 |
| Binary | 1100001 | 1111111 | 1010011 | 11000 | 0 | 100011 | 110010 | 1100101 | 10101 | 101001 |
Color Harmonies of #617F53
Complementary color
Monochromatic Colors of #617F53
Black with #617F53
Text Example
Text Example
White with #617F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F53; }
p { color: rgb(97,127,83); }
H1.HeaderClassName
{
color: #617F53;
}
.AnyTagClassName
{
color: #617F53;
}
</style>
background-color css
<style>
a { background-color: #617F53; }
a { background-color: rgb(97,127,83); }
div.DivClassName
{
background-color: #617F53;
}
.BgClassName
{
background-color: #617F53;
}
</style>
border-color css
<style>
span { border-color: #617F53; }
span { border-color: rgb(97,127,83); }
td.TdClassName
{
border-color: #617F53;
}
.TagClassName
{
border-color: #617F53;
}
</style>