Shades of Dingley #697A45
Tints of Dingley #697A45
RGB
CMYK
RGB Variations
Color information
#697A45 (or 0x697A45) is known color: Dingley. HEX triplet: 69, 7A and 45. RGB value is (105,122,69). Sum of RGB (Red+Green+Blue) = 105+122+69=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #697A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A45 is #9685BA. Grayscale: #6F6F6F. Windows color (decimal): -9864635 or 4553321. OLE color: 4553321.
HSL color Cylindrical-coordinate representation of color #697A45: hue angle of 79.25º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697A45 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 69 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.52 |
| HSL | 79.25º | 0.28% | 0.37% | - |
| HSV(B) | 79.25º | 0.43% | 0.48% | - |
| XYZ | 13.86 | 17.35 | 8.25 | - |
| YUV | 110.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 69 | 0.14 | 0 | 0.43 | 0.52 | 79.25 | 0.28 | 0.37 |
| Hex | 69 | 7A | 45 | E | 0 | 2B | 34 | 4F | 1C | 25 |
| Octal | 151 | 172 | 105 | 16 | 0 | 53 | 64 | 117 | 34 | 45 |
| Binary | 1101001 | 1111010 | 1000101 | 1110 | 0 | 101011 | 110100 | 1001111 | 11100 | 100101 |
Color Harmonies of #697A45
Complementary color
Monochromatic Colors of #697A45
Black with #697A45
Text Example
Text Example
White with #697A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A45; }
p { color: rgb(105,122,69); }
H1.HeaderClassName
{
color: #697A45;
}
.AnyTagClassName
{
color: #697A45;
}
</style>
background-color css
<style>
a { background-color: #697A45; }
a { background-color: rgb(105,122,69); }
div.DivClassName
{
background-color: #697A45;
}
.BgClassName
{
background-color: #697A45;
}
</style>
border-color css
<style>
span { border-color: #697A45; }
span { border-color: rgb(105,122,69); }
td.TdClassName
{
border-color: #697A45;
}
.TagClassName
{
border-color: #697A45;
}
</style>