Shades of Dingley #698844
Tints of Dingley #698844
RGB
CMYK
RGB Variations
Color information
#698844 (or 0x698844) is known color: Dingley. HEX triplet: 69, 88 and 44. RGB value is (105,136,68). Sum of RGB (Red+Green+Blue) = 105+136+68=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #698844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698844 is #9677BB. Grayscale: #777777. Windows color (decimal): -9861052 or 4491369. OLE color: 4491369.
HSL color Cylindrical-coordinate representation of color #698844: hue angle of 87.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698844 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 68 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.47 |
| HSL | 87.35º | 0.33% | 0.4% | - |
| HSV(B) | 87.35º | 0.5% | 0.53% | - |
| XYZ | 15.67 | 21.03 | 8.7 | - |
| YUV | 118.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 68 | 0.23 | 0 | 0.50 | 0.47 | 87.35 | 0.33 | 0.4 |
| Hex | 69 | 88 | 44 | 17 | 0 | 32 | 2F | 57 | 21 | 28 |
| Octal | 151 | 210 | 104 | 27 | 0 | 62 | 57 | 127 | 41 | 50 |
| Binary | 1101001 | 10001000 | 1000100 | 10111 | 0 | 110010 | 101111 | 1010111 | 100001 | 101000 |
Color Harmonies of #698844
Complementary color
Monochromatic Colors of #698844
Black with #698844
Text Example
Text Example
White with #698844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698844; }
p { color: rgb(105,136,68); }
H1.HeaderClassName
{
color: #698844;
}
.AnyTagClassName
{
color: #698844;
}
</style>
background-color css
<style>
a { background-color: #698844; }
a { background-color: rgb(105,136,68); }
div.DivClassName
{
background-color: #698844;
}
.BgClassName
{
background-color: #698844;
}
</style>
border-color css
<style>
span { border-color: #698844; }
span { border-color: rgb(105,136,68); }
td.TdClassName
{
border-color: #698844;
}
.TagClassName
{
border-color: #698844;
}
</style>