Shades of Dingley #698849
Tints of Dingley #698849
RGB
CMYK
RGB Variations
Color information
#698849 (or 0x698849) is known color: Dingley. HEX triplet: 69, 88 and 49. RGB value is (105,136,73). Sum of RGB (Red+Green+Blue) = 105+136+73=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #698849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698849 is #9677B6. Grayscale: #777777. Windows color (decimal): -9861047 or 4819049. OLE color: 4819049.
HSL color Cylindrical-coordinate representation of color #698849: hue angle of 89.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698849 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 73 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.47 |
| HSL | 89.52º | 0.3% | 0.41% | - |
| HSV(B) | 89.52º | 0.46% | 0.53% | - |
| XYZ | 15.83 | 21.09 | 9.54 | - |
| YUV | 119.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 73 | 0.23 | 0 | 0.46 | 0.47 | 89.52 | 0.3 | 0.41 |
| Hex | 69 | 88 | 49 | 17 | 0 | 2E | 2F | 5A | 1E | 29 |
| Octal | 151 | 210 | 111 | 27 | 0 | 56 | 57 | 132 | 36 | 51 |
| Binary | 1101001 | 10001000 | 1001001 | 10111 | 0 | 101110 | 101111 | 1011010 | 11110 | 101001 |
Color Harmonies of #698849
Complementary color
Monochromatic Colors of #698849
Black with #698849
Text Example
Text Example
White with #698849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698849; }
p { color: rgb(105,136,73); }
H1.HeaderClassName
{
color: #698849;
}
.AnyTagClassName
{
color: #698849;
}
</style>
background-color css
<style>
a { background-color: #698849; }
a { background-color: rgb(105,136,73); }
div.DivClassName
{
background-color: #698849;
}
.BgClassName
{
background-color: #698849;
}
</style>
border-color css
<style>
span { border-color: #698849; }
span { border-color: rgb(105,136,73); }
td.TdClassName
{
border-color: #698849;
}
.TagClassName
{
border-color: #698849;
}
</style>