Shades of Glade Green #61804D
Tints of Glade Green #61804D
RGB
CMYK
RGB Variations
Color information
#61804D (or 0x61804D) is known color: Glade Green. HEX triplet: 61, 80 and 4D. RGB value is (97,128,77). Sum of RGB (Red+Green+Blue) = 97+128+77=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #61804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61804D is #9E7FB2. Grayscale: #717171. Windows color (decimal): -10387379 or 5079137. OLE color: 5079137.
HSL color Cylindrical-coordinate representation of color #61804D: hue angle of 96.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61804D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 128 | 77 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.50 |
| HSL | 96.47º | 0.25% | 0.4% | - |
| HSV(B) | 96.47º | 0.4% | 0.5% | - |
| XYZ | 13.99 | 18.52 | 9.86 | - |
| YUV | 112.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 77 | 0.24 | 0 | 0.40 | 0.50 | 96.47 | 0.25 | 0.4 |
| Hex | 61 | 80 | 4D | 18 | 0 | 28 | 32 | 60 | 19 | 28 |
| Octal | 141 | 200 | 115 | 30 | 0 | 50 | 62 | 140 | 31 | 50 |
| Binary | 1100001 | 10000000 | 1001101 | 11000 | 0 | 101000 | 110010 | 1100000 | 11001 | 101000 |
Color Harmonies of #61804D
Complementary color
Monochromatic Colors of #61804D
Black with #61804D
Text Example
Text Example
White with #61804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61804D; }
p { color: rgb(97,128,77); }
H1.HeaderClassName
{
color: #61804D;
}
.AnyTagClassName
{
color: #61804D;
}
</style>
background-color css
<style>
a { background-color: #61804D; }
a { background-color: rgb(97,128,77); }
div.DivClassName
{
background-color: #61804D;
}
.BgClassName
{
background-color: #61804D;
}
</style>
border-color css
<style>
span { border-color: #61804D; }
span { border-color: rgb(97,128,77); }
td.TdClassName
{
border-color: #61804D;
}
.TagClassName
{
border-color: #61804D;
}
</style>