Shades of Dingley #718848
Tints of Dingley #718848
RGB
CMYK
RGB Variations
Color information
#718848 (or 0x718848) is known color: Dingley. HEX triplet: 71, 88 and 48. RGB value is (113,136,72). Sum of RGB (Red+Green+Blue) = 113+136+72=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #718848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718848 is #8E77B7. Grayscale: #7A7A7A. Windows color (decimal): -9336760 or 4753521. OLE color: 4753521.
HSL color Cylindrical-coordinate representation of color #718848: hue angle of 81.56º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718848 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 72 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.47 |
| HSL | 81.56º | 0.31% | 0.41% | - |
| HSV(B) | 81.56º | 0.47% | 0.53% | - |
| XYZ | 16.78 | 21.59 | 9.41 | - |
| YUV | 121.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 72 | 0.17 | 0 | 0.47 | 0.47 | 81.56 | 0.31 | 0.41 |
| Hex | 71 | 88 | 48 | 11 | 0 | 2F | 2F | 52 | 1F | 29 |
| Octal | 161 | 210 | 110 | 21 | 0 | 57 | 57 | 122 | 37 | 51 |
| Binary | 1110001 | 10001000 | 1001000 | 10001 | 0 | 101111 | 101111 | 1010010 | 11111 | 101001 |
Color Harmonies of #718848
Complementary color
Monochromatic Colors of #718848
Black with #718848
Text Example
Text Example
White with #718848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718848; }
p { color: rgb(113,136,72); }
H1.HeaderClassName
{
color: #718848;
}
.AnyTagClassName
{
color: #718848;
}
</style>
background-color css
<style>
a { background-color: #718848; }
a { background-color: rgb(113,136,72); }
div.DivClassName
{
background-color: #718848;
}
.BgClassName
{
background-color: #718848;
}
</style>
border-color css
<style>
span { border-color: #718848; }
span { border-color: rgb(113,136,72); }
td.TdClassName
{
border-color: #718848;
}
.TagClassName
{
border-color: #718848;
}
</style>