Shades of Dingley #697C45
Tints of Dingley #697C45
RGB
CMYK
RGB Variations
Color information
#697C45 (or 0x697C45) is known color: Dingley. HEX triplet: 69, 7C and 45. RGB value is (105,124,69). Sum of RGB (Red+Green+Blue) = 105+124+69=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #697C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C45 is #9683BA. Grayscale: #707070. Windows color (decimal): -9864123 or 4553833. OLE color: 4553833.
HSL color Cylindrical-coordinate representation of color #697C45: hue angle of 80.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697C45 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 69 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.51 |
| HSL | 80.73º | 0.28% | 0.38% | - |
| HSV(B) | 80.73º | 0.44% | 0.49% | - |
| XYZ | 14.11 | 17.85 | 8.33 | - |
| YUV | 112.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 69 | 0.15 | 0 | 0.44 | 0.51 | 80.73 | 0.28 | 0.38 |
| Hex | 69 | 7C | 45 | F | 0 | 2C | 33 | 51 | 1C | 26 |
| Octal | 151 | 174 | 105 | 17 | 0 | 54 | 63 | 121 | 34 | 46 |
| Binary | 1101001 | 1111100 | 1000101 | 1111 | 0 | 101100 | 110011 | 1010001 | 11100 | 100110 |
Color Harmonies of #697C45
Complementary color
Monochromatic Colors of #697C45
Black with #697C45
Text Example
Text Example
White with #697C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C45; }
p { color: rgb(105,124,69); }
H1.HeaderClassName
{
color: #697C45;
}
.AnyTagClassName
{
color: #697C45;
}
</style>
background-color css
<style>
a { background-color: #697C45; }
a { background-color: rgb(105,124,69); }
div.DivClassName
{
background-color: #697C45;
}
.BgClassName
{
background-color: #697C45;
}
</style>
border-color css
<style>
span { border-color: #697C45; }
span { border-color: rgb(105,124,69); }
td.TdClassName
{
border-color: #697C45;
}
.TagClassName
{
border-color: #697C45;
}
</style>