Shades of Dingley #708D43
Tints of Dingley #708D43
RGB
CMYK
RGB Variations
Color information
#708D43 (or 0x708D43) is known color: Dingley. HEX triplet: 70, 8D and 43. RGB value is (112,141,67). Sum of RGB (Red+Green+Blue) = 112+141+67=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #708D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D43 is #8F72BC. Grayscale: #7C7C7C. Windows color (decimal): -9401021 or 4427120. OLE color: 4427120.
HSL color Cylindrical-coordinate representation of color #708D43: hue angle of 83.51º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708D43 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 67 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.45 |
| HSL | 83.51º | 0.36% | 0.41% | - |
| HSV(B) | 83.51º | 0.52% | 0.55% | - |
| XYZ | 17.22 | 22.9 | 8.82 | - |
| YUV | 123.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 67 | 0.21 | 0 | 0.52 | 0.45 | 83.51 | 0.36 | 0.41 |
| Hex | 70 | 8D | 43 | 15 | 0 | 34 | 2D | 54 | 24 | 29 |
| Octal | 160 | 215 | 103 | 25 | 0 | 64 | 55 | 124 | 44 | 51 |
| Binary | 1110000 | 10001101 | 1000011 | 10101 | 0 | 110100 | 101101 | 1010100 | 100100 | 101001 |
Color Harmonies of #708D43
Complementary color
Monochromatic Colors of #708D43
Black with #708D43
Text Example
Text Example
White with #708D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D43; }
p { color: rgb(112,141,67); }
H1.HeaderClassName
{
color: #708D43;
}
.AnyTagClassName
{
color: #708D43;
}
</style>
background-color css
<style>
a { background-color: #708D43; }
a { background-color: rgb(112,141,67); }
div.DivClassName
{
background-color: #708D43;
}
.BgClassName
{
background-color: #708D43;
}
</style>
border-color css
<style>
span { border-color: #708D43; }
span { border-color: rgb(112,141,67); }
td.TdClassName
{
border-color: #708D43;
}
.TagClassName
{
border-color: #708D43;
}
</style>