Shades of Dingley #708240
Tints of Dingley #708240
RGB
CMYK
RGB Variations
Color information
#708240 (or 0x708240) is known color: Dingley. HEX triplet: 70, 82 and 40. RGB value is (112,130,64). Sum of RGB (Red+Green+Blue) = 112+130+64=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #708240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708240 is #8F7DBF. Grayscale: #757575. Windows color (decimal): -9403840 or 4227696. OLE color: 4227696.
HSL color Cylindrical-coordinate representation of color #708240: hue angle of 76.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708240 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 64 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.49 |
| HSL | 76.36º | 0.34% | 0.38% | - |
| HSV(B) | 76.36º | 0.51% | 0.51% | - |
| XYZ | 15.59 | 19.78 | 7.85 | - |
| YUV | 117.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 64 | 0.14 | 0 | 0.51 | 0.49 | 76.36 | 0.34 | 0.38 |
| Hex | 70 | 82 | 40 | E | 0 | 33 | 31 | 4C | 22 | 26 |
| Octal | 160 | 202 | 100 | 16 | 0 | 63 | 61 | 114 | 42 | 46 |
| Binary | 1110000 | 10000010 | 1000000 | 1110 | 0 | 110011 | 110001 | 1001100 | 100010 | 100110 |
Color Harmonies of #708240
Complementary color
Monochromatic Colors of #708240
Black with #708240
Text Example
Text Example
White with #708240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708240; }
p { color: rgb(112,130,64); }
H1.HeaderClassName
{
color: #708240;
}
.AnyTagClassName
{
color: #708240;
}
</style>
background-color css
<style>
a { background-color: #708240; }
a { background-color: rgb(112,130,64); }
div.DivClassName
{
background-color: #708240;
}
.BgClassName
{
background-color: #708240;
}
</style>
border-color css
<style>
span { border-color: #708240; }
span { border-color: rgb(112,130,64); }
td.TdClassName
{
border-color: #708240;
}
.TagClassName
{
border-color: #708240;
}
</style>