Shades of Glade Green #618A50
Tints of Glade Green #618A50
RGB
CMYK
RGB Variations
Color information
#618A50 (or 0x618A50) is known color: Glade Green. HEX triplet: 61, 8A and 50. RGB value is (97,138,80). Sum of RGB (Red+Green+Blue) = 97+138+80=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #618A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A50 is #9E75AF. Grayscale: #777777. Windows color (decimal): -10384816 or 5278305. OLE color: 5278305.
HSL color Cylindrical-coordinate representation of color #618A50: hue angle of 102.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #618A50 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 138 | 80 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.46 |
| HSL | 102.41º | 0.27% | 0.43% | - |
| HSV(B) | 102.41º | 0.42% | 0.54% | - |
| XYZ | 15.47 | 21.3 | 10.89 | - |
| YUV | 119.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 80 | 0.30 | 0 | 0.42 | 0.46 | 102.41 | 0.27 | 0.43 |
| Hex | 61 | 8A | 50 | 1E | 0 | 2A | 2E | 66 | 1B | 2B |
| Octal | 141 | 212 | 120 | 36 | 0 | 52 | 56 | 146 | 33 | 53 |
| Binary | 1100001 | 10001010 | 1010000 | 11110 | 0 | 101010 | 101110 | 1100110 | 11011 | 101011 |
Color Harmonies of #618A50
Complementary color
Monochromatic Colors of #618A50
Black with #618A50
Text Example
Text Example
White with #618A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A50; }
p { color: rgb(97,138,80); }
H1.HeaderClassName
{
color: #618A50;
}
.AnyTagClassName
{
color: #618A50;
}
</style>
background-color css
<style>
a { background-color: #618A50; }
a { background-color: rgb(97,138,80); }
div.DivClassName
{
background-color: #618A50;
}
.BgClassName
{
background-color: #618A50;
}
</style>
border-color css
<style>
span { border-color: #618A50; }
span { border-color: rgb(97,138,80); }
td.TdClassName
{
border-color: #618A50;
}
.TagClassName
{
border-color: #618A50;
}
</style>