Shades of Dingley #698B44
Tints of Dingley #698B44
RGB
CMYK
RGB Variations
Color information
#698B44 (or 0x698B44) is known color: Dingley. HEX triplet: 69, 8B and 44. RGB value is (105,139,68). Sum of RGB (Red+Green+Blue) = 105+139+68=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #698B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B44 is #9674BB. Grayscale: #787878. Windows color (decimal): -9860284 or 4492137. OLE color: 4492137.
HSL color Cylindrical-coordinate representation of color #698B44: hue angle of 88.73º 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 #698B44 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 68 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.45 |
| HSL | 88.73º | 0.34% | 0.41% | - |
| HSV(B) | 88.73º | 0.51% | 0.55% | - |
| XYZ | 16.1 | 21.89 | 8.84 | - |
| YUV | 120.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 68 | 0.24 | 0 | 0.51 | 0.45 | 88.73 | 0.34 | 0.41 |
| Hex | 69 | 8B | 44 | 18 | 0 | 33 | 2D | 59 | 22 | 29 |
| Octal | 151 | 213 | 104 | 30 | 0 | 63 | 55 | 131 | 42 | 51 |
| Binary | 1101001 | 10001011 | 1000100 | 11000 | 0 | 110011 | 101101 | 1011001 | 100010 | 101001 |
Color Harmonies of #698B44
Complementary color
Monochromatic Colors of #698B44
Black with #698B44
Text Example
Text Example
White with #698B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B44; }
p { color: rgb(105,139,68); }
H1.HeaderClassName
{
color: #698B44;
}
.AnyTagClassName
{
color: #698B44;
}
</style>
background-color css
<style>
a { background-color: #698B44; }
a { background-color: rgb(105,139,68); }
div.DivClassName
{
background-color: #698B44;
}
.BgClassName
{
background-color: #698B44;
}
</style>
border-color css
<style>
span { border-color: #698B44; }
span { border-color: rgb(105,139,68); }
td.TdClassName
{
border-color: #698B44;
}
.TagClassName
{
border-color: #698B44;
}
</style>