Shades of Dingley #728C4A
Tints of Dingley #728C4A
RGB
CMYK
RGB Variations
Color information
#728C4A (or 0x728C4A) is known color: Dingley. HEX triplet: 72, 8C and 4A. RGB value is (114,140,74). Sum of RGB (Red+Green+Blue) = 114+140+74=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #728C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C4A is #8D73B5. Grayscale: #7C7C7C. Windows color (decimal): -9270198 or 4885618. OLE color: 4885618.
HSL color Cylindrical-coordinate representation of color #728C4A: hue angle of 83.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728C4A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 74 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.45 |
| HSL | 83.64º | 0.31% | 0.42% | - |
| HSV(B) | 83.64º | 0.47% | 0.55% | - |
| XYZ | 17.55 | 22.83 | 9.96 | - |
| YUV | 124.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 74 | 0.19 | 0 | 0.47 | 0.45 | 83.64 | 0.31 | 0.42 |
| Hex | 72 | 8C | 4A | 13 | 0 | 2F | 2D | 54 | 1F | 2A |
| Octal | 162 | 214 | 112 | 23 | 0 | 57 | 55 | 124 | 37 | 52 |
| Binary | 1110010 | 10001100 | 1001010 | 10011 | 0 | 101111 | 101101 | 1010100 | 11111 | 101010 |
Color Harmonies of #728C4A
Complementary color
Monochromatic Colors of #728C4A
Black with #728C4A
Text Example
Text Example
White with #728C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C4A; }
p { color: rgb(114,140,74); }
H1.HeaderClassName
{
color: #728C4A;
}
.AnyTagClassName
{
color: #728C4A;
}
</style>
background-color css
<style>
a { background-color: #728C4A; }
a { background-color: rgb(114,140,74); }
div.DivClassName
{
background-color: #728C4A;
}
.BgClassName
{
background-color: #728C4A;
}
</style>
border-color css
<style>
span { border-color: #728C4A; }
span { border-color: rgb(114,140,74); }
td.TdClassName
{
border-color: #728C4A;
}
.TagClassName
{
border-color: #728C4A;
}
</style>