Shades of Dingley #70894D
Tints of Dingley #70894D
RGB
CMYK
RGB Variations
Color information
#70894D (or 0x70894D) is known color: Dingley. HEX triplet: 70, 89 and 4D. RGB value is (112,137,77). Sum of RGB (Red+Green+Blue) = 112+137+77=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #70894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70894D is #8F76B2. Grayscale: #7A7A7A. Windows color (decimal): -9402035 or 5081456. OLE color: 5081456.
HSL color Cylindrical-coordinate representation of color #70894D: hue angle of 85º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70894D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 77 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.46 |
| HSL | 85º | 0.28% | 0.42% | - |
| HSV(B) | 85º | 0.44% | 0.54% | - |
| XYZ | 16.97 | 21.87 | 10.35 | - |
| YUV | 122.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 77 | 0.18 | 0 | 0.44 | 0.46 | 85 | 0.28 | 0.42 |
| Hex | 70 | 89 | 4D | 12 | 0 | 2C | 2E | 55 | 1C | 2A |
| Octal | 160 | 211 | 115 | 22 | 0 | 54 | 56 | 125 | 34 | 52 |
| Binary | 1110000 | 10001001 | 1001101 | 10010 | 0 | 101100 | 101110 | 1010101 | 11100 | 101010 |
Color Harmonies of #70894D
Complementary color
Monochromatic Colors of #70894D
Black with #70894D
Text Example
Text Example
White with #70894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70894D; }
p { color: rgb(112,137,77); }
H1.HeaderClassName
{
color: #70894D;
}
.AnyTagClassName
{
color: #70894D;
}
</style>
background-color css
<style>
a { background-color: #70894D; }
a { background-color: rgb(112,137,77); }
div.DivClassName
{
background-color: #70894D;
}
.BgClassName
{
background-color: #70894D;
}
</style>
border-color css
<style>
span { border-color: #70894D; }
span { border-color: rgb(112,137,77); }
td.TdClassName
{
border-color: #70894D;
}
.TagClassName
{
border-color: #70894D;
}
</style>