Shades of Dingley #708949
Tints of Dingley #708949
RGB
CMYK
RGB Variations
Color information
#708949 (or 0x708949) is known color: Dingley. HEX triplet: 70, 89 and 49. RGB value is (112,137,73). Sum of RGB (Red+Green+Blue) = 112+137+73=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #708949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708949 is #8F76B6. Grayscale: #7A7A7A. Windows color (decimal): -9402039 or 4819312. OLE color: 4819312.
HSL color Cylindrical-coordinate representation of color #708949: hue angle of 83.44º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708949 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 73 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.46 |
| HSL | 83.44º | 0.3% | 0.41% | - |
| HSV(B) | 83.44º | 0.47% | 0.54% | - |
| XYZ | 16.83 | 21.82 | 9.63 | - |
| YUV | 122.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 73 | 0.18 | 0 | 0.47 | 0.46 | 83.44 | 0.3 | 0.41 |
| Hex | 70 | 89 | 49 | 12 | 0 | 2F | 2E | 53 | 1E | 29 |
| Octal | 160 | 211 | 111 | 22 | 0 | 57 | 56 | 123 | 36 | 51 |
| Binary | 1110000 | 10001001 | 1001001 | 10010 | 0 | 101111 | 101110 | 1010011 | 11110 | 101001 |
Color Harmonies of #708949
Complementary color
Monochromatic Colors of #708949
Black with #708949
Text Example
Text Example
White with #708949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708949; }
p { color: rgb(112,137,73); }
H1.HeaderClassName
{
color: #708949;
}
.AnyTagClassName
{
color: #708949;
}
</style>
background-color css
<style>
a { background-color: #708949; }
a { background-color: rgb(112,137,73); }
div.DivClassName
{
background-color: #708949;
}
.BgClassName
{
background-color: #708949;
}
</style>
border-color css
<style>
span { border-color: #708949; }
span { border-color: rgb(112,137,73); }
td.TdClassName
{
border-color: #708949;
}
.TagClassName
{
border-color: #708949;
}
</style>