Shades of Dingley #708541
Tints of Dingley #708541
RGB
CMYK
RGB Variations
Color information
#708541 (or 0x708541) is known color: Dingley. HEX triplet: 70, 85 and 41. RGB value is (112,133,65). Sum of RGB (Red+Green+Blue) = 112+133+65=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #708541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708541 is #8F7ABE. Grayscale: #777777. Windows color (decimal): -9403071 or 4294000. OLE color: 4294000.
HSL color Cylindrical-coordinate representation of color #708541: hue angle of 78.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708541 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 65 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.48 |
| HSL | 78.53º | 0.34% | 0.39% | - |
| HSV(B) | 78.53º | 0.51% | 0.52% | - |
| XYZ | 16.02 | 20.6 | 8.13 | - |
| YUV | 118.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 65 | 0.16 | 0 | 0.51 | 0.48 | 78.53 | 0.34 | 0.39 |
| Hex | 70 | 85 | 41 | 10 | 0 | 33 | 30 | 4F | 22 | 27 |
| Octal | 160 | 205 | 101 | 20 | 0 | 63 | 60 | 117 | 42 | 47 |
| Binary | 1110000 | 10000101 | 1000001 | 10000 | 0 | 110011 | 110000 | 1001111 | 100010 | 100111 |
Color Harmonies of #708541
Complementary color
Monochromatic Colors of #708541
Black with #708541
Text Example
Text Example
White with #708541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708541; }
p { color: rgb(112,133,65); }
H1.HeaderClassName
{
color: #708541;
}
.AnyTagClassName
{
color: #708541;
}
</style>
background-color css
<style>
a { background-color: #708541; }
a { background-color: rgb(112,133,65); }
div.DivClassName
{
background-color: #708541;
}
.BgClassName
{
background-color: #708541;
}
</style>
border-color css
<style>
span { border-color: #708541; }
span { border-color: rgb(112,133,65); }
td.TdClassName
{
border-color: #708541;
}
.TagClassName
{
border-color: #708541;
}
</style>