Shades of Dingley #718A49
Tints of Dingley #718A49
RGB
CMYK
RGB Variations
Color information
#718A49 (or 0x718A49) is known color: Dingley. HEX triplet: 71, 8A and 49. RGB value is (113,138,73). Sum of RGB (Red+Green+Blue) = 113+138+73=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #718A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A49 is #8E75B6. Grayscale: #7B7B7B. Windows color (decimal): -9336247 or 4819569. OLE color: 4819569.
HSL color Cylindrical-coordinate representation of color #718A49: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718A49 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 73 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.46 |
| HSL | 83.08º | 0.31% | 0.41% | - |
| HSV(B) | 83.08º | 0.47% | 0.54% | - |
| XYZ | 17.1 | 22.17 | 9.68 | - |
| YUV | 123.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 73 | 0.18 | 0 | 0.47 | 0.46 | 83.08 | 0.31 | 0.41 |
| Hex | 71 | 8A | 49 | 12 | 0 | 2F | 2E | 53 | 1F | 29 |
| Octal | 161 | 212 | 111 | 22 | 0 | 57 | 56 | 123 | 37 | 51 |
| Binary | 1110001 | 10001010 | 1001001 | 10010 | 0 | 101111 | 101110 | 1010011 | 11111 | 101001 |
Color Harmonies of #718A49
Complementary color
Monochromatic Colors of #718A49
Black with #718A49
Text Example
Text Example
White with #718A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A49; }
p { color: rgb(113,138,73); }
H1.HeaderClassName
{
color: #718A49;
}
.AnyTagClassName
{
color: #718A49;
}
</style>
background-color css
<style>
a { background-color: #718A49; }
a { background-color: rgb(113,138,73); }
div.DivClassName
{
background-color: #718A49;
}
.BgClassName
{
background-color: #718A49;
}
</style>
border-color css
<style>
span { border-color: #718A49; }
span { border-color: rgb(113,138,73); }
td.TdClassName
{
border-color: #718A49;
}
.TagClassName
{
border-color: #718A49;
}
</style>