Shades of Dingley #697A4D
Tints of Dingley #697A4D
RGB
CMYK
RGB Variations
Color information
#697A4D (or 0x697A4D) is known color: Dingley. HEX triplet: 69, 7A and 4D. RGB value is (105,122,77). Sum of RGB (Red+Green+Blue) = 105+122+77=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #697A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A4D is #9685B2. Grayscale: #6F6F6F. Windows color (decimal): -9864627 or 5077609. OLE color: 5077609.
HSL color Cylindrical-coordinate representation of color #697A4D: hue angle of 82.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697A4D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 77 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.52 |
| HSL | 82.67º | 0.23% | 0.39% | - |
| HSV(B) | 82.67º | 0.37% | 0.48% | - |
| XYZ | 14.12 | 17.46 | 9.65 | - |
| YUV | 111.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 77 | 0.14 | 0 | 0.37 | 0.52 | 82.67 | 0.23 | 0.39 |
| Hex | 69 | 7A | 4D | E | 0 | 25 | 34 | 53 | 17 | 27 |
| Octal | 151 | 172 | 115 | 16 | 0 | 45 | 64 | 123 | 27 | 47 |
| Binary | 1101001 | 1111010 | 1001101 | 1110 | 0 | 100101 | 110100 | 1010011 | 10111 | 100111 |
Color Harmonies of #697A4D
Complementary color
Monochromatic Colors of #697A4D
Black with #697A4D
Text Example
Text Example
White with #697A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A4D; }
p { color: rgb(105,122,77); }
H1.HeaderClassName
{
color: #697A4D;
}
.AnyTagClassName
{
color: #697A4D;
}
</style>
background-color css
<style>
a { background-color: #697A4D; }
a { background-color: rgb(105,122,77); }
div.DivClassName
{
background-color: #697A4D;
}
.BgClassName
{
background-color: #697A4D;
}
</style>
border-color css
<style>
span { border-color: #697A4D; }
span { border-color: rgb(105,122,77); }
td.TdClassName
{
border-color: #697A4D;
}
.TagClassName
{
border-color: #697A4D;
}
</style>