Shades of Dingley #5E7745
Tints of Dingley #5E7745
RGB
CMYK
RGB Variations
Color information
#5E7745 (or 0x5E7745) is known color: Dingley. HEX triplet: 5E, 77 and 45. RGB value is (94,119,69). Sum of RGB (Red+Green+Blue) = 94+119+69=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7745 is #A188BA. Grayscale: #6A6A6A. Windows color (decimal): -10586299 or 4552542. OLE color: 4552542.
HSL color Cylindrical-coordinate representation of color #5E7745: hue angle of 90º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E7745 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 69 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.53 |
| HSL | 90º | 0.27% | 0.37% | - |
| HSV(B) | 90º | 0.42% | 0.47% | - |
| XYZ | 12.29 | 16 | 8.07 | - |
| YUV | 105.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 69 | 0.21 | 0 | 0.42 | 0.53 | 90 | 0.27 | 0.37 |
| Hex | 5E | 77 | 45 | 15 | 0 | 2A | 35 | 5A | 1B | 25 |
| Octal | 136 | 167 | 105 | 25 | 0 | 52 | 65 | 132 | 33 | 45 |
| Binary | 1011110 | 1110111 | 1000101 | 10101 | 0 | 101010 | 110101 | 1011010 | 11011 | 100101 |
Color Harmonies of #5E7745
Complementary color
Monochromatic Colors of #5E7745
Black with #5E7745
Text Example
Text Example
White with #5E7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7745; }
p { color: rgb(94,119,69); }
H1.HeaderClassName
{
color: #5E7745;
}
.AnyTagClassName
{
color: #5E7745;
}
</style>
background-color css
<style>
a { background-color: #5E7745; }
a { background-color: rgb(94,119,69); }
div.DivClassName
{
background-color: #5E7745;
}
.BgClassName
{
background-color: #5E7745;
}
</style>
border-color css
<style>
span { border-color: #5E7745; }
span { border-color: rgb(94,119,69); }
td.TdClassName
{
border-color: #5E7745;
}
.TagClassName
{
border-color: #5E7745;
}
</style>