Shades of Dingley #718C45
Tints of Dingley #718C45
RGB
CMYK
RGB Variations
Color information
#718C45 (or 0x718C45) is known color: Dingley. HEX triplet: 71, 8C and 45. RGB value is (113,140,69). Sum of RGB (Red+Green+Blue) = 113+140+69=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #718C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C45 is #8E73BA. Grayscale: #7C7C7C. Windows color (decimal): -9335739 or 4557937. OLE color: 4557937.
HSL color Cylindrical-coordinate representation of color #718C45: hue angle of 82.82º 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 #718C45 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 69 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.45 |
| HSL | 82.82º | 0.34% | 0.41% | - |
| HSV(B) | 82.82º | 0.51% | 0.55% | - |
| XYZ | 17.26 | 22.7 | 9.1 | - |
| YUV | 123.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 69 | 0.19 | 0 | 0.51 | 0.45 | 82.82 | 0.34 | 0.41 |
| Hex | 71 | 8C | 45 | 13 | 0 | 33 | 2D | 53 | 22 | 29 |
| Octal | 161 | 214 | 105 | 23 | 0 | 63 | 55 | 123 | 42 | 51 |
| Binary | 1110001 | 10001100 | 1000101 | 10011 | 0 | 110011 | 101101 | 1010011 | 100010 | 101001 |
Color Harmonies of #718C45
Complementary color
Monochromatic Colors of #718C45
Black with #718C45
Text Example
Text Example
White with #718C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C45; }
p { color: rgb(113,140,69); }
H1.HeaderClassName
{
color: #718C45;
}
.AnyTagClassName
{
color: #718C45;
}
</style>
background-color css
<style>
a { background-color: #718C45; }
a { background-color: rgb(113,140,69); }
div.DivClassName
{
background-color: #718C45;
}
.BgClassName
{
background-color: #718C45;
}
</style>
border-color css
<style>
span { border-color: #718C45; }
span { border-color: rgb(113,140,69); }
td.TdClassName
{
border-color: #718C45;
}
.TagClassName
{
border-color: #718C45;
}
</style>