Shades of Dingley #5B7845
Tints of Dingley #5B7845
RGB
CMYK
RGB Variations
Color information
#5B7845 (or 0x5B7845) is known color: Dingley. HEX triplet: 5B, 78 and 45. RGB value is (91,120,69). Sum of RGB (Red+Green+Blue) = 91+120+69=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7845 is #A487BA. Grayscale: #696969. Windows color (decimal): -10782651 or 4552795. OLE color: 4552795.
HSL color Cylindrical-coordinate representation of color #5B7845: hue angle of 94.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B7845 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 69 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.53 |
| HSL | 94.12º | 0.27% | 0.37% | - |
| HSV(B) | 94.12º | 0.43% | 0.47% | - |
| XYZ | 12.11 | 16.09 | 8.1 | - |
| YUV | 105.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 69 | 0.24 | 0 | 0.42 | 0.53 | 94.12 | 0.27 | 0.37 |
| Hex | 5B | 78 | 45 | 18 | 0 | 2A | 35 | 5E | 1B | 25 |
| Octal | 133 | 170 | 105 | 30 | 0 | 52 | 65 | 136 | 33 | 45 |
| Binary | 1011011 | 1111000 | 1000101 | 11000 | 0 | 101010 | 110101 | 1011110 | 11011 | 100101 |
Color Harmonies of #5B7845
Complementary color
Monochromatic Colors of #5B7845
Black with #5B7845
Text Example
Text Example
White with #5B7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7845; }
p { color: rgb(91,120,69); }
H1.HeaderClassName
{
color: #5B7845;
}
.AnyTagClassName
{
color: #5B7845;
}
</style>
background-color css
<style>
a { background-color: #5B7845; }
a { background-color: rgb(91,120,69); }
div.DivClassName
{
background-color: #5B7845;
}
.BgClassName
{
background-color: #5B7845;
}
</style>
border-color css
<style>
span { border-color: #5B7845; }
span { border-color: rgb(91,120,69); }
td.TdClassName
{
border-color: #5B7845;
}
.TagClassName
{
border-color: #5B7845;
}
</style>