Shades of Glade Green #61924D
Tints of Glade Green #61924D
RGB
CMYK
RGB Variations
Color information
#61924D (or 0x61924D) is known color: Glade Green. HEX triplet: 61, 92 and 4D. RGB value is (97,146,77). Sum of RGB (Red+Green+Blue) = 97+146+77=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #61924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61924D is #9E6DB2. Grayscale: #7B7B7B. Windows color (decimal): -10382771 or 5083745. OLE color: 5083745.
HSL color Cylindrical-coordinate representation of color #61924D: hue angle of 102.61º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61924D is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 77 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.43 |
| HSL | 102.61º | 0.31% | 0.44% | - |
| HSV(B) | 102.61º | 0.47% | 0.57% | - |
| XYZ | 16.55 | 23.63 | 10.71 | - |
| YUV | 123.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 77 | 0.34 | 0 | 0.47 | 0.43 | 102.61 | 0.31 | 0.44 |
| Hex | 61 | 92 | 4D | 22 | 0 | 2F | 2B | 67 | 1F | 2C |
| Octal | 141 | 222 | 115 | 42 | 0 | 57 | 53 | 147 | 37 | 54 |
| Binary | 1100001 | 10010010 | 1001101 | 100010 | 0 | 101111 | 101011 | 1100111 | 11111 | 101100 |
Color Harmonies of #61924D
Complementary color
Monochromatic Colors of #61924D
Black with #61924D
Text Example
Text Example
White with #61924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61924D; }
p { color: rgb(97,146,77); }
H1.HeaderClassName
{
color: #61924D;
}
.AnyTagClassName
{
color: #61924D;
}
</style>
background-color css
<style>
a { background-color: #61924D; }
a { background-color: rgb(97,146,77); }
div.DivClassName
{
background-color: #61924D;
}
.BgClassName
{
background-color: #61924D;
}
</style>
border-color css
<style>
span { border-color: #61924D; }
span { border-color: rgb(97,146,77); }
td.TdClassName
{
border-color: #61924D;
}
.TagClassName
{
border-color: #61924D;
}
</style>