Shades of Dingley #708B49
Tints of Dingley #708B49
RGB
CMYK
RGB Variations
Color information
#708B49 (or 0x708B49) is known color: Dingley. HEX triplet: 70, 8B and 49. RGB value is (112,139,73). Sum of RGB (Red+Green+Blue) = 112+139+73=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #708B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B49 is #8F74B6. Grayscale: #7B7B7B. Windows color (decimal): -9401527 or 4819824. OLE color: 4819824.
HSL color Cylindrical-coordinate representation of color #708B49: hue angle of 84.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708B49 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 73 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.45 |
| HSL | 84.55º | 0.31% | 0.42% | - |
| HSV(B) | 84.55º | 0.47% | 0.55% | - |
| XYZ | 17.12 | 22.39 | 9.72 | - |
| YUV | 123.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 73 | 0.19 | 0 | 0.47 | 0.45 | 84.55 | 0.31 | 0.42 |
| Hex | 70 | 8B | 49 | 13 | 0 | 2F | 2D | 55 | 1F | 2A |
| Octal | 160 | 213 | 111 | 23 | 0 | 57 | 55 | 125 | 37 | 52 |
| Binary | 1110000 | 10001011 | 1001001 | 10011 | 0 | 101111 | 101101 | 1010101 | 11111 | 101010 |
Color Harmonies of #708B49
Complementary color
Monochromatic Colors of #708B49
Black with #708B49
Text Example
Text Example
White with #708B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B49; }
p { color: rgb(112,139,73); }
H1.HeaderClassName
{
color: #708B49;
}
.AnyTagClassName
{
color: #708B49;
}
</style>
background-color css
<style>
a { background-color: #708B49; }
a { background-color: rgb(112,139,73); }
div.DivClassName
{
background-color: #708B49;
}
.BgClassName
{
background-color: #708B49;
}
</style>
border-color css
<style>
span { border-color: #708B49; }
span { border-color: rgb(112,139,73); }
td.TdClassName
{
border-color: #708B49;
}
.TagClassName
{
border-color: #708B49;
}
</style>