Shades of Dingley #697B4D
Tints of Dingley #697B4D
RGB
CMYK
RGB Variations
Color information
#697B4D (or 0x697B4D) is known color: Dingley. HEX triplet: 69, 7B and 4D. RGB value is (105,123,77). Sum of RGB (Red+Green+Blue) = 105+123+77=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #697B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B4D is #9684B2. Grayscale: #707070. Windows color (decimal): -9864371 or 5077865. OLE color: 5077865.
HSL color Cylindrical-coordinate representation of color #697B4D: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697B4D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 77 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.52 |
| HSL | 83.48º | 0.23% | 0.39% | - |
| HSV(B) | 83.48º | 0.37% | 0.48% | - |
| XYZ | 14.25 | 17.71 | 9.69 | - |
| YUV | 112.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 77 | 0.15 | 0 | 0.37 | 0.52 | 83.48 | 0.23 | 0.39 |
| Hex | 69 | 7B | 4D | F | 0 | 25 | 34 | 53 | 17 | 27 |
| Octal | 151 | 173 | 115 | 17 | 0 | 45 | 64 | 123 | 27 | 47 |
| Binary | 1101001 | 1111011 | 1001101 | 1111 | 0 | 100101 | 110100 | 1010011 | 10111 | 100111 |
Color Harmonies of #697B4D
Complementary color
Monochromatic Colors of #697B4D
Black with #697B4D
Text Example
Text Example
White with #697B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B4D; }
p { color: rgb(105,123,77); }
H1.HeaderClassName
{
color: #697B4D;
}
.AnyTagClassName
{
color: #697B4D;
}
</style>
background-color css
<style>
a { background-color: #697B4D; }
a { background-color: rgb(105,123,77); }
div.DivClassName
{
background-color: #697B4D;
}
.BgClassName
{
background-color: #697B4D;
}
</style>
border-color css
<style>
span { border-color: #697B4D; }
span { border-color: rgb(105,123,77); }
td.TdClassName
{
border-color: #697B4D;
}
.TagClassName
{
border-color: #697B4D;
}
</style>