Shades of Dingley #697A49
Tints of Dingley #697A49
RGB
CMYK
RGB Variations
Color information
#697A49 (or 0x697A49) is known color: Dingley. HEX triplet: 69, 7A and 49. RGB value is (105,122,73). Sum of RGB (Red+Green+Blue) = 105+122+73=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #697A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A49 is #9685B6. Grayscale: #6F6F6F. Windows color (decimal): -9864631 or 4815465. OLE color: 4815465.
HSL color Cylindrical-coordinate representation of color #697A49: hue angle of 80.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697A49 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 73 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.52 |
| HSL | 80.82º | 0.25% | 0.38% | - |
| HSV(B) | 80.82º | 0.4% | 0.48% | - |
| XYZ | 13.99 | 17.4 | 8.93 | - |
| YUV | 111.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 73 | 0.14 | 0 | 0.40 | 0.52 | 80.82 | 0.25 | 0.38 |
| Hex | 69 | 7A | 49 | E | 0 | 28 | 34 | 51 | 19 | 26 |
| Octal | 151 | 172 | 111 | 16 | 0 | 50 | 64 | 121 | 31 | 46 |
| Binary | 1101001 | 1111010 | 1001001 | 1110 | 0 | 101000 | 110100 | 1010001 | 11001 | 100110 |
Color Harmonies of #697A49
Complementary color
Monochromatic Colors of #697A49
Black with #697A49
Text Example
Text Example
White with #697A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A49; }
p { color: rgb(105,122,73); }
H1.HeaderClassName
{
color: #697A49;
}
.AnyTagClassName
{
color: #697A49;
}
</style>
background-color css
<style>
a { background-color: #697A49; }
a { background-color: rgb(105,122,73); }
div.DivClassName
{
background-color: #697A49;
}
.BgClassName
{
background-color: #697A49;
}
</style>
border-color css
<style>
span { border-color: #697A49; }
span { border-color: rgb(105,122,73); }
td.TdClassName
{
border-color: #697A49;
}
.TagClassName
{
border-color: #697A49;
}
</style>