Shades of Dingley #657E4E
Tints of Dingley #657E4E
RGB
CMYK
RGB Variations
Color information
#657E4E (or 0x657E4E) is known color: Dingley. HEX triplet: 65, 7E and 4E. RGB value is (101,126,78). Sum of RGB (Red+Green+Blue) = 101+126+78=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #657E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E4E is #9A81B1. Grayscale: #717171. Windows color (decimal): -10125746 or 5144165. OLE color: 5144165.
HSL color Cylindrical-coordinate representation of color #657E4E: hue angle of 91.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657E4E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 78 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.51 |
| HSL | 91.25º | 0.24% | 0.4% | - |
| HSV(B) | 91.25º | 0.38% | 0.49% | - |
| XYZ | 14.2 | 18.24 | 9.98 | - |
| YUV | 113.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 78 | 0.20 | 0 | 0.38 | 0.51 | 91.25 | 0.24 | 0.4 |
| Hex | 65 | 7E | 4E | 14 | 0 | 26 | 33 | 5B | 18 | 28 |
| Octal | 145 | 176 | 116 | 24 | 0 | 46 | 63 | 133 | 30 | 50 |
| Binary | 1100101 | 1111110 | 1001110 | 10100 | 0 | 100110 | 110011 | 1011011 | 11000 | 101000 |
Color Harmonies of #657E4E
Complementary color
Monochromatic Colors of #657E4E
Black with #657E4E
Text Example
Text Example
White with #657E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E4E; }
p { color: rgb(101,126,78); }
H1.HeaderClassName
{
color: #657E4E;
}
.AnyTagClassName
{
color: #657E4E;
}
</style>
background-color css
<style>
a { background-color: #657E4E; }
a { background-color: rgb(101,126,78); }
div.DivClassName
{
background-color: #657E4E;
}
.BgClassName
{
background-color: #657E4E;
}
</style>
border-color css
<style>
span { border-color: #657E4E; }
span { border-color: rgb(101,126,78); }
td.TdClassName
{
border-color: #657E4E;
}
.TagClassName
{
border-color: #657E4E;
}
</style>