Shades of Dingley #718944
Tints of Dingley #718944
RGB
CMYK
RGB Variations
Color information
#718944 (or 0x718944) is known color: Dingley. HEX triplet: 71, 89 and 44. RGB value is (113,137,68). Sum of RGB (Red+Green+Blue) = 113+137+68=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #718944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718944 is #8E76BB. Grayscale: #7A7A7A. Windows color (decimal): -9336508 or 4491633. OLE color: 4491633.
HSL color Cylindrical-coordinate representation of color #718944: hue angle of 80.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718944 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 68 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.46 |
| HSL | 80.87º | 0.34% | 0.4% | - |
| HSV(B) | 80.87º | 0.5% | 0.54% | - |
| XYZ | 16.8 | 21.82 | 8.79 | - |
| YUV | 121.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 68 | 0.18 | 0 | 0.50 | 0.46 | 80.87 | 0.34 | 0.4 |
| Hex | 71 | 89 | 44 | 12 | 0 | 32 | 2E | 51 | 22 | 28 |
| Octal | 161 | 211 | 104 | 22 | 0 | 62 | 56 | 121 | 42 | 50 |
| Binary | 1110001 | 10001001 | 1000100 | 10010 | 0 | 110010 | 101110 | 1010001 | 100010 | 101000 |
Color Harmonies of #718944
Complementary color
Monochromatic Colors of #718944
Black with #718944
Text Example
Text Example
White with #718944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718944; }
p { color: rgb(113,137,68); }
H1.HeaderClassName
{
color: #718944;
}
.AnyTagClassName
{
color: #718944;
}
</style>
background-color css
<style>
a { background-color: #718944; }
a { background-color: rgb(113,137,68); }
div.DivClassName
{
background-color: #718944;
}
.BgClassName
{
background-color: #718944;
}
</style>
border-color css
<style>
span { border-color: #718944; }
span { border-color: rgb(113,137,68); }
td.TdClassName
{
border-color: #718944;
}
.TagClassName
{
border-color: #718944;
}
</style>