Shades of Dingley #698C45
Tints of Dingley #698C45
RGB
CMYK
RGB Variations
Color information
#698C45 (or 0x698C45) is known color: Dingley. HEX triplet: 69, 8C and 45. RGB value is (105,140,69). Sum of RGB (Red+Green+Blue) = 105+140+69=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #698C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C45 is #9673BA. Grayscale: #797979. Windows color (decimal): -9860027 or 4557929. OLE color: 4557929.
HSL color Cylindrical-coordinate representation of color #698C45: hue angle of 89.58º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698C45 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 69 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.45 |
| HSL | 89.58º | 0.34% | 0.41% | - |
| HSV(B) | 89.58º | 0.51% | 0.55% | - |
| XYZ | 16.28 | 22.19 | 9.06 | - |
| YUV | 121.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 69 | 0.25 | 0 | 0.51 | 0.45 | 89.58 | 0.34 | 0.41 |
| Hex | 69 | 8C | 45 | 19 | 0 | 33 | 2D | 5A | 22 | 29 |
| Octal | 151 | 214 | 105 | 31 | 0 | 63 | 55 | 132 | 42 | 51 |
| Binary | 1101001 | 10001100 | 1000101 | 11001 | 0 | 110011 | 101101 | 1011010 | 100010 | 101001 |
Color Harmonies of #698C45
Complementary color
Monochromatic Colors of #698C45
Black with #698C45
Text Example
Text Example
White with #698C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C45; }
p { color: rgb(105,140,69); }
H1.HeaderClassName
{
color: #698C45;
}
.AnyTagClassName
{
color: #698C45;
}
</style>
background-color css
<style>
a { background-color: #698C45; }
a { background-color: rgb(105,140,69); }
div.DivClassName
{
background-color: #698C45;
}
.BgClassName
{
background-color: #698C45;
}
</style>
border-color css
<style>
span { border-color: #698C45; }
span { border-color: rgb(105,140,69); }
td.TdClassName
{
border-color: #698C45;
}
.TagClassName
{
border-color: #698C45;
}
</style>