Shades of Dingley #718A45
Tints of Dingley #718A45
RGB
CMYK
RGB Variations
Color information
#718A45 (or 0x718A45) is known color: Dingley. HEX triplet: 71, 8A and 45. RGB value is (113,138,69). Sum of RGB (Red+Green+Blue) = 113+138+69=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #718A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A45 is #8E75BA. Grayscale: #7A7A7A. Windows color (decimal): -9336251 or 4557425. OLE color: 4557425.
HSL color Cylindrical-coordinate representation of color #718A45: hue angle of 81.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718A45 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 69 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.46 |
| HSL | 81.74º | 0.33% | 0.41% | - |
| HSV(B) | 81.74º | 0.5% | 0.54% | - |
| XYZ | 16.97 | 22.12 | 9 | - |
| YUV | 122.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 69 | 0.18 | 0 | 0.5 | 0.46 | 81.74 | 0.33 | 0.41 |
| Hex | 71 | 8A | 45 | 12 | 0 | 32 | 2E | 52 | 21 | 29 |
| Octal | 161 | 212 | 105 | 22 | 0 | 62 | 56 | 122 | 41 | 51 |
| Binary | 1110001 | 10001010 | 1000101 | 10010 | 0 | 110010 | 101110 | 1010010 | 100001 | 101001 |
Color Harmonies of #718A45
Complementary color
Monochromatic Colors of #718A45
Black with #718A45
Text Example
Text Example
White with #718A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A45; }
p { color: rgb(113,138,69); }
H1.HeaderClassName
{
color: #718A45;
}
.AnyTagClassName
{
color: #718A45;
}
</style>
background-color css
<style>
a { background-color: #718A45; }
a { background-color: rgb(113,138,69); }
div.DivClassName
{
background-color: #718A45;
}
.BgClassName
{
background-color: #718A45;
}
</style>
border-color css
<style>
span { border-color: #718A45; }
span { border-color: rgb(113,138,69); }
td.TdClassName
{
border-color: #718A45;
}
.TagClassName
{
border-color: #718A45;
}
</style>