Shades of Dingley #708946
Tints of Dingley #708946
RGB
CMYK
RGB Variations
Color information
#708946 (or 0x708946) is known color: Dingley. HEX triplet: 70, 89 and 46. RGB value is (112,137,70). Sum of RGB (Red+Green+Blue) = 112+137+70=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #708946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708946 is #8F76B9. Grayscale: #7A7A7A. Windows color (decimal): -9402042 or 4622704. OLE color: 4622704.
HSL color Cylindrical-coordinate representation of color #708946: hue angle of 82.39º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708946 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 70 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.46 |
| HSL | 82.39º | 0.32% | 0.41% | - |
| HSV(B) | 82.39º | 0.49% | 0.54% | - |
| XYZ | 16.73 | 21.78 | 9.12 | - |
| YUV | 121.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 70 | 0.18 | 0 | 0.49 | 0.46 | 82.39 | 0.32 | 0.41 |
| Hex | 70 | 89 | 46 | 12 | 0 | 31 | 2E | 52 | 20 | 29 |
| Octal | 160 | 211 | 106 | 22 | 0 | 61 | 56 | 122 | 40 | 51 |
| Binary | 1110000 | 10001001 | 1000110 | 10010 | 0 | 110001 | 101110 | 1010010 | 100000 | 101001 |
Color Harmonies of #708946
Complementary color
Monochromatic Colors of #708946
Black with #708946
Text Example
Text Example
White with #708946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708946; }
p { color: rgb(112,137,70); }
H1.HeaderClassName
{
color: #708946;
}
.AnyTagClassName
{
color: #708946;
}
</style>
background-color css
<style>
a { background-color: #708946; }
a { background-color: rgb(112,137,70); }
div.DivClassName
{
background-color: #708946;
}
.BgClassName
{
background-color: #708946;
}
</style>
border-color css
<style>
span { border-color: #708946; }
span { border-color: rgb(112,137,70); }
td.TdClassName
{
border-color: #708946;
}
.TagClassName
{
border-color: #708946;
}
</style>