Shades of Dingley #5F7D46
Tints of Dingley #5F7D46
RGB
CMYK
RGB Variations
Color information
#5F7D46 (or 0x5F7D46) is known color: Dingley. HEX triplet: 5F, 7D and 46. RGB value is (95,125,70). Sum of RGB (Red+Green+Blue) = 95+125+70=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7D46 is #A082B9. Grayscale: #6D6D6D. Windows color (decimal): -10519226 or 4619615. OLE color: 4619615.
HSL color Cylindrical-coordinate representation of color #5F7D46: hue angle of 92.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F7D46 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 125 | 70 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.51 |
| HSL | 92.73º | 0.28% | 0.38% | - |
| HSV(B) | 92.73º | 0.44% | 0.49% | - |
| XYZ | 13.16 | 17.54 | 8.49 | - |
| YUV | 109.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 70 | 0.24 | 0 | 0.44 | 0.51 | 92.73 | 0.28 | 0.38 |
| Hex | 5F | 7D | 46 | 18 | 0 | 2C | 33 | 5D | 1C | 26 |
| Octal | 137 | 175 | 106 | 30 | 0 | 54 | 63 | 135 | 34 | 46 |
| Binary | 1011111 | 1111101 | 1000110 | 11000 | 0 | 101100 | 110011 | 1011101 | 11100 | 100110 |
Color Harmonies of #5F7D46
Complementary color
Monochromatic Colors of #5F7D46
Black with #5F7D46
Text Example
Text Example
White with #5F7D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7D46; }
p { color: rgb(95,125,70); }
H1.HeaderClassName
{
color: #5F7D46;
}
.AnyTagClassName
{
color: #5F7D46;
}
</style>
background-color css
<style>
a { background-color: #5F7D46; }
a { background-color: rgb(95,125,70); }
div.DivClassName
{
background-color: #5F7D46;
}
.BgClassName
{
background-color: #5F7D46;
}
</style>
border-color css
<style>
span { border-color: #5F7D46; }
span { border-color: rgb(95,125,70); }
td.TdClassName
{
border-color: #5F7D46;
}
.TagClassName
{
border-color: #5F7D46;
}
</style>