Shades of Dingley #698044
Tints of Dingley #698044
RGB
CMYK
RGB Variations
Color information
#698044 (or 0x698044) is known color: Dingley. HEX triplet: 69, 80 and 44. RGB value is (105,128,68). Sum of RGB (Red+Green+Blue) = 105+128+68=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #698044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698044 is #967FBB. Grayscale: #727272. Windows color (decimal): -9863100 or 4489321. OLE color: 4489321.
HSL color Cylindrical-coordinate representation of color #698044: hue angle of 83º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698044 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 68 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.50 |
| HSL | 83º | 0.31% | 0.38% | - |
| HSV(B) | 83º | 0.47% | 0.5% | - |
| XYZ | 14.59 | 18.86 | 8.34 | - |
| YUV | 114.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 68 | 0.18 | 0 | 0.47 | 0.50 | 83 | 0.31 | 0.38 |
| Hex | 69 | 80 | 44 | 12 | 0 | 2F | 32 | 53 | 1F | 26 |
| Octal | 151 | 200 | 104 | 22 | 0 | 57 | 62 | 123 | 37 | 46 |
| Binary | 1101001 | 10000000 | 1000100 | 10010 | 0 | 101111 | 110010 | 1010011 | 11111 | 100110 |
Color Harmonies of #698044
Complementary color
Monochromatic Colors of #698044
Black with #698044
Text Example
Text Example
White with #698044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698044; }
p { color: rgb(105,128,68); }
H1.HeaderClassName
{
color: #698044;
}
.AnyTagClassName
{
color: #698044;
}
</style>
background-color css
<style>
a { background-color: #698044; }
a { background-color: rgb(105,128,68); }
div.DivClassName
{
background-color: #698044;
}
.BgClassName
{
background-color: #698044;
}
</style>
border-color css
<style>
span { border-color: #698044; }
span { border-color: rgb(105,128,68); }
td.TdClassName
{
border-color: #698044;
}
.TagClassName
{
border-color: #698044;
}
</style>