Shades of Dingley #708747
Tints of Dingley #708747
RGB
CMYK
RGB Variations
Color information
#708747 (or 0x708747) is known color: Dingley. HEX triplet: 70, 87 and 47. RGB value is (112,135,71). Sum of RGB (Red+Green+Blue) = 112+135+71=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #708747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708747 is #8F78B8. Grayscale: #797979. Windows color (decimal): -9402553 or 4687728. OLE color: 4687728.
HSL color Cylindrical-coordinate representation of color #708747: hue angle of 81.56º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708747 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 71 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.47 |
| HSL | 81.56º | 0.31% | 0.4% | - |
| HSV(B) | 81.56º | 0.47% | 0.53% | - |
| XYZ | 16.48 | 21.23 | 9.19 | - |
| YUV | 120.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 71 | 0.17 | 0 | 0.47 | 0.47 | 81.56 | 0.31 | 0.4 |
| Hex | 70 | 87 | 47 | 11 | 0 | 2F | 2F | 52 | 1F | 28 |
| Octal | 160 | 207 | 107 | 21 | 0 | 57 | 57 | 122 | 37 | 50 |
| Binary | 1110000 | 10000111 | 1000111 | 10001 | 0 | 101111 | 101111 | 1010010 | 11111 | 101000 |
Color Harmonies of #708747
Complementary color
Monochromatic Colors of #708747
Black with #708747
Text Example
Text Example
White with #708747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708747; }
p { color: rgb(112,135,71); }
H1.HeaderClassName
{
color: #708747;
}
.AnyTagClassName
{
color: #708747;
}
</style>
background-color css
<style>
a { background-color: #708747; }
a { background-color: rgb(112,135,71); }
div.DivClassName
{
background-color: #708747;
}
.BgClassName
{
background-color: #708747;
}
</style>
border-color css
<style>
span { border-color: #708747; }
span { border-color: rgb(112,135,71); }
td.TdClassName
{
border-color: #708747;
}
.TagClassName
{
border-color: #708747;
}
</style>