Shades of Glade Green #5E784F
Tints of Glade Green #5E784F
RGB
CMYK
RGB Variations
Color information
#5E784F (or 0x5E784F) is known color: Glade Green. HEX triplet: 5E, 78 and 4F. RGB value is (94,120,79). Sum of RGB (Red+Green+Blue) = 94+120+79=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #5E784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E784F is #A187B0. Grayscale: #6B6B6B. Windows color (decimal): -10586033 or 5208158. OLE color: 5208158.
HSL color Cylindrical-coordinate representation of color #5E784F: hue angle of 98.05º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E784F is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 79 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.53 |
| HSL | 98.05º | 0.21% | 0.39% | - |
| HSV(B) | 98.05º | 0.34% | 0.47% | - |
| XYZ | 12.74 | 16.38 | 9.89 | - |
| YUV | 107.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 79 | 0.22 | 0 | 0.34 | 0.53 | 98.05 | 0.21 | 0.39 |
| Hex | 5E | 78 | 4F | 16 | 0 | 22 | 35 | 62 | 15 | 27 |
| Octal | 136 | 170 | 117 | 26 | 0 | 42 | 65 | 142 | 25 | 47 |
| Binary | 1011110 | 1111000 | 1001111 | 10110 | 0 | 100010 | 110101 | 1100010 | 10101 | 100111 |
Color Harmonies of #5E784F
Complementary color
Monochromatic Colors of #5E784F
Black with #5E784F
Text Example
Text Example
White with #5E784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E784F; }
p { color: rgb(94,120,79); }
H1.HeaderClassName
{
color: #5E784F;
}
.AnyTagClassName
{
color: #5E784F;
}
</style>
background-color css
<style>
a { background-color: #5E784F; }
a { background-color: rgb(94,120,79); }
div.DivClassName
{
background-color: #5E784F;
}
.BgClassName
{
background-color: #5E784F;
}
</style>
border-color css
<style>
span { border-color: #5E784F; }
span { border-color: rgb(94,120,79); }
td.TdClassName
{
border-color: #5E784F;
}
.TagClassName
{
border-color: #5E784F;
}
</style>