Shades of Dingley #728849
Tints of Dingley #728849
RGB
CMYK
RGB Variations
Color information
#728849 (or 0x728849) is known color: Dingley. HEX triplet: 72, 88 and 49. RGB value is (114,136,73). Sum of RGB (Red+Green+Blue) = 114+136+73=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #728849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728849 is #8D77B6. Grayscale: #7A7A7A. Windows color (decimal): -9271223 or 4819058. OLE color: 4819058.
HSL color Cylindrical-coordinate representation of color #728849: hue angle of 80.95º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728849 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 73 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.47 |
| HSL | 80.95º | 0.3% | 0.41% | - |
| HSV(B) | 80.95º | 0.46% | 0.53% | - |
| XYZ | 16.95 | 21.67 | 9.59 | - |
| YUV | 122.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 73 | 0.16 | 0 | 0.46 | 0.47 | 80.95 | 0.3 | 0.41 |
| Hex | 72 | 88 | 49 | 10 | 0 | 2E | 2F | 51 | 1E | 29 |
| Octal | 162 | 210 | 111 | 20 | 0 | 56 | 57 | 121 | 36 | 51 |
| Binary | 1110010 | 10001000 | 1001001 | 10000 | 0 | 101110 | 101111 | 1010001 | 11110 | 101001 |
Color Harmonies of #728849
Complementary color
Monochromatic Colors of #728849
Black with #728849
Text Example
Text Example
White with #728849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728849; }
p { color: rgb(114,136,73); }
H1.HeaderClassName
{
color: #728849;
}
.AnyTagClassName
{
color: #728849;
}
</style>
background-color css
<style>
a { background-color: #728849; }
a { background-color: rgb(114,136,73); }
div.DivClassName
{
background-color: #728849;
}
.BgClassName
{
background-color: #728849;
}
</style>
border-color css
<style>
span { border-color: #728849; }
span { border-color: rgb(114,136,73); }
td.TdClassName
{
border-color: #728849;
}
.TagClassName
{
border-color: #728849;
}
</style>