Shades of Glade Green #61994A
Tints of Glade Green #61994A
RGB
CMYK
RGB Variations
Color information
#61994A (or 0x61994A) is known color: Glade Green. HEX triplet: 61, 99 and 4A. RGB value is (97,153,74). Sum of RGB (Red+Green+Blue) = 97+153+74=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #61994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61994A is #9E66B5. Grayscale: #7F7F7F. Windows color (decimal): -10380982 or 4888929. OLE color: 4888929.
HSL color Cylindrical-coordinate representation of color #61994A: hue angle of 102.53º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61994A is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 74 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.4 |
| HSL | 102.53º | 0.35% | 0.45% | - |
| HSV(B) | 102.53º | 0.52% | 0.6% | - |
| XYZ | 17.56 | 25.82 | 10.54 | - |
| YUV | 127.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 74 | 0.37 | 0 | 0.52 | 0.4 | 102.53 | 0.35 | 0.45 |
| Hex | 61 | 99 | 4A | 25 | 0 | 34 | 28 | 67 | 23 | 2D |
| Octal | 141 | 231 | 112 | 45 | 0 | 64 | 50 | 147 | 43 | 55 |
| Binary | 1100001 | 10011001 | 1001010 | 100101 | 0 | 110100 | 101000 | 1100111 | 100011 | 101101 |
Color Harmonies of #61994A
Complementary color
Monochromatic Colors of #61994A
Black with #61994A
Text Example
Text Example
White with #61994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61994A; }
p { color: rgb(97,153,74); }
H1.HeaderClassName
{
color: #61994A;
}
.AnyTagClassName
{
color: #61994A;
}
</style>
background-color css
<style>
a { background-color: #61994A; }
a { background-color: rgb(97,153,74); }
div.DivClassName
{
background-color: #61994A;
}
.BgClassName
{
background-color: #61994A;
}
</style>
border-color css
<style>
span { border-color: #61994A; }
span { border-color: rgb(97,153,74); }
td.TdClassName
{
border-color: #61994A;
}
.TagClassName
{
border-color: #61994A;
}
</style>