Shades of Dingley #697F50
Tints of Dingley #697F50
RGB
CMYK
RGB Variations
Color information
#697F50 (or 0x697F50) is known color: Dingley. HEX triplet: 69, 7F and 50. RGB value is (105,127,80). Sum of RGB (Red+Green+Blue) = 105+127+80=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #697F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F50 is #9680AF. Grayscale: #737373. Windows color (decimal): -9863344 or 5275497. OLE color: 5275497.
HSL color Cylindrical-coordinate representation of color #697F50: hue angle of 88.09º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697F50 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 80 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.50 |
| HSL | 88.09º | 0.23% | 0.41% | - |
| HSV(B) | 88.09º | 0.37% | 0.5% | - |
| XYZ | 14.86 | 18.76 | 10.43 | - |
| YUV | 115.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 80 | 0.17 | 0 | 0.37 | 0.50 | 88.09 | 0.23 | 0.41 |
| Hex | 69 | 7F | 50 | 11 | 0 | 25 | 32 | 58 | 17 | 29 |
| Octal | 151 | 177 | 120 | 21 | 0 | 45 | 62 | 130 | 27 | 51 |
| Binary | 1101001 | 1111111 | 1010000 | 10001 | 0 | 100101 | 110010 | 1011000 | 10111 | 101001 |
Color Harmonies of #697F50
Complementary color
Monochromatic Colors of #697F50
Black with #697F50
Text Example
Text Example
White with #697F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F50; }
p { color: rgb(105,127,80); }
H1.HeaderClassName
{
color: #697F50;
}
.AnyTagClassName
{
color: #697F50;
}
</style>
background-color css
<style>
a { background-color: #697F50; }
a { background-color: rgb(105,127,80); }
div.DivClassName
{
background-color: #697F50;
}
.BgClassName
{
background-color: #697F50;
}
</style>
border-color css
<style>
span { border-color: #697F50; }
span { border-color: rgb(105,127,80); }
td.TdClassName
{
border-color: #697F50;
}
.TagClassName
{
border-color: #697F50;
}
</style>