Shades of Dingley #698F49
Tints of Dingley #698F49
RGB
CMYK
RGB Variations
Color information
#698F49 (or 0x698F49) is known color: Dingley. HEX triplet: 69, 8F and 49. RGB value is (105,143,73). Sum of RGB (Red+Green+Blue) = 105+143+73=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #698F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F49 is #9670B6. Grayscale: #7B7B7B. Windows color (decimal): -9859255 or 4820841. OLE color: 4820841.
HSL color Cylindrical-coordinate representation of color #698F49: hue angle of 92.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698F49 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 73 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.44 |
| HSL | 92.57º | 0.32% | 0.42% | - |
| HSV(B) | 92.57º | 0.49% | 0.56% | - |
| XYZ | 16.85 | 23.13 | 9.88 | - |
| YUV | 123.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 73 | 0.27 | 0 | 0.49 | 0.44 | 92.57 | 0.32 | 0.42 |
| Hex | 69 | 8F | 49 | 1B | 0 | 31 | 2C | 5D | 20 | 2A |
| Octal | 151 | 217 | 111 | 33 | 0 | 61 | 54 | 135 | 40 | 52 |
| Binary | 1101001 | 10001111 | 1001001 | 11011 | 0 | 110001 | 101100 | 1011101 | 100000 | 101010 |
Color Harmonies of #698F49
Complementary color
Monochromatic Colors of #698F49
Black with #698F49
Text Example
Text Example
White with #698F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F49; }
p { color: rgb(105,143,73); }
H1.HeaderClassName
{
color: #698F49;
}
.AnyTagClassName
{
color: #698F49;
}
</style>
background-color css
<style>
a { background-color: #698F49; }
a { background-color: rgb(105,143,73); }
div.DivClassName
{
background-color: #698F49;
}
.BgClassName
{
background-color: #698F49;
}
</style>
border-color css
<style>
span { border-color: #698F49; }
span { border-color: rgb(105,143,73); }
td.TdClassName
{
border-color: #698F49;
}
.TagClassName
{
border-color: #698F49;
}
</style>