Shades of Dingley #708249
Tints of Dingley #708249
RGB
CMYK
RGB Variations
Color information
#708249 (or 0x708249) is known color: Dingley. HEX triplet: 70, 82 and 49. RGB value is (112,130,73). Sum of RGB (Red+Green+Blue) = 112+130+73=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #708249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708249 is #8F7DB6. Grayscale: #767676. Windows color (decimal): -9403831 or 4817520. OLE color: 4817520.
HSL color Cylindrical-coordinate representation of color #708249: hue angle of 78.95º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708249 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 73 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.49 |
| HSL | 78.95º | 0.28% | 0.4% | - |
| HSV(B) | 78.95º | 0.44% | 0.51% | - |
| XYZ | 15.87 | 19.89 | 9.31 | - |
| YUV | 118.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 73 | 0.14 | 0 | 0.44 | 0.49 | 78.95 | 0.28 | 0.4 |
| Hex | 70 | 82 | 49 | E | 0 | 2C | 31 | 4F | 1C | 28 |
| Octal | 160 | 202 | 111 | 16 | 0 | 54 | 61 | 117 | 34 | 50 |
| Binary | 1110000 | 10000010 | 1001001 | 1110 | 0 | 101100 | 110001 | 1001111 | 11100 | 101000 |
Color Harmonies of #708249
Complementary color
Monochromatic Colors of #708249
Black with #708249
Text Example
Text Example
White with #708249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708249; }
p { color: rgb(112,130,73); }
H1.HeaderClassName
{
color: #708249;
}
.AnyTagClassName
{
color: #708249;
}
</style>
background-color css
<style>
a { background-color: #708249; }
a { background-color: rgb(112,130,73); }
div.DivClassName
{
background-color: #708249;
}
.BgClassName
{
background-color: #708249;
}
</style>
border-color css
<style>
span { border-color: #708249; }
span { border-color: rgb(112,130,73); }
td.TdClassName
{
border-color: #708249;
}
.TagClassName
{
border-color: #708249;
}
</style>