Shades of Dingley #657D3D
Tints of Dingley #657D3D
RGB
CMYK
RGB Variations
Color information
#657D3D (or 0x657D3D) is known color: Dingley. HEX triplet: 65, 7D and 3D. RGB value is (101,125,61). Sum of RGB (Red+Green+Blue) = 101+125+61=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #657D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657D3D is #9A82C2. Grayscale: #6E6E6E. Windows color (decimal): -10126019 or 4029797. OLE color: 4029797.
HSL color Cylindrical-coordinate representation of color #657D3D: hue angle of 82.5º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657D3D is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 61 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.51 |
| HSL | 82.5º | 0.34% | 0.36% | - |
| HSV(B) | 82.5º | 0.51% | 0.49% | - |
| XYZ | 13.54 | 17.77 | 7.13 | - |
| YUV | 110.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 61 | 0.19 | 0 | 0.51 | 0.51 | 82.5 | 0.34 | 0.36 |
| Hex | 65 | 7D | 3D | 13 | 0 | 33 | 33 | 52 | 22 | 24 |
| Octal | 145 | 175 | 75 | 23 | 0 | 63 | 63 | 122 | 42 | 44 |
| Binary | 1100101 | 1111101 | 111101 | 10011 | 0 | 110011 | 110011 | 1010010 | 100010 | 100100 |
Color Harmonies of #657D3D
Complementary color
Monochromatic Colors of #657D3D
Black with #657D3D
Text Example
Text Example
White with #657D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D3D; }
p { color: rgb(101,125,61); }
H1.HeaderClassName
{
color: #657D3D;
}
.AnyTagClassName
{
color: #657D3D;
}
</style>
background-color css
<style>
a { background-color: #657D3D; }
a { background-color: rgb(101,125,61); }
div.DivClassName
{
background-color: #657D3D;
}
.BgClassName
{
background-color: #657D3D;
}
</style>
border-color css
<style>
span { border-color: #657D3D; }
span { border-color: rgb(101,125,61); }
td.TdClassName
{
border-color: #657D3D;
}
.TagClassName
{
border-color: #657D3D;
}
</style>