Shades of Dingley #5E764E
Tints of Dingley #5E764E
RGB
CMYK
RGB Variations
Color information
#5E764E (or 0x5E764E) is known color: Dingley. HEX triplet: 5E, 76 and 4E. RGB value is (94,118,78). Sum of RGB (Red+Green+Blue) = 94+118+78=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #5E764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E764E is #A189B1. Grayscale: #6A6A6A. Windows color (decimal): -10586546 or 5142110. OLE color: 5142110.
HSL color Cylindrical-coordinate representation of color #5E764E: hue angle of 96º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E764E is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 78 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.54 |
| HSL | 96º | 0.2% | 0.38% | - |
| HSV(B) | 96º | 0.34% | 0.46% | - |
| XYZ | 12.47 | 15.89 | 9.62 | - |
| YUV | 106.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 78 | 0.20 | 0 | 0.34 | 0.54 | 96 | 0.2 | 0.38 |
| Hex | 5E | 76 | 4E | 14 | 0 | 22 | 36 | 60 | 14 | 26 |
| Octal | 136 | 166 | 116 | 24 | 0 | 42 | 66 | 140 | 24 | 46 |
| Binary | 1011110 | 1110110 | 1001110 | 10100 | 0 | 100010 | 110110 | 1100000 | 10100 | 100110 |
Color Harmonies of #5E764E
Complementary color
Monochromatic Colors of #5E764E
Black with #5E764E
Text Example
Text Example
White with #5E764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E764E; }
p { color: rgb(94,118,78); }
H1.HeaderClassName
{
color: #5E764E;
}
.AnyTagClassName
{
color: #5E764E;
}
</style>
background-color css
<style>
a { background-color: #5E764E; }
a { background-color: rgb(94,118,78); }
div.DivClassName
{
background-color: #5E764E;
}
.BgClassName
{
background-color: #5E764E;
}
</style>
border-color css
<style>
span { border-color: #5E764E; }
span { border-color: rgb(94,118,78); }
td.TdClassName
{
border-color: #5E764E;
}
.TagClassName
{
border-color: #5E764E;
}
</style>