Shades of Dingley #657D3F
Tints of Dingley #657D3F
RGB
CMYK
RGB Variations
Color information
#657D3F (or 0x657D3F) is known color: Dingley. HEX triplet: 65, 7D and 3F. RGB value is (101,125,63). Sum of RGB (Red+Green+Blue) = 101+125+63=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #657D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657D3F is #9A82C0. Grayscale: #6E6E6E. Windows color (decimal): -10126017 or 4160869. OLE color: 4160869.
HSL color Cylindrical-coordinate representation of color #657D3F: hue angle of 83.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657D3F is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 63 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.51 |
| HSL | 83.23º | 0.33% | 0.37% | - |
| HSV(B) | 83.23º | 0.5% | 0.49% | - |
| XYZ | 13.6 | 17.79 | 7.42 | - |
| YUV | 110.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 63 | 0.19 | 0 | 0.50 | 0.51 | 83.23 | 0.33 | 0.37 |
| Hex | 65 | 7D | 3F | 13 | 0 | 32 | 33 | 53 | 21 | 25 |
| Octal | 145 | 175 | 77 | 23 | 0 | 62 | 63 | 123 | 41 | 45 |
| Binary | 1100101 | 1111101 | 111111 | 10011 | 0 | 110010 | 110011 | 1010011 | 100001 | 100101 |
Color Harmonies of #657D3F
Complementary color
Monochromatic Colors of #657D3F
Black with #657D3F
Text Example
Text Example
White with #657D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D3F; }
p { color: rgb(101,125,63); }
H1.HeaderClassName
{
color: #657D3F;
}
.AnyTagClassName
{
color: #657D3F;
}
</style>
background-color css
<style>
a { background-color: #657D3F; }
a { background-color: rgb(101,125,63); }
div.DivClassName
{
background-color: #657D3F;
}
.BgClassName
{
background-color: #657D3F;
}
</style>
border-color css
<style>
span { border-color: #657D3F; }
span { border-color: rgb(101,125,63); }
td.TdClassName
{
border-color: #657D3F;
}
.TagClassName
{
border-color: #657D3F;
}
</style>