Shades of Dingley #697C4F
Tints of Dingley #697C4F
RGB
CMYK
RGB Variations
Color information
#697C4F (or 0x697C4F) is known color: Dingley. HEX triplet: 69, 7C and 4F. RGB value is (105,124,79). Sum of RGB (Red+Green+Blue) = 105+124+79=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #697C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C4F is #9683B0. Grayscale: #717171. Windows color (decimal): -9864113 or 5209193. OLE color: 5209193.
HSL color Cylindrical-coordinate representation of color #697C4F: hue angle of 85.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697C4F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 79 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.51 |
| HSL | 85.33º | 0.22% | 0.4% | - |
| HSV(B) | 85.33º | 0.36% | 0.49% | - |
| XYZ | 14.44 | 17.98 | 10.11 | - |
| YUV | 113.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 79 | 0.15 | 0 | 0.36 | 0.51 | 85.33 | 0.22 | 0.4 |
| Hex | 69 | 7C | 4F | F | 0 | 24 | 33 | 55 | 16 | 28 |
| Octal | 151 | 174 | 117 | 17 | 0 | 44 | 63 | 125 | 26 | 50 |
| Binary | 1101001 | 1111100 | 1001111 | 1111 | 0 | 100100 | 110011 | 1010101 | 10110 | 101000 |
Color Harmonies of #697C4F
Complementary color
Monochromatic Colors of #697C4F
Black with #697C4F
Text Example
Text Example
White with #697C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C4F; }
p { color: rgb(105,124,79); }
H1.HeaderClassName
{
color: #697C4F;
}
.AnyTagClassName
{
color: #697C4F;
}
</style>
background-color css
<style>
a { background-color: #697C4F; }
a { background-color: rgb(105,124,79); }
div.DivClassName
{
background-color: #697C4F;
}
.BgClassName
{
background-color: #697C4F;
}
</style>
border-color css
<style>
span { border-color: #697C4F; }
span { border-color: rgb(105,124,79); }
td.TdClassName
{
border-color: #697C4F;
}
.TagClassName
{
border-color: #697C4F;
}
</style>