Shades of Dingley #70864A
Tints of Dingley #70864A
RGB
CMYK
RGB Variations
Color information
#70864A (or 0x70864A) is known color: Dingley. HEX triplet: 70, 86 and 4A. RGB value is (112,134,74). Sum of RGB (Red+Green+Blue) = 112+134+74=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #70864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70864A is #8F79B5. Grayscale: #787878. Windows color (decimal): -9402806 or 4884080. OLE color: 4884080.
HSL color Cylindrical-coordinate representation of color #70864A: hue angle of 82º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70864A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 74 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.47 |
| HSL | 82º | 0.29% | 0.41% | - |
| HSV(B) | 82º | 0.45% | 0.53% | - |
| XYZ | 16.44 | 20.99 | 9.66 | - |
| YUV | 120.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 74 | 0.16 | 0 | 0.45 | 0.47 | 82 | 0.29 | 0.41 |
| Hex | 70 | 86 | 4A | 10 | 0 | 2D | 2F | 52 | 1D | 29 |
| Octal | 160 | 206 | 112 | 20 | 0 | 55 | 57 | 122 | 35 | 51 |
| Binary | 1110000 | 10000110 | 1001010 | 10000 | 0 | 101101 | 101111 | 1010010 | 11101 | 101001 |
Color Harmonies of #70864A
Complementary color
Monochromatic Colors of #70864A
Black with #70864A
Text Example
Text Example
White with #70864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70864A; }
p { color: rgb(112,134,74); }
H1.HeaderClassName
{
color: #70864A;
}
.AnyTagClassName
{
color: #70864A;
}
</style>
background-color css
<style>
a { background-color: #70864A; }
a { background-color: rgb(112,134,74); }
div.DivClassName
{
background-color: #70864A;
}
.BgClassName
{
background-color: #70864A;
}
</style>
border-color css
<style>
span { border-color: #70864A; }
span { border-color: rgb(112,134,74); }
td.TdClassName
{
border-color: #70864A;
}
.TagClassName
{
border-color: #70864A;
}
</style>