Shades of Glade Green #5E7B4F
Tints of Glade Green #5E7B4F
RGB
CMYK
RGB Variations
Color information
#5E7B4F (or 0x5E7B4F) is known color: Glade Green. HEX triplet: 5E, 7B and 4F. RGB value is (94,123,79). Sum of RGB (Red+Green+Blue) = 94+123+79=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B4F is #A184B0. Grayscale: #6D6D6D. Windows color (decimal): -10585265 or 5208926. OLE color: 5208926.
HSL color Cylindrical-coordinate representation of color #5E7B4F: hue angle of 99.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E7B4F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 79 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.52 |
| HSL | 99.55º | 0.22% | 0.4% | - |
| HSV(B) | 99.55º | 0.36% | 0.48% | - |
| XYZ | 13.11 | 17.11 | 10.01 | - |
| YUV | 109.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 79 | 0.24 | 0 | 0.36 | 0.52 | 99.55 | 0.22 | 0.4 |
| Hex | 5E | 7B | 4F | 18 | 0 | 24 | 34 | 64 | 16 | 28 |
| Octal | 136 | 173 | 117 | 30 | 0 | 44 | 64 | 144 | 26 | 50 |
| Binary | 1011110 | 1111011 | 1001111 | 11000 | 0 | 100100 | 110100 | 1100100 | 10110 | 101000 |
Color Harmonies of #5E7B4F
Complementary color
Monochromatic Colors of #5E7B4F
Black with #5E7B4F
Text Example
Text Example
White with #5E7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B4F; }
p { color: rgb(94,123,79); }
H1.HeaderClassName
{
color: #5E7B4F;
}
.AnyTagClassName
{
color: #5E7B4F;
}
</style>
background-color css
<style>
a { background-color: #5E7B4F; }
a { background-color: rgb(94,123,79); }
div.DivClassName
{
background-color: #5E7B4F;
}
.BgClassName
{
background-color: #5E7B4F;
}
</style>
border-color css
<style>
span { border-color: #5E7B4F; }
span { border-color: rgb(94,123,79); }
td.TdClassName
{
border-color: #5E7B4F;
}
.TagClassName
{
border-color: #5E7B4F;
}
</style>