Shades of Dingley #657C3F
Tints of Dingley #657C3F
RGB
CMYK
RGB Variations
Color information
#657C3F (or 0x657C3F) is known color: Dingley. HEX triplet: 65, 7C and 3F. RGB value is (101,124,63). Sum of RGB (Red+Green+Blue) = 101+124+63=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #657C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657C3F is #9A83C0. Grayscale: #6E6E6E. Windows color (decimal): -10126273 or 4160613. OLE color: 4160613.
HSL color Cylindrical-coordinate representation of color #657C3F: hue angle of 82.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #657C3F is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 63 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.51 |
| HSL | 82.62º | 0.33% | 0.37% | - |
| HSV(B) | 82.62º | 0.49% | 0.49% | - |
| XYZ | 13.47 | 17.54 | 7.38 | - |
| YUV | 110.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 63 | 0.19 | 0 | 0.49 | 0.51 | 82.62 | 0.33 | 0.37 |
| Hex | 65 | 7C | 3F | 13 | 0 | 31 | 33 | 53 | 21 | 25 |
| Octal | 145 | 174 | 77 | 23 | 0 | 61 | 63 | 123 | 41 | 45 |
| Binary | 1100101 | 1111100 | 111111 | 10011 | 0 | 110001 | 110011 | 1010011 | 100001 | 100101 |
Color Harmonies of #657C3F
Complementary color
Monochromatic Colors of #657C3F
Black with #657C3F
Text Example
Text Example
White with #657C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C3F; }
p { color: rgb(101,124,63); }
H1.HeaderClassName
{
color: #657C3F;
}
.AnyTagClassName
{
color: #657C3F;
}
</style>
background-color css
<style>
a { background-color: #657C3F; }
a { background-color: rgb(101,124,63); }
div.DivClassName
{
background-color: #657C3F;
}
.BgClassName
{
background-color: #657C3F;
}
</style>
border-color css
<style>
span { border-color: #657C3F; }
span { border-color: rgb(101,124,63); }
td.TdClassName
{
border-color: #657C3F;
}
.TagClassName
{
border-color: #657C3F;
}
</style>