Shades of Glade Green #61814D
Tints of Glade Green #61814D
RGB
CMYK
RGB Variations
Color information
#61814D (or 0x61814D) is known color: Glade Green. HEX triplet: 61, 81 and 4D. RGB value is (97,129,77). Sum of RGB (Red+Green+Blue) = 97+129+77=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #61814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61814D is #9E7EB2. Grayscale: #717171. Windows color (decimal): -10387123 or 5079393. OLE color: 5079393.
HSL color Cylindrical-coordinate representation of color #61814D: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61814D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 77 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.49 |
| HSL | 96.92º | 0.25% | 0.4% | - |
| HSV(B) | 96.92º | 0.4% | 0.51% | - |
| XYZ | 14.12 | 18.78 | 9.9 | - |
| YUV | 113.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 77 | 0.25 | 0 | 0.40 | 0.49 | 96.92 | 0.25 | 0.4 |
| Hex | 61 | 81 | 4D | 19 | 0 | 28 | 31 | 61 | 19 | 28 |
| Octal | 141 | 201 | 115 | 31 | 0 | 50 | 61 | 141 | 31 | 50 |
| Binary | 1100001 | 10000001 | 1001101 | 11001 | 0 | 101000 | 110001 | 1100001 | 11001 | 101000 |
Color Harmonies of #61814D
Complementary color
Monochromatic Colors of #61814D
Black with #61814D
Text Example
Text Example
White with #61814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61814D; }
p { color: rgb(97,129,77); }
H1.HeaderClassName
{
color: #61814D;
}
.AnyTagClassName
{
color: #61814D;
}
</style>
background-color css
<style>
a { background-color: #61814D; }
a { background-color: rgb(97,129,77); }
div.DivClassName
{
background-color: #61814D;
}
.BgClassName
{
background-color: #61814D;
}
</style>
border-color css
<style>
span { border-color: #61814D; }
span { border-color: rgb(97,129,77); }
td.TdClassName
{
border-color: #61814D;
}
.TagClassName
{
border-color: #61814D;
}
</style>