Shades of Dingley #5F8746
Tints of Dingley #5F8746
RGB
CMYK
RGB Variations
Color information
#5F8746 (or 0x5F8746) is known color: Dingley. HEX triplet: 5F, 87 and 46. RGB value is (95,135,70). Sum of RGB (Red+Green+Blue) = 95+135+70=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8746 is #A078B9. Grayscale: #737373. Windows color (decimal): -10516666 or 4622175. OLE color: 4622175.
HSL color Cylindrical-coordinate representation of color #5F8746: hue angle of 96.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F8746 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 70 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.47 |
| HSL | 96.92º | 0.32% | 0.4% | - |
| HSV(B) | 96.92º | 0.48% | 0.53% | - |
| XYZ | 14.49 | 20.2 | 8.93 | - |
| YUV | 115.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 70 | 0.30 | 0 | 0.48 | 0.47 | 96.92 | 0.32 | 0.4 |
| Hex | 5F | 87 | 46 | 1E | 0 | 30 | 2F | 61 | 20 | 28 |
| Octal | 137 | 207 | 106 | 36 | 0 | 60 | 57 | 141 | 40 | 50 |
| Binary | 1011111 | 10000111 | 1000110 | 11110 | 0 | 110000 | 101111 | 1100001 | 100000 | 101000 |
Color Harmonies of #5F8746
Complementary color
Monochromatic Colors of #5F8746
Black with #5F8746
Text Example
Text Example
White with #5F8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8746; }
p { color: rgb(95,135,70); }
H1.HeaderClassName
{
color: #5F8746;
}
.AnyTagClassName
{
color: #5F8746;
}
</style>
background-color css
<style>
a { background-color: #5F8746; }
a { background-color: rgb(95,135,70); }
div.DivClassName
{
background-color: #5F8746;
}
.BgClassName
{
background-color: #5F8746;
}
</style>
border-color css
<style>
span { border-color: #5F8746; }
span { border-color: rgb(95,135,70); }
td.TdClassName
{
border-color: #5F8746;
}
.TagClassName
{
border-color: #5F8746;
}
</style>