Shades of Dingley #70884F
Tints of Dingley #70884F
RGB
CMYK
RGB Variations
Color information
#70884F (or 0x70884F) is known color: Dingley. HEX triplet: 70, 88 and 4F. RGB value is (112,136,79). Sum of RGB (Red+Green+Blue) = 112+136+79=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #70884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70884F is #8F77B0. Grayscale: #7A7A7A. Windows color (decimal): -9402289 or 5212272. OLE color: 5212272.
HSL color Cylindrical-coordinate representation of color #70884F: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70884F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 79 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.47 |
| HSL | 85.26º | 0.27% | 0.42% | - |
| HSV(B) | 85.26º | 0.42% | 0.53% | - |
| XYZ | 16.9 | 21.62 | 10.68 | - |
| YUV | 122.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 79 | 0.18 | 0 | 0.42 | 0.47 | 85.26 | 0.27 | 0.42 |
| Hex | 70 | 88 | 4F | 12 | 0 | 2A | 2F | 55 | 1B | 2A |
| Octal | 160 | 210 | 117 | 22 | 0 | 52 | 57 | 125 | 33 | 52 |
| Binary | 1110000 | 10001000 | 1001111 | 10010 | 0 | 101010 | 101111 | 1010101 | 11011 | 101010 |
Color Harmonies of #70884F
Complementary color
Monochromatic Colors of #70884F
Black with #70884F
Text Example
Text Example
White with #70884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70884F; }
p { color: rgb(112,136,79); }
H1.HeaderClassName
{
color: #70884F;
}
.AnyTagClassName
{
color: #70884F;
}
</style>
background-color css
<style>
a { background-color: #70884F; }
a { background-color: rgb(112,136,79); }
div.DivClassName
{
background-color: #70884F;
}
.BgClassName
{
background-color: #70884F;
}
</style>
border-color css
<style>
span { border-color: #70884F; }
span { border-color: rgb(112,136,79); }
td.TdClassName
{
border-color: #70884F;
}
.TagClassName
{
border-color: #70884F;
}
</style>