Shades of Dingley #709244
Tints of Dingley #709244
RGB
CMYK
RGB Variations
Color information
#709244 (or 0x709244) is known color: Dingley. HEX triplet: 70, 92 and 44. RGB value is (112,146,68). Sum of RGB (Red+Green+Blue) = 112+146+68=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #709244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709244 is #8F6DBB. Grayscale: #7F7F7F. Windows color (decimal): -9399740 or 4493936. OLE color: 4493936.
HSL color Cylindrical-coordinate representation of color #709244: hue angle of 86.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709244 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 146 | 68 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.43 |
| HSL | 86.15º | 0.36% | 0.42% | - |
| HSV(B) | 86.15º | 0.53% | 0.57% | - |
| XYZ | 18 | 24.42 | 9.23 | - |
| YUV | 126.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 68 | 0.23 | 0 | 0.53 | 0.43 | 86.15 | 0.36 | 0.42 |
| Hex | 70 | 92 | 44 | 17 | 0 | 35 | 2B | 56 | 24 | 2A |
| Octal | 160 | 222 | 104 | 27 | 0 | 65 | 53 | 126 | 44 | 52 |
| Binary | 1110000 | 10010010 | 1000100 | 10111 | 0 | 110101 | 101011 | 1010110 | 100100 | 101010 |
Color Harmonies of #709244
Complementary color
Monochromatic Colors of #709244
Black with #709244
Text Example
Text Example
White with #709244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709244; }
p { color: rgb(112,146,68); }
H1.HeaderClassName
{
color: #709244;
}
.AnyTagClassName
{
color: #709244;
}
</style>
background-color css
<style>
a { background-color: #709244; }
a { background-color: rgb(112,146,68); }
div.DivClassName
{
background-color: #709244;
}
.BgClassName
{
background-color: #709244;
}
</style>
border-color css
<style>
span { border-color: #709244; }
span { border-color: rgb(112,146,68); }
td.TdClassName
{
border-color: #709244;
}
.TagClassName
{
border-color: #709244;
}
</style>