Shades of Dingley #708F46
Tints of Dingley #708F46
RGB
CMYK
RGB Variations
Color information
#708F46 (or 0x708F46) is known color: Dingley. HEX triplet: 70, 8F and 46. RGB value is (112,143,70). Sum of RGB (Red+Green+Blue) = 112+143+70=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #708F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F46 is #8F70B9. Grayscale: #7D7D7D. Windows color (decimal): -9400506 or 4624240. OLE color: 4624240.
HSL color Cylindrical-coordinate representation of color #708F46: hue angle of 85.48º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708F46 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 70 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.44 |
| HSL | 85.48º | 0.34% | 0.42% | - |
| HSV(B) | 85.48º | 0.51% | 0.56% | - |
| XYZ | 17.61 | 23.53 | 9.41 | - |
| YUV | 125.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 70 | 0.22 | 0 | 0.51 | 0.44 | 85.48 | 0.34 | 0.42 |
| Hex | 70 | 8F | 46 | 16 | 0 | 33 | 2C | 55 | 22 | 2A |
| Octal | 160 | 217 | 106 | 26 | 0 | 63 | 54 | 125 | 42 | 52 |
| Binary | 1110000 | 10001111 | 1000110 | 10110 | 0 | 110011 | 101100 | 1010101 | 100010 | 101010 |
Color Harmonies of #708F46
Complementary color
Monochromatic Colors of #708F46
Black with #708F46
Text Example
Text Example
White with #708F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F46; }
p { color: rgb(112,143,70); }
H1.HeaderClassName
{
color: #708F46;
}
.AnyTagClassName
{
color: #708F46;
}
</style>
background-color css
<style>
a { background-color: #708F46; }
a { background-color: rgb(112,143,70); }
div.DivClassName
{
background-color: #708F46;
}
.BgClassName
{
background-color: #708F46;
}
</style>
border-color css
<style>
span { border-color: #708F46; }
span { border-color: rgb(112,143,70); }
td.TdClassName
{
border-color: #708F46;
}
.TagClassName
{
border-color: #708F46;
}
</style>