Shades of Dingley #657F50
Tints of Dingley #657F50
RGB
CMYK
RGB Variations
Color information
#657F50 (or 0x657F50) is known color: Dingley. HEX triplet: 65, 7F and 50. RGB value is (101,127,80). Sum of RGB (Red+Green+Blue) = 101+127+80=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #657F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F50 is #9A80AF. Grayscale: #727272. Windows color (decimal): -10125488 or 5275493. OLE color: 5275493.
HSL color Cylindrical-coordinate representation of color #657F50: hue angle of 93.19º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657F50 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 80 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.50 |
| HSL | 93.19º | 0.23% | 0.41% | - |
| HSV(B) | 93.19º | 0.37% | 0.5% | - |
| XYZ | 14.4 | 18.52 | 10.41 | - |
| YUV | 113.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 80 | 0.20 | 0 | 0.37 | 0.50 | 93.19 | 0.23 | 0.41 |
| Hex | 65 | 7F | 50 | 14 | 0 | 25 | 32 | 5D | 17 | 29 |
| Octal | 145 | 177 | 120 | 24 | 0 | 45 | 62 | 135 | 27 | 51 |
| Binary | 1100101 | 1111111 | 1010000 | 10100 | 0 | 100101 | 110010 | 1011101 | 10111 | 101001 |
Color Harmonies of #657F50
Complementary color
Monochromatic Colors of #657F50
Black with #657F50
Text Example
Text Example
White with #657F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F50; }
p { color: rgb(101,127,80); }
H1.HeaderClassName
{
color: #657F50;
}
.AnyTagClassName
{
color: #657F50;
}
</style>
background-color css
<style>
a { background-color: #657F50; }
a { background-color: rgb(101,127,80); }
div.DivClassName
{
background-color: #657F50;
}
.BgClassName
{
background-color: #657F50;
}
</style>
border-color css
<style>
span { border-color: #657F50; }
span { border-color: rgb(101,127,80); }
td.TdClassName
{
border-color: #657F50;
}
.TagClassName
{
border-color: #657F50;
}
</style>