Shades of Dingley #697C4D
Tints of Dingley #697C4D
RGB
CMYK
RGB Variations
Color information
#697C4D (or 0x697C4D) is known color: Dingley. HEX triplet: 69, 7C and 4D. RGB value is (105,124,77). Sum of RGB (Red+Green+Blue) = 105+124+77=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #697C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C4D is #9683B2. Grayscale: #717171. Windows color (decimal): -9864115 or 5078121. OLE color: 5078121.
HSL color Cylindrical-coordinate representation of color #697C4D: hue angle of 84.26º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697C4D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 77 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.51 |
| HSL | 84.26º | 0.23% | 0.39% | - |
| HSV(B) | 84.26º | 0.38% | 0.49% | - |
| XYZ | 14.37 | 17.95 | 9.73 | - |
| YUV | 112.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 77 | 0.15 | 0 | 0.38 | 0.51 | 84.26 | 0.23 | 0.39 |
| Hex | 69 | 7C | 4D | F | 0 | 26 | 33 | 54 | 17 | 27 |
| Octal | 151 | 174 | 115 | 17 | 0 | 46 | 63 | 124 | 27 | 47 |
| Binary | 1101001 | 1111100 | 1001101 | 1111 | 0 | 100110 | 110011 | 1010100 | 10111 | 100111 |
Color Harmonies of #697C4D
Complementary color
Monochromatic Colors of #697C4D
Black with #697C4D
Text Example
Text Example
White with #697C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C4D; }
p { color: rgb(105,124,77); }
H1.HeaderClassName
{
color: #697C4D;
}
.AnyTagClassName
{
color: #697C4D;
}
</style>
background-color css
<style>
a { background-color: #697C4D; }
a { background-color: rgb(105,124,77); }
div.DivClassName
{
background-color: #697C4D;
}
.BgClassName
{
background-color: #697C4D;
}
</style>
border-color css
<style>
span { border-color: #697C4D; }
span { border-color: rgb(105,124,77); }
td.TdClassName
{
border-color: #697C4D;
}
.TagClassName
{
border-color: #697C4D;
}
</style>