Shades of Glade Green #618D4D
Tints of Glade Green #618D4D
RGB
CMYK
RGB Variations
Color information
#618D4D (or 0x618D4D) is known color: Glade Green. HEX triplet: 61, 8D and 4D. RGB value is (97,141,77). Sum of RGB (Red+Green+Blue) = 97+141+77=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #618D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D4D is #9E72B2. Grayscale: #787878. Windows color (decimal): -10384051 or 5082465. OLE color: 5082465.
HSL color Cylindrical-coordinate representation of color #618D4D: hue angle of 101.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618D4D is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 77 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.45 |
| HSL | 101.25º | 0.29% | 0.43% | - |
| HSV(B) | 101.25º | 0.45% | 0.55% | - |
| XYZ | 15.79 | 22.13 | 10.46 | - |
| YUV | 120.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 77 | 0.31 | 0 | 0.45 | 0.45 | 101.25 | 0.29 | 0.43 |
| Hex | 61 | 8D | 4D | 1F | 0 | 2D | 2D | 65 | 1D | 2B |
| Octal | 141 | 215 | 115 | 37 | 0 | 55 | 55 | 145 | 35 | 53 |
| Binary | 1100001 | 10001101 | 1001101 | 11111 | 0 | 101101 | 101101 | 1100101 | 11101 | 101011 |
Color Harmonies of #618D4D
Complementary color
Monochromatic Colors of #618D4D
Black with #618D4D
Text Example
Text Example
White with #618D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D4D; }
p { color: rgb(97,141,77); }
H1.HeaderClassName
{
color: #618D4D;
}
.AnyTagClassName
{
color: #618D4D;
}
</style>
background-color css
<style>
a { background-color: #618D4D; }
a { background-color: rgb(97,141,77); }
div.DivClassName
{
background-color: #618D4D;
}
.BgClassName
{
background-color: #618D4D;
}
</style>
border-color css
<style>
span { border-color: #618D4D; }
span { border-color: rgb(97,141,77); }
td.TdClassName
{
border-color: #618D4D;
}
.TagClassName
{
border-color: #618D4D;
}
</style>