Shades of Dingley #697F49
Tints of Dingley #697F49
RGB
CMYK
RGB Variations
Color information
#697F49 (or 0x697F49) is known color: Dingley. HEX triplet: 69, 7F and 49. RGB value is (105,127,73). Sum of RGB (Red+Green+Blue) = 105+127+73=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #697F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F49 is #9680B6. Grayscale: #727272. Windows color (decimal): -9863351 or 4816745. OLE color: 4816745.
HSL color Cylindrical-coordinate representation of color #697F49: hue angle of 84.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697F49 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 73 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.50 |
| HSL | 84.44º | 0.27% | 0.39% | - |
| HSV(B) | 84.44º | 0.43% | 0.5% | - |
| XYZ | 14.62 | 18.66 | 9.14 | - |
| YUV | 114.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 73 | 0.17 | 0 | 0.43 | 0.50 | 84.44 | 0.27 | 0.39 |
| Hex | 69 | 7F | 49 | 11 | 0 | 2B | 32 | 54 | 1B | 27 |
| Octal | 151 | 177 | 111 | 21 | 0 | 53 | 62 | 124 | 33 | 47 |
| Binary | 1101001 | 1111111 | 1001001 | 10001 | 0 | 101011 | 110010 | 1010100 | 11011 | 100111 |
Color Harmonies of #697F49
Complementary color
Monochromatic Colors of #697F49
Black with #697F49
Text Example
Text Example
White with #697F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F49; }
p { color: rgb(105,127,73); }
H1.HeaderClassName
{
color: #697F49;
}
.AnyTagClassName
{
color: #697F49;
}
</style>
background-color css
<style>
a { background-color: #697F49; }
a { background-color: rgb(105,127,73); }
div.DivClassName
{
background-color: #697F49;
}
.BgClassName
{
background-color: #697F49;
}
</style>
border-color css
<style>
span { border-color: #697F49; }
span { border-color: rgb(105,127,73); }
td.TdClassName
{
border-color: #697F49;
}
.TagClassName
{
border-color: #697F49;
}
</style>