Shades of Dingley #5B784B
Tints of Dingley #5B784B
RGB
CMYK
RGB Variations
Color information
#5B784B (or 0x5B784B) is known color: Dingley. HEX triplet: 5B, 78 and 4B. RGB value is (91,120,75). Sum of RGB (Red+Green+Blue) = 91+120+75=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #5B784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B784B is #A487B4. Grayscale: #6A6A6A. Windows color (decimal): -10782645 or 4946011. OLE color: 4946011.
HSL color Cylindrical-coordinate representation of color #5B784B: hue angle of 98.67º degrees, saturation: 0.23, 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 #5B784B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 75 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.53 |
| HSL | 98.67º | 0.23% | 0.38% | - |
| HSV(B) | 98.67º | 0.38% | 0.47% | - |
| XYZ | 12.3 | 16.17 | 9.13 | - |
| YUV | 106.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 75 | 0.24 | 0 | 0.37 | 0.53 | 98.67 | 0.23 | 0.38 |
| Hex | 5B | 78 | 4B | 18 | 0 | 25 | 35 | 63 | 17 | 26 |
| Octal | 133 | 170 | 113 | 30 | 0 | 45 | 65 | 143 | 27 | 46 |
| Binary | 1011011 | 1111000 | 1001011 | 11000 | 0 | 100101 | 110101 | 1100011 | 10111 | 100110 |
Color Harmonies of #5B784B
Complementary color
Monochromatic Colors of #5B784B
Black with #5B784B
Text Example
Text Example
White with #5B784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B784B; }
p { color: rgb(91,120,75); }
H1.HeaderClassName
{
color: #5B784B;
}
.AnyTagClassName
{
color: #5B784B;
}
</style>
background-color css
<style>
a { background-color: #5B784B; }
a { background-color: rgb(91,120,75); }
div.DivClassName
{
background-color: #5B784B;
}
.BgClassName
{
background-color: #5B784B;
}
</style>
border-color css
<style>
span { border-color: #5B784B; }
span { border-color: rgb(91,120,75); }
td.TdClassName
{
border-color: #5B784B;
}
.TagClassName
{
border-color: #5B784B;
}
</style>