Shades of Dingley #5D764A
Tints of Dingley #5D764A
RGB
CMYK
RGB Variations
Color information
#5D764A (or 0x5D764A) is known color: Dingley. HEX triplet: 5D, 76 and 4A. RGB value is (93,118,74). Sum of RGB (Red+Green+Blue) = 93+118+74=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #5D764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D764A is #A289B5. Grayscale: #696969. Windows color (decimal): -10652086 or 4879965. OLE color: 4879965.
HSL color Cylindrical-coordinate representation of color #5D764A: hue angle of 94.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D764A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 74 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.54 |
| HSL | 94.09º | 0.23% | 0.38% | - |
| HSV(B) | 94.09º | 0.37% | 0.46% | - |
| XYZ | 12.23 | 15.78 | 8.88 | - |
| YUV | 105.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 74 | 0.21 | 0 | 0.37 | 0.54 | 94.09 | 0.23 | 0.38 |
| Hex | 5D | 76 | 4A | 15 | 0 | 25 | 36 | 5E | 17 | 26 |
| Octal | 135 | 166 | 112 | 25 | 0 | 45 | 66 | 136 | 27 | 46 |
| Binary | 1011101 | 1110110 | 1001010 | 10101 | 0 | 100101 | 110110 | 1011110 | 10111 | 100110 |
Color Harmonies of #5D764A
Complementary color
Monochromatic Colors of #5D764A
Black with #5D764A
Text Example
Text Example
White with #5D764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D764A; }
p { color: rgb(93,118,74); }
H1.HeaderClassName
{
color: #5D764A;
}
.AnyTagClassName
{
color: #5D764A;
}
</style>
background-color css
<style>
a { background-color: #5D764A; }
a { background-color: rgb(93,118,74); }
div.DivClassName
{
background-color: #5D764A;
}
.BgClassName
{
background-color: #5D764A;
}
</style>
border-color css
<style>
span { border-color: #5D764A; }
span { border-color: rgb(93,118,74); }
td.TdClassName
{
border-color: #5D764A;
}
.TagClassName
{
border-color: #5D764A;
}
</style>