Shades of Dingley #698847
Tints of Dingley #698847
RGB
CMYK
RGB Variations
Color information
#698847 (or 0x698847) is known color: Dingley. HEX triplet: 69, 88 and 47. RGB value is (105,136,71). Sum of RGB (Red+Green+Blue) = 105+136+71=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #698847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698847 is #9677B8. Grayscale: #777777. Windows color (decimal): -9861049 or 4687977. OLE color: 4687977.
HSL color Cylindrical-coordinate representation of color #698847: hue angle of 88.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698847 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 71 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.47 |
| HSL | 88.62º | 0.31% | 0.41% | - |
| HSV(B) | 88.62º | 0.48% | 0.53% | - |
| XYZ | 15.77 | 21.07 | 9.2 | - |
| YUV | 119.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 71 | 0.23 | 0 | 0.48 | 0.47 | 88.62 | 0.31 | 0.41 |
| Hex | 69 | 88 | 47 | 17 | 0 | 30 | 2F | 59 | 1F | 29 |
| Octal | 151 | 210 | 107 | 27 | 0 | 60 | 57 | 131 | 37 | 51 |
| Binary | 1101001 | 10001000 | 1000111 | 10111 | 0 | 110000 | 101111 | 1011001 | 11111 | 101001 |
Color Harmonies of #698847
Complementary color
Monochromatic Colors of #698847
Black with #698847
Text Example
Text Example
White with #698847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698847; }
p { color: rgb(105,136,71); }
H1.HeaderClassName
{
color: #698847;
}
.AnyTagClassName
{
color: #698847;
}
</style>
background-color css
<style>
a { background-color: #698847; }
a { background-color: rgb(105,136,71); }
div.DivClassName
{
background-color: #698847;
}
.BgClassName
{
background-color: #698847;
}
</style>
border-color css
<style>
span { border-color: #698847; }
span { border-color: rgb(105,136,71); }
td.TdClassName
{
border-color: #698847;
}
.TagClassName
{
border-color: #698847;
}
</style>