Shades of Dingley #5F7649
Tints of Dingley #5F7649
RGB
CMYK
RGB Variations
Color information
#5F7649 (or 0x5F7649) is known color: Dingley. HEX triplet: 5F, 76 and 49. RGB value is (95,118,73). Sum of RGB (Red+Green+Blue) = 95+118+73=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7649 is #A089B6. Grayscale: #6A6A6A. Windows color (decimal): -10521015 or 4814431. OLE color: 4814431.
HSL color Cylindrical-coordinate representation of color #5F7649: hue angle of 90.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7649 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 73 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.54 |
| HSL | 90.67º | 0.24% | 0.37% | - |
| HSV(B) | 90.67º | 0.38% | 0.46% | - |
| XYZ | 12.4 | 15.87 | 8.71 | - |
| YUV | 105.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 73 | 0.19 | 0 | 0.38 | 0.54 | 90.67 | 0.24 | 0.37 |
| Hex | 5F | 76 | 49 | 13 | 0 | 26 | 36 | 5B | 18 | 25 |
| Octal | 137 | 166 | 111 | 23 | 0 | 46 | 66 | 133 | 30 | 45 |
| Binary | 1011111 | 1110110 | 1001001 | 10011 | 0 | 100110 | 110110 | 1011011 | 11000 | 100101 |
Color Harmonies of #5F7649
Complementary color
Monochromatic Colors of #5F7649
Black with #5F7649
Text Example
Text Example
White with #5F7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7649; }
p { color: rgb(95,118,73); }
H1.HeaderClassName
{
color: #5F7649;
}
.AnyTagClassName
{
color: #5F7649;
}
</style>
background-color css
<style>
a { background-color: #5F7649; }
a { background-color: rgb(95,118,73); }
div.DivClassName
{
background-color: #5F7649;
}
.BgClassName
{
background-color: #5F7649;
}
</style>
border-color css
<style>
span { border-color: #5F7649; }
span { border-color: rgb(95,118,73); }
td.TdClassName
{
border-color: #5F7649;
}
.TagClassName
{
border-color: #5F7649;
}
</style>