Shades of Dingley #698042
Tints of Dingley #698042
RGB
CMYK
RGB Variations
Color information
#698042 (or 0x698042) is known color: Dingley. HEX triplet: 69, 80 and 42. RGB value is (105,128,66). Sum of RGB (Red+Green+Blue) = 105+128+66=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #698042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698042 is #967FBD. Grayscale: #727272. Windows color (decimal): -9863102 or 4358249. OLE color: 4358249.
HSL color Cylindrical-coordinate representation of color #698042: hue angle of 82.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698042 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 66 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.50 |
| HSL | 82.26º | 0.32% | 0.38% | - |
| HSV(B) | 82.26º | 0.48% | 0.5% | - |
| XYZ | 14.53 | 18.83 | 8.02 | - |
| YUV | 114.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 66 | 0.18 | 0 | 0.48 | 0.50 | 82.26 | 0.32 | 0.38 |
| Hex | 69 | 80 | 42 | 12 | 0 | 30 | 32 | 52 | 20 | 26 |
| Octal | 151 | 200 | 102 | 22 | 0 | 60 | 62 | 122 | 40 | 46 |
| Binary | 1101001 | 10000000 | 1000010 | 10010 | 0 | 110000 | 110010 | 1010010 | 100000 | 100110 |
Color Harmonies of #698042
Complementary color
Monochromatic Colors of #698042
Black with #698042
Text Example
Text Example
White with #698042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698042; }
p { color: rgb(105,128,66); }
H1.HeaderClassName
{
color: #698042;
}
.AnyTagClassName
{
color: #698042;
}
</style>
background-color css
<style>
a { background-color: #698042; }
a { background-color: rgb(105,128,66); }
div.DivClassName
{
background-color: #698042;
}
.BgClassName
{
background-color: #698042;
}
</style>
border-color css
<style>
span { border-color: #698042; }
span { border-color: rgb(105,128,66); }
td.TdClassName
{
border-color: #698042;
}
.TagClassName
{
border-color: #698042;
}
</style>