Shades of Glade Green #5F7A53
Tints of Glade Green #5F7A53
RGB
CMYK
RGB Variations
Color information
#5F7A53 (or 0x5F7A53) is known color: Glade Green. HEX triplet: 5F, 7A and 53. RGB value is (95,122,83). Sum of RGB (Red+Green+Blue) = 95+122+83=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A53 is #A085AC. Grayscale: #6D6D6D. Windows color (decimal): -10519981 or 5470815. OLE color: 5470815.
HSL color Cylindrical-coordinate representation of color #5F7A53: hue angle of 101.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F7A53 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 122 | 83 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.52 |
| HSL | 101.54º | 0.19% | 0.4% | - |
| HSV(B) | 101.54º | 0.32% | 0.48% | - |
| XYZ | 13.24 | 16.98 | 10.76 | - |
| YUV | 109.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 83 | 0.22 | 0 | 0.32 | 0.52 | 101.54 | 0.19 | 0.4 |
| Hex | 5F | 7A | 53 | 16 | 0 | 20 | 34 | 66 | 13 | 28 |
| Octal | 137 | 172 | 123 | 26 | 0 | 40 | 64 | 146 | 23 | 50 |
| Binary | 1011111 | 1111010 | 1010011 | 10110 | 0 | 100000 | 110100 | 1100110 | 10011 | 101000 |
Color Harmonies of #5F7A53
Complementary color
Monochromatic Colors of #5F7A53
Black with #5F7A53
Text Example
Text Example
White with #5F7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A53; }
p { color: rgb(95,122,83); }
H1.HeaderClassName
{
color: #5F7A53;
}
.AnyTagClassName
{
color: #5F7A53;
}
</style>
background-color css
<style>
a { background-color: #5F7A53; }
a { background-color: rgb(95,122,83); }
div.DivClassName
{
background-color: #5F7A53;
}
.BgClassName
{
background-color: #5F7A53;
}
</style>
border-color css
<style>
span { border-color: #5F7A53; }
span { border-color: rgb(95,122,83); }
td.TdClassName
{
border-color: #5F7A53;
}
.TagClassName
{
border-color: #5F7A53;
}
</style>