Shades of Glade Green #618E4E
Tints of Glade Green #618E4E
RGB
CMYK
RGB Variations
Color information
#618E4E (or 0x618E4E) is known color: Glade Green. HEX triplet: 61, 8E and 4E. RGB value is (97,142,78). Sum of RGB (Red+Green+Blue) = 97+142+78=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #618E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E4E is #9E71B1. Grayscale: #797979. Windows color (decimal): -10383794 or 5148257. OLE color: 5148257.
HSL color Cylindrical-coordinate representation of color #618E4E: hue angle of 102.19º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618E4E is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 78 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.44 |
| HSL | 102.19º | 0.29% | 0.43% | - |
| HSV(B) | 102.19º | 0.45% | 0.56% | - |
| XYZ | 15.98 | 22.44 | 10.7 | - |
| YUV | 121.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 78 | 0.32 | 0 | 0.45 | 0.44 | 102.19 | 0.29 | 0.43 |
| Hex | 61 | 8E | 4E | 20 | 0 | 2D | 2C | 66 | 1D | 2B |
| Octal | 141 | 216 | 116 | 40 | 0 | 55 | 54 | 146 | 35 | 53 |
| Binary | 1100001 | 10001110 | 1001110 | 100000 | 0 | 101101 | 101100 | 1100110 | 11101 | 101011 |
Color Harmonies of #618E4E
Complementary color
Monochromatic Colors of #618E4E
Black with #618E4E
Text Example
Text Example
White with #618E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E4E; }
p { color: rgb(97,142,78); }
H1.HeaderClassName
{
color: #618E4E;
}
.AnyTagClassName
{
color: #618E4E;
}
</style>
background-color css
<style>
a { background-color: #618E4E; }
a { background-color: rgb(97,142,78); }
div.DivClassName
{
background-color: #618E4E;
}
.BgClassName
{
background-color: #618E4E;
}
</style>
border-color css
<style>
span { border-color: #618E4E; }
span { border-color: rgb(97,142,78); }
td.TdClassName
{
border-color: #618E4E;
}
.TagClassName
{
border-color: #618E4E;
}
</style>