Shades of Dingley #698C47
Tints of Dingley #698C47
RGB
CMYK
RGB Variations
Color information
#698C47 (or 0x698C47) is known color: Dingley. HEX triplet: 69, 8C and 47. RGB value is (105,140,71). Sum of RGB (Red+Green+Blue) = 105+140+71=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #698C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C47 is #9673B8. Grayscale: #797979. Windows color (decimal): -9860025 or 4689001. OLE color: 4689001.
HSL color Cylindrical-coordinate representation of color #698C47: hue angle of 90.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698C47 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 71 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.45 |
| HSL | 90.43º | 0.33% | 0.41% | - |
| HSV(B) | 90.43º | 0.49% | 0.55% | - |
| XYZ | 16.34 | 22.21 | 9.39 | - |
| YUV | 121.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 71 | 0.25 | 0 | 0.49 | 0.45 | 90.43 | 0.33 | 0.41 |
| Hex | 69 | 8C | 47 | 19 | 0 | 31 | 2D | 5A | 21 | 29 |
| Octal | 151 | 214 | 107 | 31 | 0 | 61 | 55 | 132 | 41 | 51 |
| Binary | 1101001 | 10001100 | 1000111 | 11001 | 0 | 110001 | 101101 | 1011010 | 100001 | 101001 |
Color Harmonies of #698C47
Complementary color
Monochromatic Colors of #698C47
Black with #698C47
Text Example
Text Example
White with #698C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C47; }
p { color: rgb(105,140,71); }
H1.HeaderClassName
{
color: #698C47;
}
.AnyTagClassName
{
color: #698C47;
}
</style>
background-color css
<style>
a { background-color: #698C47; }
a { background-color: rgb(105,140,71); }
div.DivClassName
{
background-color: #698C47;
}
.BgClassName
{
background-color: #698C47;
}
</style>
border-color css
<style>
span { border-color: #698C47; }
span { border-color: rgb(105,140,71); }
td.TdClassName
{
border-color: #698C47;
}
.TagClassName
{
border-color: #698C47;
}
</style>