Shades of Dingley #728C45
Tints of Dingley #728C45
RGB
CMYK
RGB Variations
Color information
#728C45 (or 0x728C45) is known color: Dingley. HEX triplet: 72, 8C and 45. RGB value is (114,140,69). Sum of RGB (Red+Green+Blue) = 114+140+69=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #728C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C45 is #8D73BA. Grayscale: #7C7C7C. Windows color (decimal): -9270203 or 4557938. OLE color: 4557938.
HSL color Cylindrical-coordinate representation of color #728C45: hue angle of 81.97º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728C45 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 69 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.45 |
| HSL | 81.97º | 0.34% | 0.41% | - |
| HSV(B) | 81.97º | 0.51% | 0.55% | - |
| XYZ | 17.39 | 22.76 | 9.11 | - |
| YUV | 124.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 69 | 0.19 | 0 | 0.51 | 0.45 | 81.97 | 0.34 | 0.41 |
| Hex | 72 | 8C | 45 | 13 | 0 | 33 | 2D | 52 | 22 | 29 |
| Octal | 162 | 214 | 105 | 23 | 0 | 63 | 55 | 122 | 42 | 51 |
| Binary | 1110010 | 10001100 | 1000101 | 10011 | 0 | 110011 | 101101 | 1010010 | 100010 | 101001 |
Color Harmonies of #728C45
Complementary color
Monochromatic Colors of #728C45
Black with #728C45
Text Example
Text Example
White with #728C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C45; }
p { color: rgb(114,140,69); }
H1.HeaderClassName
{
color: #728C45;
}
.AnyTagClassName
{
color: #728C45;
}
</style>
background-color css
<style>
a { background-color: #728C45; }
a { background-color: rgb(114,140,69); }
div.DivClassName
{
background-color: #728C45;
}
.BgClassName
{
background-color: #728C45;
}
</style>
border-color css
<style>
span { border-color: #728C45; }
span { border-color: rgb(114,140,69); }
td.TdClassName
{
border-color: #728C45;
}
.TagClassName
{
border-color: #728C45;
}
</style>