Shades of Glade Green #618E47
Tints of Glade Green #618E47
RGB
CMYK
RGB Variations
Color information
#618E47 (or 0x618E47) is known color: Glade Green. HEX triplet: 61, 8E and 47. RGB value is (97,142,71). Sum of RGB (Red+Green+Blue) = 97+142+71=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #618E47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E47 is #9E71B8. Grayscale: #787878. Windows color (decimal): -10383801 or 4689505. OLE color: 4689505.
HSL color Cylindrical-coordinate representation of color #618E47: hue angle of 98.03º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618E47 is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 71 | - |
| CMYK | 0.32 | 0 | 0.5 | 0.44 |
| HSL | 98.03º | 0.33% | 0.42% | - |
| HSV(B) | 98.03º | 0.5% | 0.56% | - |
| XYZ | 15.74 | 22.34 | 9.44 | - |
| YUV | 120.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 71 | 0.32 | 0 | 0.5 | 0.44 | 98.03 | 0.33 | 0.42 |
| Hex | 61 | 8E | 47 | 20 | 0 | 32 | 2C | 62 | 21 | 2A |
| Octal | 141 | 216 | 107 | 40 | 0 | 62 | 54 | 142 | 41 | 52 |
| Binary | 1100001 | 10001110 | 1000111 | 100000 | 0 | 110010 | 101100 | 1100010 | 100001 | 101010 |
Color Harmonies of #618E47
Complementary color
Monochromatic Colors of #618E47
Black with #618E47
Text Example
Text Example
White with #618E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E47; }
p { color: rgb(97,142,71); }
H1.HeaderClassName
{
color: #618E47;
}
.AnyTagClassName
{
color: #618E47;
}
</style>
background-color css
<style>
a { background-color: #618E47; }
a { background-color: rgb(97,142,71); }
div.DivClassName
{
background-color: #618E47;
}
.BgClassName
{
background-color: #618E47;
}
</style>
border-color css
<style>
span { border-color: #618E47; }
span { border-color: rgb(97,142,71); }
td.TdClassName
{
border-color: #618E47;
}
.TagClassName
{
border-color: #618E47;
}
</style>