Shades of Glade Green #61904D
Tints of Glade Green #61904D
RGB
CMYK
RGB Variations
Color information
#61904D (or 0x61904D) is known color: Glade Green. HEX triplet: 61, 90 and 4D. RGB value is (97,144,77). Sum of RGB (Red+Green+Blue) = 97+144+77=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #61904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61904D is #9E6FB2. Grayscale: #7A7A7A. Windows color (decimal): -10383283 or 5083233. OLE color: 5083233.
HSL color Cylindrical-coordinate representation of color #61904D: hue angle of 102.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61904D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 77 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.44 |
| HSL | 102.09º | 0.3% | 0.43% | - |
| HSV(B) | 102.09º | 0.47% | 0.56% | - |
| XYZ | 16.24 | 23.02 | 10.61 | - |
| YUV | 122.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 77 | 0.33 | 0 | 0.47 | 0.44 | 102.09 | 0.3 | 0.43 |
| Hex | 61 | 90 | 4D | 21 | 0 | 2F | 2C | 66 | 1E | 2B |
| Octal | 141 | 220 | 115 | 41 | 0 | 57 | 54 | 146 | 36 | 53 |
| Binary | 1100001 | 10010000 | 1001101 | 100001 | 0 | 101111 | 101100 | 1100110 | 11110 | 101011 |
Color Harmonies of #61904D
Complementary color
Monochromatic Colors of #61904D
Black with #61904D
Text Example
Text Example
White with #61904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61904D; }
p { color: rgb(97,144,77); }
H1.HeaderClassName
{
color: #61904D;
}
.AnyTagClassName
{
color: #61904D;
}
</style>
background-color css
<style>
a { background-color: #61904D; }
a { background-color: rgb(97,144,77); }
div.DivClassName
{
background-color: #61904D;
}
.BgClassName
{
background-color: #61904D;
}
</style>
border-color css
<style>
span { border-color: #61904D; }
span { border-color: rgb(97,144,77); }
td.TdClassName
{
border-color: #61904D;
}
.TagClassName
{
border-color: #61904D;
}
</style>