Shades of Dingley #5E793F
Tints of Dingley #5E793F
RGB
CMYK
RGB Variations
Color information
#5E793F (or 0x5E793F) is known color: Dingley. HEX triplet: 5E, 79 and 3F. RGB value is (94,121,63). Sum of RGB (Red+Green+Blue) = 94+121+63=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #5E793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E793F is #A186C0. Grayscale: #6A6A6A. Windows color (decimal): -10585793 or 4159838. OLE color: 4159838.
HSL color Cylindrical-coordinate representation of color #5E793F: hue angle of 87.93º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E793F is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 63 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.53 |
| HSL | 87.93º | 0.32% | 0.36% | - |
| HSV(B) | 87.93º | 0.48% | 0.47% | - |
| XYZ | 12.35 | 16.41 | 7.22 | - |
| YUV | 106.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 63 | 0.22 | 0 | 0.48 | 0.53 | 87.93 | 0.32 | 0.36 |
| Hex | 5E | 79 | 3F | 16 | 0 | 30 | 35 | 58 | 20 | 24 |
| Octal | 136 | 171 | 77 | 26 | 0 | 60 | 65 | 130 | 40 | 44 |
| Binary | 1011110 | 1111001 | 111111 | 10110 | 0 | 110000 | 110101 | 1011000 | 100000 | 100100 |
Color Harmonies of #5E793F
Complementary color
Monochromatic Colors of #5E793F
Black with #5E793F
Text Example
Text Example
White with #5E793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E793F; }
p { color: rgb(94,121,63); }
H1.HeaderClassName
{
color: #5E793F;
}
.AnyTagClassName
{
color: #5E793F;
}
</style>
background-color css
<style>
a { background-color: #5E793F; }
a { background-color: rgb(94,121,63); }
div.DivClassName
{
background-color: #5E793F;
}
.BgClassName
{
background-color: #5E793F;
}
</style>
border-color css
<style>
span { border-color: #5E793F; }
span { border-color: rgb(94,121,63); }
td.TdClassName
{
border-color: #5E793F;
}
.TagClassName
{
border-color: #5E793F;
}
</style>