Shades of Dingley #718D46
Tints of Dingley #718D46
RGB
CMYK
RGB Variations
Color information
#718D46 (or 0x718D46) is known color: Dingley. HEX triplet: 71, 8D and 46. RGB value is (113,141,70). Sum of RGB (Red+Green+Blue) = 113+141+70=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #718D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D46 is #8E72B9. Grayscale: #7C7C7C. Windows color (decimal): -9335482 or 4623729. OLE color: 4623729.
HSL color Cylindrical-coordinate representation of color #718D46: hue angle of 83.66º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718D46 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 70 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.45 |
| HSL | 83.66º | 0.34% | 0.41% | - |
| HSV(B) | 83.66º | 0.5% | 0.55% | - |
| XYZ | 17.44 | 23 | 9.32 | - |
| YUV | 124.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 70 | 0.20 | 0 | 0.50 | 0.45 | 83.66 | 0.34 | 0.41 |
| Hex | 71 | 8D | 46 | 14 | 0 | 32 | 2D | 54 | 22 | 29 |
| Octal | 161 | 215 | 106 | 24 | 0 | 62 | 55 | 124 | 42 | 51 |
| Binary | 1110001 | 10001101 | 1000110 | 10100 | 0 | 110010 | 101101 | 1010100 | 100010 | 101001 |
Color Harmonies of #718D46
Complementary color
Monochromatic Colors of #718D46
Black with #718D46
Text Example
Text Example
White with #718D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D46; }
p { color: rgb(113,141,70); }
H1.HeaderClassName
{
color: #718D46;
}
.AnyTagClassName
{
color: #718D46;
}
</style>
background-color css
<style>
a { background-color: #718D46; }
a { background-color: rgb(113,141,70); }
div.DivClassName
{
background-color: #718D46;
}
.BgClassName
{
background-color: #718D46;
}
</style>
border-color css
<style>
span { border-color: #718D46; }
span { border-color: rgb(113,141,70); }
td.TdClassName
{
border-color: #718D46;
}
.TagClassName
{
border-color: #718D46;
}
</style>