Shades of Dingley #708641
Tints of Dingley #708641
RGB
CMYK
RGB Variations
Color information
#708641 (or 0x708641) is known color: Dingley. HEX triplet: 70, 86 and 41. RGB value is (112,134,65). Sum of RGB (Red+Green+Blue) = 112+134+65=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #708641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708641 is #8F79BE. Grayscale: #777777. Windows color (decimal): -9402815 or 4294256. OLE color: 4294256.
HSL color Cylindrical-coordinate representation of color #708641: hue angle of 79.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708641 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 65 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.47 |
| HSL | 79.13º | 0.35% | 0.39% | - |
| HSV(B) | 79.13º | 0.51% | 0.53% | - |
| XYZ | 16.16 | 20.88 | 8.18 | - |
| YUV | 119.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 65 | 0.16 | 0 | 0.51 | 0.47 | 79.13 | 0.35 | 0.39 |
| Hex | 70 | 86 | 41 | 10 | 0 | 33 | 2F | 4F | 23 | 27 |
| Octal | 160 | 206 | 101 | 20 | 0 | 63 | 57 | 117 | 43 | 47 |
| Binary | 1110000 | 10000110 | 1000001 | 10000 | 0 | 110011 | 101111 | 1001111 | 100011 | 100111 |
Color Harmonies of #708641
Complementary color
Monochromatic Colors of #708641
Black with #708641
Text Example
Text Example
White with #708641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708641; }
p { color: rgb(112,134,65); }
H1.HeaderClassName
{
color: #708641;
}
.AnyTagClassName
{
color: #708641;
}
</style>
background-color css
<style>
a { background-color: #708641; }
a { background-color: rgb(112,134,65); }
div.DivClassName
{
background-color: #708641;
}
.BgClassName
{
background-color: #708641;
}
</style>
border-color css
<style>
span { border-color: #708641; }
span { border-color: rgb(112,134,65); }
td.TdClassName
{
border-color: #708641;
}
.TagClassName
{
border-color: #708641;
}
</style>