Shades of Dingley #697D3B
Tints of Dingley #697D3B
RGB
CMYK
RGB Variations
Color information
#697D3B (or 0x697D3B) is known color: Dingley. HEX triplet: 69, 7D and 3B. RGB value is (105,125,59). Sum of RGB (Red+Green+Blue) = 105+125+59=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #697D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D3B is #9682C4. Grayscale: #6F6F6F. Windows color (decimal): -9863877 or 3898729. OLE color: 3898729.
HSL color Cylindrical-coordinate representation of color #697D3B: hue angle of 78.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697D3B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 59 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.51 |
| HSL | 78.18º | 0.36% | 0.36% | - |
| HSV(B) | 78.18º | 0.53% | 0.49% | - |
| XYZ | 13.95 | 17.99 | 6.87 | - |
| YUV | 111.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 59 | 0.16 | 0 | 0.53 | 0.51 | 78.18 | 0.36 | 0.36 |
| Hex | 69 | 7D | 3B | 10 | 0 | 35 | 33 | 4E | 24 | 24 |
| Octal | 151 | 175 | 73 | 20 | 0 | 65 | 63 | 116 | 44 | 44 |
| Binary | 1101001 | 1111101 | 111011 | 10000 | 0 | 110101 | 110011 | 1001110 | 100100 | 100100 |
Color Harmonies of #697D3B
Complementary color
Monochromatic Colors of #697D3B
Black with #697D3B
Text Example
Text Example
White with #697D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D3B; }
p { color: rgb(105,125,59); }
H1.HeaderClassName
{
color: #697D3B;
}
.AnyTagClassName
{
color: #697D3B;
}
</style>
background-color css
<style>
a { background-color: #697D3B; }
a { background-color: rgb(105,125,59); }
div.DivClassName
{
background-color: #697D3B;
}
.BgClassName
{
background-color: #697D3B;
}
</style>
border-color css
<style>
span { border-color: #697D3B; }
span { border-color: rgb(105,125,59); }
td.TdClassName
{
border-color: #697D3B;
}
.TagClassName
{
border-color: #697D3B;
}
</style>