Shades of Glade Green #618B50
Tints of Glade Green #618B50
RGB
CMYK
RGB Variations
Color information
#618B50 (or 0x618B50) is known color: Glade Green. HEX triplet: 61, 8B and 50. RGB value is (97,139,80). Sum of RGB (Red+Green+Blue) = 97+139+80=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #618B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B50 is #9E74AF. Grayscale: #777777. Windows color (decimal): -10384560 or 5278561. OLE color: 5278561.
HSL color Cylindrical-coordinate representation of color #618B50: hue angle of 102.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #618B50 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 80 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.45 |
| HSL | 102.71º | 0.27% | 0.43% | - |
| HSV(B) | 102.71º | 0.42% | 0.55% | - |
| XYZ | 15.61 | 21.59 | 10.93 | - |
| YUV | 119.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 80 | 0.30 | 0 | 0.42 | 0.45 | 102.71 | 0.27 | 0.43 |
| Hex | 61 | 8B | 50 | 1E | 0 | 2A | 2D | 67 | 1B | 2B |
| Octal | 141 | 213 | 120 | 36 | 0 | 52 | 55 | 147 | 33 | 53 |
| Binary | 1100001 | 10001011 | 1010000 | 11110 | 0 | 101010 | 101101 | 1100111 | 11011 | 101011 |
Color Harmonies of #618B50
Complementary color
Monochromatic Colors of #618B50
Black with #618B50
Text Example
Text Example
White with #618B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B50; }
p { color: rgb(97,139,80); }
H1.HeaderClassName
{
color: #618B50;
}
.AnyTagClassName
{
color: #618B50;
}
</style>
background-color css
<style>
a { background-color: #618B50; }
a { background-color: rgb(97,139,80); }
div.DivClassName
{
background-color: #618B50;
}
.BgClassName
{
background-color: #618B50;
}
</style>
border-color css
<style>
span { border-color: #618B50; }
span { border-color: rgb(97,139,80); }
td.TdClassName
{
border-color: #618B50;
}
.TagClassName
{
border-color: #618B50;
}
</style>