Shades of Glade Green #61824F
Tints of Glade Green #61824F
RGB
CMYK
RGB Variations
Color information
#61824F (or 0x61824F) is known color: Glade Green. HEX triplet: 61, 82 and 4F. RGB value is (97,130,79). Sum of RGB (Red+Green+Blue) = 97+130+79=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #61824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61824F is #9E7DB0. Grayscale: #727272. Windows color (decimal): -10386865 or 5210721. OLE color: 5210721.
HSL color Cylindrical-coordinate representation of color #61824F: hue angle of 98.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61824F is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 79 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.49 |
| HSL | 98.82º | 0.24% | 0.41% | - |
| HSV(B) | 98.82º | 0.39% | 0.51% | - |
| XYZ | 14.32 | 19.07 | 10.32 | - |
| YUV | 114.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 79 | 0.25 | 0 | 0.39 | 0.49 | 98.82 | 0.24 | 0.41 |
| Hex | 61 | 82 | 4F | 19 | 0 | 27 | 31 | 63 | 18 | 29 |
| Octal | 141 | 202 | 117 | 31 | 0 | 47 | 61 | 143 | 30 | 51 |
| Binary | 1100001 | 10000010 | 1001111 | 11001 | 0 | 100111 | 110001 | 1100011 | 11000 | 101001 |
Color Harmonies of #61824F
Complementary color
Monochromatic Colors of #61824F
Black with #61824F
Text Example
Text Example
White with #61824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61824F; }
p { color: rgb(97,130,79); }
H1.HeaderClassName
{
color: #61824F;
}
.AnyTagClassName
{
color: #61824F;
}
</style>
background-color css
<style>
a { background-color: #61824F; }
a { background-color: rgb(97,130,79); }
div.DivClassName
{
background-color: #61824F;
}
.BgClassName
{
background-color: #61824F;
}
</style>
border-color css
<style>
span { border-color: #61824F; }
span { border-color: rgb(97,130,79); }
td.TdClassName
{
border-color: #61824F;
}
.TagClassName
{
border-color: #61824F;
}
</style>