Shades of Dingley #729047
Tints of Dingley #729047
RGB
CMYK
RGB Variations
Color information
#729047 (or 0x729047) is known color: Dingley. HEX triplet: 72, 90 and 47. RGB value is (114,144,71). Sum of RGB (Red+Green+Blue) = 114+144+71=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #729047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729047 is #8D6FB8. Grayscale: #7E7E7E. Windows color (decimal): -9269177 or 4690034. OLE color: 4690034.
HSL color Cylindrical-coordinate representation of color #729047: hue angle of 84.66º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729047 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 71 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.44 |
| HSL | 84.66º | 0.34% | 0.42% | - |
| HSV(B) | 84.66º | 0.51% | 0.56% | - |
| XYZ | 18.05 | 23.98 | 9.64 | - |
| YUV | 126.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 71 | 0.21 | 0 | 0.51 | 0.44 | 84.66 | 0.34 | 0.42 |
| Hex | 72 | 90 | 47 | 15 | 0 | 33 | 2C | 55 | 22 | 2A |
| Octal | 162 | 220 | 107 | 25 | 0 | 63 | 54 | 125 | 42 | 52 |
| Binary | 1110010 | 10010000 | 1000111 | 10101 | 0 | 110011 | 101100 | 1010101 | 100010 | 101010 |
Color Harmonies of #729047
Complementary color
Monochromatic Colors of #729047
Black with #729047
Text Example
Text Example
White with #729047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729047; }
p { color: rgb(114,144,71); }
H1.HeaderClassName
{
color: #729047;
}
.AnyTagClassName
{
color: #729047;
}
</style>
background-color css
<style>
a { background-color: #729047; }
a { background-color: rgb(114,144,71); }
div.DivClassName
{
background-color: #729047;
}
.BgClassName
{
background-color: #729047;
}
</style>
border-color css
<style>
span { border-color: #729047; }
span { border-color: rgb(114,144,71); }
td.TdClassName
{
border-color: #729047;
}
.TagClassName
{
border-color: #729047;
}
</style>