Shades of Dingley #698C46
Tints of Dingley #698C46
RGB
CMYK
RGB Variations
Color information
#698C46 (or 0x698C46) is known color: Dingley. HEX triplet: 69, 8C and 46. RGB value is (105,140,70). Sum of RGB (Red+Green+Blue) = 105+140+70=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #698C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C46 is #9673B9. Grayscale: #797979. Windows color (decimal): -9860026 or 4623465. OLE color: 4623465.
HSL color Cylindrical-coordinate representation of color #698C46: hue angle of 90º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698C46 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 70 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.45 |
| HSL | 90º | 0.33% | 0.41% | - |
| HSV(B) | 90º | 0.5% | 0.55% | - |
| XYZ | 16.31 | 22.2 | 9.22 | - |
| YUV | 121.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 70 | 0.25 | 0 | 0.50 | 0.45 | 90 | 0.33 | 0.41 |
| Hex | 69 | 8C | 46 | 19 | 0 | 32 | 2D | 5A | 21 | 29 |
| Octal | 151 | 214 | 106 | 31 | 0 | 62 | 55 | 132 | 41 | 51 |
| Binary | 1101001 | 10001100 | 1000110 | 11001 | 0 | 110010 | 101101 | 1011010 | 100001 | 101001 |
Color Harmonies of #698C46
Complementary color
Monochromatic Colors of #698C46
Black with #698C46
Text Example
Text Example
White with #698C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C46; }
p { color: rgb(105,140,70); }
H1.HeaderClassName
{
color: #698C46;
}
.AnyTagClassName
{
color: #698C46;
}
</style>
background-color css
<style>
a { background-color: #698C46; }
a { background-color: rgb(105,140,70); }
div.DivClassName
{
background-color: #698C46;
}
.BgClassName
{
background-color: #698C46;
}
</style>
border-color css
<style>
span { border-color: #698C46; }
span { border-color: rgb(105,140,70); }
td.TdClassName
{
border-color: #698C46;
}
.TagClassName
{
border-color: #698C46;
}
</style>