Shades of Dingley #708944
Tints of Dingley #708944
RGB
CMYK
RGB Variations
Color information
#708944 (or 0x708944) is known color: Dingley. HEX triplet: 70, 89 and 44. RGB value is (112,137,68). Sum of RGB (Red+Green+Blue) = 112+137+68=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #708944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708944 is #8F76BB. Grayscale: #797979. Windows color (decimal): -9402044 or 4491632. OLE color: 4491632.
HSL color Cylindrical-coordinate representation of color #708944: hue angle of 81.74º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708944 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 68 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.46 |
| HSL | 81.74º | 0.34% | 0.4% | - |
| HSV(B) | 81.74º | 0.5% | 0.54% | - |
| XYZ | 16.67 | 21.75 | 8.79 | - |
| YUV | 121.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 68 | 0.18 | 0 | 0.50 | 0.46 | 81.74 | 0.34 | 0.4 |
| Hex | 70 | 89 | 44 | 12 | 0 | 32 | 2E | 52 | 22 | 28 |
| Octal | 160 | 211 | 104 | 22 | 0 | 62 | 56 | 122 | 42 | 50 |
| Binary | 1110000 | 10001001 | 1000100 | 10010 | 0 | 110010 | 101110 | 1010010 | 100010 | 101000 |
Color Harmonies of #708944
Complementary color
Monochromatic Colors of #708944
Black with #708944
Text Example
Text Example
White with #708944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708944; }
p { color: rgb(112,137,68); }
H1.HeaderClassName
{
color: #708944;
}
.AnyTagClassName
{
color: #708944;
}
</style>
background-color css
<style>
a { background-color: #708944; }
a { background-color: rgb(112,137,68); }
div.DivClassName
{
background-color: #708944;
}
.BgClassName
{
background-color: #708944;
}
</style>
border-color css
<style>
span { border-color: #708944; }
span { border-color: rgb(112,137,68); }
td.TdClassName
{
border-color: #708944;
}
.TagClassName
{
border-color: #708944;
}
</style>