Shades of Dingley #698D47
Tints of Dingley #698D47
RGB
CMYK
RGB Variations
Color information
#698D47 (or 0x698D47) is known color: Dingley. HEX triplet: 69, 8D and 47. RGB value is (105,141,71). Sum of RGB (Red+Green+Blue) = 105+141+71=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #698D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D47 is #9672B8. Grayscale: #7A7A7A. Windows color (decimal): -9859769 or 4689257. OLE color: 4689257.
HSL color Cylindrical-coordinate representation of color #698D47: hue angle of 90.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698D47 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 71 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.45 |
| HSL | 90.86º | 0.33% | 0.42% | - |
| HSV(B) | 90.86º | 0.5% | 0.55% | - |
| XYZ | 16.49 | 22.51 | 9.44 | - |
| YUV | 122.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 71 | 0.26 | 0 | 0.50 | 0.45 | 90.86 | 0.33 | 0.42 |
| Hex | 69 | 8D | 47 | 1A | 0 | 32 | 2D | 5B | 21 | 2A |
| Octal | 151 | 215 | 107 | 32 | 0 | 62 | 55 | 133 | 41 | 52 |
| Binary | 1101001 | 10001101 | 1000111 | 11010 | 0 | 110010 | 101101 | 1011011 | 100001 | 101010 |
Color Harmonies of #698D47
Complementary color
Monochromatic Colors of #698D47
Black with #698D47
Text Example
Text Example
White with #698D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D47; }
p { color: rgb(105,141,71); }
H1.HeaderClassName
{
color: #698D47;
}
.AnyTagClassName
{
color: #698D47;
}
</style>
background-color css
<style>
a { background-color: #698D47; }
a { background-color: rgb(105,141,71); }
div.DivClassName
{
background-color: #698D47;
}
.BgClassName
{
background-color: #698D47;
}
</style>
border-color css
<style>
span { border-color: #698D47; }
span { border-color: rgb(105,141,71); }
td.TdClassName
{
border-color: #698D47;
}
.TagClassName
{
border-color: #698D47;
}
</style>