Shades of Dingley #708844
Tints of Dingley #708844
RGB
CMYK
RGB Variations
Color information
#708844 (or 0x708844) is known color: Dingley. HEX triplet: 70, 88 and 44. RGB value is (112,136,68). Sum of RGB (Red+Green+Blue) = 112+136+68=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #708844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708844 is #8F77BB. Grayscale: #797979. Windows color (decimal): -9402300 or 4491376. OLE color: 4491376.
HSL color Cylindrical-coordinate representation of color #708844: hue angle of 81.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708844 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 68 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.47 |
| HSL | 81.18º | 0.33% | 0.4% | - |
| HSV(B) | 81.18º | 0.5% | 0.53% | - |
| XYZ | 16.53 | 21.47 | 8.74 | - |
| YUV | 121.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 68 | 0.18 | 0 | 0.50 | 0.47 | 81.18 | 0.33 | 0.4 |
| Hex | 70 | 88 | 44 | 12 | 0 | 32 | 2F | 51 | 21 | 28 |
| Octal | 160 | 210 | 104 | 22 | 0 | 62 | 57 | 121 | 41 | 50 |
| Binary | 1110000 | 10001000 | 1000100 | 10010 | 0 | 110010 | 101111 | 1010001 | 100001 | 101000 |
Color Harmonies of #708844
Complementary color
Monochromatic Colors of #708844
Black with #708844
Text Example
Text Example
White with #708844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708844; }
p { color: rgb(112,136,68); }
H1.HeaderClassName
{
color: #708844;
}
.AnyTagClassName
{
color: #708844;
}
</style>
background-color css
<style>
a { background-color: #708844; }
a { background-color: rgb(112,136,68); }
div.DivClassName
{
background-color: #708844;
}
.BgClassName
{
background-color: #708844;
}
</style>
border-color css
<style>
span { border-color: #708844; }
span { border-color: rgb(112,136,68); }
td.TdClassName
{
border-color: #708844;
}
.TagClassName
{
border-color: #708844;
}
</style>