Shades of Dingley #70854C
Tints of Dingley #70854C
RGB
CMYK
RGB Variations
Color information
#70854C (or 0x70854C) is known color: Dingley. HEX triplet: 70, 85 and 4C. RGB value is (112,133,76). Sum of RGB (Red+Green+Blue) = 112+133+76=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #70854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70854C is #8F7AB3. Grayscale: #787878. Windows color (decimal): -9403060 or 5014896. OLE color: 5014896.
HSL color Cylindrical-coordinate representation of color #70854C: hue angle of 82.11º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70854C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 76 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.48 |
| HSL | 82.11º | 0.27% | 0.41% | - |
| HSV(B) | 82.11º | 0.43% | 0.52% | - |
| XYZ | 16.37 | 20.74 | 9.98 | - |
| YUV | 120.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 76 | 0.16 | 0 | 0.43 | 0.48 | 82.11 | 0.27 | 0.41 |
| Hex | 70 | 85 | 4C | 10 | 0 | 2B | 30 | 52 | 1B | 29 |
| Octal | 160 | 205 | 114 | 20 | 0 | 53 | 60 | 122 | 33 | 51 |
| Binary | 1110000 | 10000101 | 1001100 | 10000 | 0 | 101011 | 110000 | 1010010 | 11011 | 101001 |
Color Harmonies of #70854C
Complementary color
Monochromatic Colors of #70854C
Black with #70854C
Text Example
Text Example
White with #70854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70854C; }
p { color: rgb(112,133,76); }
H1.HeaderClassName
{
color: #70854C;
}
.AnyTagClassName
{
color: #70854C;
}
</style>
background-color css
<style>
a { background-color: #70854C; }
a { background-color: rgb(112,133,76); }
div.DivClassName
{
background-color: #70854C;
}
.BgClassName
{
background-color: #70854C;
}
</style>
border-color css
<style>
span { border-color: #70854C; }
span { border-color: rgb(112,133,76); }
td.TdClassName
{
border-color: #70854C;
}
.TagClassName
{
border-color: #70854C;
}
</style>