Shades of Glade Green #61914E
Tints of Glade Green #61914E
RGB
CMYK
RGB Variations
Color information
#61914E (or 0x61914E) is known color: Glade Green. HEX triplet: 61, 91 and 4E. RGB value is (97,145,78). Sum of RGB (Red+Green+Blue) = 97+145+78=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #61914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61914E is #9E6EB1. Grayscale: #7B7B7B. Windows color (decimal): -10383026 or 5149025. OLE color: 5149025.
HSL color Cylindrical-coordinate representation of color #61914E: hue angle of 102.99º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61914E is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 78 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.43 |
| HSL | 102.99º | 0.3% | 0.44% | - |
| HSV(B) | 102.99º | 0.46% | 0.57% | - |
| XYZ | 16.43 | 23.34 | 10.85 | - |
| YUV | 123.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 78 | 0.33 | 0 | 0.46 | 0.43 | 102.99 | 0.3 | 0.44 |
| Hex | 61 | 91 | 4E | 21 | 0 | 2E | 2B | 67 | 1E | 2C |
| Octal | 141 | 221 | 116 | 41 | 0 | 56 | 53 | 147 | 36 | 54 |
| Binary | 1100001 | 10010001 | 1001110 | 100001 | 0 | 101110 | 101011 | 1100111 | 11110 | 101100 |
Color Harmonies of #61914E
Complementary color
Monochromatic Colors of #61914E
Black with #61914E
Text Example
Text Example
White with #61914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61914E; }
p { color: rgb(97,145,78); }
H1.HeaderClassName
{
color: #61914E;
}
.AnyTagClassName
{
color: #61914E;
}
</style>
background-color css
<style>
a { background-color: #61914E; }
a { background-color: rgb(97,145,78); }
div.DivClassName
{
background-color: #61914E;
}
.BgClassName
{
background-color: #61914E;
}
</style>
border-color css
<style>
span { border-color: #61914E; }
span { border-color: rgb(97,145,78); }
td.TdClassName
{
border-color: #61914E;
}
.TagClassName
{
border-color: #61914E;
}
</style>