Shades of Dingley #728845
Tints of Dingley #728845
RGB
CMYK
RGB Variations
Color information
#728845 (or 0x728845) is known color: Dingley. HEX triplet: 72, 88 and 45. RGB value is (114,136,69). Sum of RGB (Red+Green+Blue) = 114+136+69=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #728845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728845 is #8D77BA. Grayscale: #7A7A7A. Windows color (decimal): -9271227 or 4556914. OLE color: 4556914.
HSL color Cylindrical-coordinate representation of color #728845: hue angle of 79.7º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728845 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 69 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.47 |
| HSL | 79.7º | 0.33% | 0.4% | - |
| HSV(B) | 79.7º | 0.49% | 0.53% | - |
| XYZ | 16.82 | 21.62 | 8.92 | - |
| YUV | 121.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 69 | 0.16 | 0 | 0.49 | 0.47 | 79.7 | 0.33 | 0.4 |
| Hex | 72 | 88 | 45 | 10 | 0 | 31 | 2F | 50 | 21 | 28 |
| Octal | 162 | 210 | 105 | 20 | 0 | 61 | 57 | 120 | 41 | 50 |
| Binary | 1110010 | 10001000 | 1000101 | 10000 | 0 | 110001 | 101111 | 1010000 | 100001 | 101000 |
Color Harmonies of #728845
Complementary color
Monochromatic Colors of #728845
Black with #728845
Text Example
Text Example
White with #728845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728845; }
p { color: rgb(114,136,69); }
H1.HeaderClassName
{
color: #728845;
}
.AnyTagClassName
{
color: #728845;
}
</style>
background-color css
<style>
a { background-color: #728845; }
a { background-color: rgb(114,136,69); }
div.DivClassName
{
background-color: #728845;
}
.BgClassName
{
background-color: #728845;
}
</style>
border-color css
<style>
span { border-color: #728845; }
span { border-color: rgb(114,136,69); }
td.TdClassName
{
border-color: #728845;
}
.TagClassName
{
border-color: #728845;
}
</style>