Shades of Dingley #697F4E
Tints of Dingley #697F4E
RGB
CMYK
RGB Variations
Color information
#697F4E (or 0x697F4E) is known color: Dingley. HEX triplet: 69, 7F and 4E. RGB value is (105,127,78). Sum of RGB (Red+Green+Blue) = 105+127+78=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #697F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F4E is #9680B1. Grayscale: #737373. Windows color (decimal): -9863346 or 5144425. OLE color: 5144425.
HSL color Cylindrical-coordinate representation of color #697F4E: hue angle of 86.94º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697F4E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 78 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.50 |
| HSL | 86.94º | 0.24% | 0.4% | - |
| HSV(B) | 86.94º | 0.39% | 0.5% | - |
| XYZ | 14.79 | 18.73 | 10.04 | - |
| YUV | 114.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 78 | 0.17 | 0 | 0.39 | 0.50 | 86.94 | 0.24 | 0.4 |
| Hex | 69 | 7F | 4E | 11 | 0 | 27 | 32 | 57 | 18 | 28 |
| Octal | 151 | 177 | 116 | 21 | 0 | 47 | 62 | 127 | 30 | 50 |
| Binary | 1101001 | 1111111 | 1001110 | 10001 | 0 | 100111 | 110010 | 1010111 | 11000 | 101000 |
Color Harmonies of #697F4E
Complementary color
Monochromatic Colors of #697F4E
Black with #697F4E
Text Example
Text Example
White with #697F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F4E; }
p { color: rgb(105,127,78); }
H1.HeaderClassName
{
color: #697F4E;
}
.AnyTagClassName
{
color: #697F4E;
}
</style>
background-color css
<style>
a { background-color: #697F4E; }
a { background-color: rgb(105,127,78); }
div.DivClassName
{
background-color: #697F4E;
}
.BgClassName
{
background-color: #697F4E;
}
</style>
border-color css
<style>
span { border-color: #697F4E; }
span { border-color: rgb(105,127,78); }
td.TdClassName
{
border-color: #697F4E;
}
.TagClassName
{
border-color: #697F4E;
}
</style>