Shades of Dingley #708549
Tints of Dingley #708549
RGB
CMYK
RGB Variations
Color information
#708549 (or 0x708549) is known color: Dingley. HEX triplet: 70, 85 and 49. RGB value is (112,133,73). Sum of RGB (Red+Green+Blue) = 112+133+73=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #708549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708549 is #8F7AB6. Grayscale: #787878. Windows color (decimal): -9403063 or 4818288. OLE color: 4818288.
HSL color Cylindrical-coordinate representation of color #708549: hue angle of 81º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708549 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 73 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.48 |
| HSL | 81º | 0.29% | 0.4% | - |
| HSV(B) | 81º | 0.45% | 0.52% | - |
| XYZ | 16.27 | 20.7 | 9.44 | - |
| YUV | 119.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 73 | 0.16 | 0 | 0.45 | 0.48 | 81 | 0.29 | 0.4 |
| Hex | 70 | 85 | 49 | 10 | 0 | 2D | 30 | 51 | 1D | 28 |
| Octal | 160 | 205 | 111 | 20 | 0 | 55 | 60 | 121 | 35 | 50 |
| Binary | 1110000 | 10000101 | 1001001 | 10000 | 0 | 101101 | 110000 | 1010001 | 11101 | 101000 |
Color Harmonies of #708549
Complementary color
Monochromatic Colors of #708549
Black with #708549
Text Example
Text Example
White with #708549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708549; }
p { color: rgb(112,133,73); }
H1.HeaderClassName
{
color: #708549;
}
.AnyTagClassName
{
color: #708549;
}
</style>
background-color css
<style>
a { background-color: #708549; }
a { background-color: rgb(112,133,73); }
div.DivClassName
{
background-color: #708549;
}
.BgClassName
{
background-color: #708549;
}
</style>
border-color css
<style>
span { border-color: #708549; }
span { border-color: rgb(112,133,73); }
td.TdClassName
{
border-color: #708549;
}
.TagClassName
{
border-color: #708549;
}
</style>