Shades of Dingley #697C3C
Tints of Dingley #697C3C
RGB
CMYK
RGB Variations
Color information
#697C3C (or 0x697C3C) is known color: Dingley. HEX triplet: 69, 7C and 3C. RGB value is (105,124,60). Sum of RGB (Red+Green+Blue) = 105+124+60=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #697C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C3C is #9683C3. Grayscale: #6F6F6F. Windows color (decimal): -9864132 or 3964009. OLE color: 3964009.
HSL color Cylindrical-coordinate representation of color #697C3C: hue angle of 77.81º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697C3C is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 60 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.51 |
| HSL | 77.81º | 0.35% | 0.36% | - |
| HSV(B) | 77.81º | 0.52% | 0.49% | - |
| XYZ | 13.85 | 17.74 | 6.97 | - |
| YUV | 111.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 60 | 0.15 | 0 | 0.52 | 0.51 | 77.81 | 0.35 | 0.36 |
| Hex | 69 | 7C | 3C | F | 0 | 34 | 33 | 4E | 23 | 24 |
| Octal | 151 | 174 | 74 | 17 | 0 | 64 | 63 | 116 | 43 | 44 |
| Binary | 1101001 | 1111100 | 111100 | 1111 | 0 | 110100 | 110011 | 1001110 | 100011 | 100100 |
Color Harmonies of #697C3C
Complementary color
Monochromatic Colors of #697C3C
Black with #697C3C
Text Example
Text Example
White with #697C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C3C; }
p { color: rgb(105,124,60); }
H1.HeaderClassName
{
color: #697C3C;
}
.AnyTagClassName
{
color: #697C3C;
}
</style>
background-color css
<style>
a { background-color: #697C3C; }
a { background-color: rgb(105,124,60); }
div.DivClassName
{
background-color: #697C3C;
}
.BgClassName
{
background-color: #697C3C;
}
</style>
border-color css
<style>
span { border-color: #697C3C; }
span { border-color: rgb(105,124,60); }
td.TdClassName
{
border-color: #697C3C;
}
.TagClassName
{
border-color: #697C3C;
}
</style>