Shades of Dingley #708143
Tints of Dingley #708143
RGB
CMYK
RGB Variations
Color information
#708143 (or 0x708143) is known color: Dingley. HEX triplet: 70, 81 and 43. RGB value is (112,129,67). Sum of RGB (Red+Green+Blue) = 112+129+67=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #708143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708143 is #8F7EBC. Grayscale: #757575. Windows color (decimal): -9404093 or 4424048. OLE color: 4424048.
HSL color Cylindrical-coordinate representation of color #708143: hue angle of 76.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708143 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 67 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.49 |
| HSL | 76.45º | 0.32% | 0.38% | - |
| HSV(B) | 76.45º | 0.48% | 0.51% | - |
| XYZ | 15.55 | 19.55 | 8.26 | - |
| YUV | 116.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 67 | 0.13 | 0 | 0.48 | 0.49 | 76.45 | 0.32 | 0.38 |
| Hex | 70 | 81 | 43 | D | 0 | 30 | 31 | 4C | 20 | 26 |
| Octal | 160 | 201 | 103 | 15 | 0 | 60 | 61 | 114 | 40 | 46 |
| Binary | 1110000 | 10000001 | 1000011 | 1101 | 0 | 110000 | 110001 | 1001100 | 100000 | 100110 |
Color Harmonies of #708143
Complementary color
Monochromatic Colors of #708143
Black with #708143
Text Example
Text Example
White with #708143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708143; }
p { color: rgb(112,129,67); }
H1.HeaderClassName
{
color: #708143;
}
.AnyTagClassName
{
color: #708143;
}
</style>
background-color css
<style>
a { background-color: #708143; }
a { background-color: rgb(112,129,67); }
div.DivClassName
{
background-color: #708143;
}
.BgClassName
{
background-color: #708143;
}
</style>
border-color css
<style>
span { border-color: #708143; }
span { border-color: rgb(112,129,67); }
td.TdClassName
{
border-color: #708143;
}
.TagClassName
{
border-color: #708143;
}
</style>