Shades of Dingley #70853F
Tints of Dingley #70853F
RGB
CMYK
RGB Variations
Color information
#70853F (or 0x70853F) is known color: Dingley. HEX triplet: 70, 85 and 3F. RGB value is (112,133,63). Sum of RGB (Red+Green+Blue) = 112+133+63=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #70853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853F is #8F7AC0. Grayscale: #777777. Windows color (decimal): -9403073 or 4162928. OLE color: 4162928.
HSL color Cylindrical-coordinate representation of color #70853F: hue angle of 78º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70853F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 63 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.48 |
| HSL | 78º | 0.36% | 0.38% | - |
| HSV(B) | 78º | 0.53% | 0.52% | - |
| XYZ | 15.97 | 20.58 | 7.83 | - |
| YUV | 118.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 63 | 0.16 | 0 | 0.53 | 0.48 | 78 | 0.36 | 0.38 |
| Hex | 70 | 85 | 3F | 10 | 0 | 35 | 30 | 4E | 24 | 26 |
| Octal | 160 | 205 | 77 | 20 | 0 | 65 | 60 | 116 | 44 | 46 |
| Binary | 1110000 | 10000101 | 111111 | 10000 | 0 | 110101 | 110000 | 1001110 | 100100 | 100110 |
Color Harmonies of #70853F
Complementary color
Monochromatic Colors of #70853F
Black with #70853F
Text Example
Text Example
White with #70853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70853F; }
p { color: rgb(112,133,63); }
H1.HeaderClassName
{
color: #70853F;
}
.AnyTagClassName
{
color: #70853F;
}
</style>
background-color css
<style>
a { background-color: #70853F; }
a { background-color: rgb(112,133,63); }
div.DivClassName
{
background-color: #70853F;
}
.BgClassName
{
background-color: #70853F;
}
</style>
border-color css
<style>
span { border-color: #70853F; }
span { border-color: rgb(112,133,63); }
td.TdClassName
{
border-color: #70853F;
}
.TagClassName
{
border-color: #70853F;
}
</style>