Shades of Glade Green #61954C
Tints of Glade Green #61954C
RGB
CMYK
RGB Variations
Color information
#61954C (or 0x61954C) is known color: Glade Green. HEX triplet: 61, 95 and 4C. RGB value is (97,149,76). Sum of RGB (Red+Green+Blue) = 97+149+76=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #61954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61954C is #9E6AB3. Grayscale: #7D7D7D. Windows color (decimal): -10382004 or 5018977. OLE color: 5018977.
HSL color Cylindrical-coordinate representation of color #61954C: hue angle of 102.74º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61954C is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 76 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.42 |
| HSL | 102.74º | 0.32% | 0.44% | - |
| HSV(B) | 102.74º | 0.49% | 0.58% | - |
| XYZ | 16.98 | 24.56 | 10.68 | - |
| YUV | 125.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 76 | 0.35 | 0 | 0.49 | 0.42 | 102.74 | 0.32 | 0.44 |
| Hex | 61 | 95 | 4C | 23 | 0 | 31 | 2A | 67 | 20 | 2C |
| Octal | 141 | 225 | 114 | 43 | 0 | 61 | 52 | 147 | 40 | 54 |
| Binary | 1100001 | 10010101 | 1001100 | 100011 | 0 | 110001 | 101010 | 1100111 | 100000 | 101100 |
Color Harmonies of #61954C
Complementary color
Monochromatic Colors of #61954C
Black with #61954C
Text Example
Text Example
White with #61954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61954C; }
p { color: rgb(97,149,76); }
H1.HeaderClassName
{
color: #61954C;
}
.AnyTagClassName
{
color: #61954C;
}
</style>
background-color css
<style>
a { background-color: #61954C; }
a { background-color: rgb(97,149,76); }
div.DivClassName
{
background-color: #61954C;
}
.BgClassName
{
background-color: #61954C;
}
</style>
border-color css
<style>
span { border-color: #61954C; }
span { border-color: rgb(97,149,76); }
td.TdClassName
{
border-color: #61954C;
}
.TagClassName
{
border-color: #61954C;
}
</style>