Shades of Dingley #5F7749
Tints of Dingley #5F7749
RGB
CMYK
RGB Variations
Color information
#5F7749 (or 0x5F7749) is known color: Dingley. HEX triplet: 5F, 77 and 49. RGB value is (95,119,73). Sum of RGB (Red+Green+Blue) = 95+119+73=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7749 is #A088B6. Grayscale: #6A6A6A. Windows color (decimal): -10520759 or 4814687. OLE color: 4814687.
HSL color Cylindrical-coordinate representation of color #5F7749: hue angle of 91.3º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F7749 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 73 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.53 |
| HSL | 91.3º | 0.24% | 0.38% | - |
| HSV(B) | 91.3º | 0.39% | 0.47% | - |
| XYZ | 12.52 | 16.11 | 8.75 | - |
| YUV | 106.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 73 | 0.20 | 0 | 0.39 | 0.53 | 91.3 | 0.24 | 0.38 |
| Hex | 5F | 77 | 49 | 14 | 0 | 27 | 35 | 5B | 18 | 26 |
| Octal | 137 | 167 | 111 | 24 | 0 | 47 | 65 | 133 | 30 | 46 |
| Binary | 1011111 | 1110111 | 1001001 | 10100 | 0 | 100111 | 110101 | 1011011 | 11000 | 100110 |
Color Harmonies of #5F7749
Complementary color
Monochromatic Colors of #5F7749
Black with #5F7749
Text Example
Text Example
White with #5F7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7749; }
p { color: rgb(95,119,73); }
H1.HeaderClassName
{
color: #5F7749;
}
.AnyTagClassName
{
color: #5F7749;
}
</style>
background-color css
<style>
a { background-color: #5F7749; }
a { background-color: rgb(95,119,73); }
div.DivClassName
{
background-color: #5F7749;
}
.BgClassName
{
background-color: #5F7749;
}
</style>
border-color css
<style>
span { border-color: #5F7749; }
span { border-color: rgb(95,119,73); }
td.TdClassName
{
border-color: #5F7749;
}
.TagClassName
{
border-color: #5F7749;
}
</style>