Shades of Dingley #708D45
Tints of Dingley #708D45
RGB
CMYK
RGB Variations
Color information
#708D45 (or 0x708D45) is known color: Dingley. HEX triplet: 70, 8D and 45. RGB value is (112,141,69). Sum of RGB (Red+Green+Blue) = 112+141+69=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #708D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D45 is #8F72BA. Grayscale: #7C7C7C. Windows color (decimal): -9401019 or 4558192. OLE color: 4558192.
HSL color Cylindrical-coordinate representation of color #708D45: hue angle of 84.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708D45 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 69 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.45 |
| HSL | 84.17º | 0.34% | 0.41% | - |
| HSV(B) | 84.17º | 0.51% | 0.55% | - |
| XYZ | 17.28 | 22.92 | 9.14 | - |
| YUV | 124.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 69 | 0.21 | 0 | 0.51 | 0.45 | 84.17 | 0.34 | 0.41 |
| Hex | 70 | 8D | 45 | 15 | 0 | 33 | 2D | 54 | 22 | 29 |
| Octal | 160 | 215 | 105 | 25 | 0 | 63 | 55 | 124 | 42 | 51 |
| Binary | 1110000 | 10001101 | 1000101 | 10101 | 0 | 110011 | 101101 | 1010100 | 100010 | 101001 |
Color Harmonies of #708D45
Complementary color
Monochromatic Colors of #708D45
Black with #708D45
Text Example
Text Example
White with #708D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D45; }
p { color: rgb(112,141,69); }
H1.HeaderClassName
{
color: #708D45;
}
.AnyTagClassName
{
color: #708D45;
}
</style>
background-color css
<style>
a { background-color: #708D45; }
a { background-color: rgb(112,141,69); }
div.DivClassName
{
background-color: #708D45;
}
.BgClassName
{
background-color: #708D45;
}
</style>
border-color css
<style>
span { border-color: #708D45; }
span { border-color: rgb(112,141,69); }
td.TdClassName
{
border-color: #708D45;
}
.TagClassName
{
border-color: #708D45;
}
</style>