Shades of Dingley #697C41
Tints of Dingley #697C41
RGB
CMYK
RGB Variations
Color information
#697C41 (or 0x697C41) is known color: Dingley. HEX triplet: 69, 7C and 41. RGB value is (105,124,65). Sum of RGB (Red+Green+Blue) = 105+124+65=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #697C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C41 is #9683BE. Grayscale: #6F6F6F. Windows color (decimal): -9864127 or 4291689. OLE color: 4291689.
HSL color Cylindrical-coordinate representation of color #697C41: hue angle of 79.32º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697C41 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 65 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.51 |
| HSL | 79.32º | 0.31% | 0.37% | - |
| HSV(B) | 79.32º | 0.48% | 0.49% | - |
| XYZ | 13.99 | 17.8 | 7.7 | - |
| YUV | 111.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 65 | 0.15 | 0 | 0.48 | 0.51 | 79.32 | 0.31 | 0.37 |
| Hex | 69 | 7C | 41 | F | 0 | 30 | 33 | 4F | 1F | 25 |
| Octal | 151 | 174 | 101 | 17 | 0 | 60 | 63 | 117 | 37 | 45 |
| Binary | 1101001 | 1111100 | 1000001 | 1111 | 0 | 110000 | 110011 | 1001111 | 11111 | 100101 |
Color Harmonies of #697C41
Complementary color
Monochromatic Colors of #697C41
Black with #697C41
Text Example
Text Example
White with #697C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C41; }
p { color: rgb(105,124,65); }
H1.HeaderClassName
{
color: #697C41;
}
.AnyTagClassName
{
color: #697C41;
}
</style>
background-color css
<style>
a { background-color: #697C41; }
a { background-color: rgb(105,124,65); }
div.DivClassName
{
background-color: #697C41;
}
.BgClassName
{
background-color: #697C41;
}
</style>
border-color css
<style>
span { border-color: #697C41; }
span { border-color: rgb(105,124,65); }
td.TdClassName
{
border-color: #697C41;
}
.TagClassName
{
border-color: #697C41;
}
</style>