Shades of Dingley #5E784A
Tints of Dingley #5E784A
RGB
CMYK
RGB Variations
Color information
#5E784A (or 0x5E784A) is known color: Dingley. HEX triplet: 5E, 78 and 4A. RGB value is (94,120,74). Sum of RGB (Red+Green+Blue) = 94+120+74=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #5E784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E784A is #A187B5. Grayscale: #6B6B6B. Windows color (decimal): -10586038 or 4880478. OLE color: 4880478.
HSL color Cylindrical-coordinate representation of color #5E784A: hue angle of 93.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E784A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 74 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.53 |
| HSL | 93.91º | 0.24% | 0.38% | - |
| HSV(B) | 93.91º | 0.38% | 0.47% | - |
| XYZ | 12.57 | 16.31 | 8.96 | - |
| YUV | 106.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 74 | 0.22 | 0 | 0.38 | 0.53 | 93.91 | 0.24 | 0.38 |
| Hex | 5E | 78 | 4A | 16 | 0 | 26 | 35 | 5E | 18 | 26 |
| Octal | 136 | 170 | 112 | 26 | 0 | 46 | 65 | 136 | 30 | 46 |
| Binary | 1011110 | 1111000 | 1001010 | 10110 | 0 | 100110 | 110101 | 1011110 | 11000 | 100110 |
Color Harmonies of #5E784A
Complementary color
Monochromatic Colors of #5E784A
Black with #5E784A
Text Example
Text Example
White with #5E784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E784A; }
p { color: rgb(94,120,74); }
H1.HeaderClassName
{
color: #5E784A;
}
.AnyTagClassName
{
color: #5E784A;
}
</style>
background-color css
<style>
a { background-color: #5E784A; }
a { background-color: rgb(94,120,74); }
div.DivClassName
{
background-color: #5E784A;
}
.BgClassName
{
background-color: #5E784A;
}
</style>
border-color css
<style>
span { border-color: #5E784A; }
span { border-color: rgb(94,120,74); }
td.TdClassName
{
border-color: #5E784A;
}
.TagClassName
{
border-color: #5E784A;
}
</style>