Shades of Dingley #698C48
Tints of Dingley #698C48
RGB
CMYK
RGB Variations
Color information
#698C48 (or 0x698C48) is known color: Dingley. HEX triplet: 69, 8C and 48. RGB value is (105,140,72). Sum of RGB (Red+Green+Blue) = 105+140+72=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #698C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C48 is #9673B7. Grayscale: #7A7A7A. Windows color (decimal): -9860024 or 4754537. OLE color: 4754537.
HSL color Cylindrical-coordinate representation of color #698C48: hue angle of 90.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698C48 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 72 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.45 |
| HSL | 90.88º | 0.32% | 0.42% | - |
| HSV(B) | 90.88º | 0.49% | 0.55% | - |
| XYZ | 16.37 | 22.23 | 9.56 | - |
| YUV | 121.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 72 | 0.25 | 0 | 0.49 | 0.45 | 90.88 | 0.32 | 0.42 |
| Hex | 69 | 8C | 48 | 19 | 0 | 31 | 2D | 5B | 20 | 2A |
| Octal | 151 | 214 | 110 | 31 | 0 | 61 | 55 | 133 | 40 | 52 |
| Binary | 1101001 | 10001100 | 1001000 | 11001 | 0 | 110001 | 101101 | 1011011 | 100000 | 101010 |
Color Harmonies of #698C48
Complementary color
Monochromatic Colors of #698C48
Black with #698C48
Text Example
Text Example
White with #698C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C48; }
p { color: rgb(105,140,72); }
H1.HeaderClassName
{
color: #698C48;
}
.AnyTagClassName
{
color: #698C48;
}
</style>
background-color css
<style>
a { background-color: #698C48; }
a { background-color: rgb(105,140,72); }
div.DivClassName
{
background-color: #698C48;
}
.BgClassName
{
background-color: #698C48;
}
</style>
border-color css
<style>
span { border-color: #698C48; }
span { border-color: rgb(105,140,72); }
td.TdClassName
{
border-color: #698C48;
}
.TagClassName
{
border-color: #698C48;
}
</style>