Shades of Dingley #657C4F
Tints of Dingley #657C4F
RGB
CMYK
RGB Variations
Color information
#657C4F (or 0x657C4F) is known color: Dingley. HEX triplet: 65, 7C and 4F. RGB value is (101,124,79). Sum of RGB (Red+Green+Blue) = 101+124+79=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #657C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C4F is #9A83B0. Grayscale: #707070. Windows color (decimal): -10126257 or 5209189. OLE color: 5209189.
HSL color Cylindrical-coordinate representation of color #657C4F: hue angle of 90.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657C4F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 79 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.51 |
| HSL | 90.67º | 0.22% | 0.4% | - |
| HSV(B) | 90.67º | 0.36% | 0.49% | - |
| XYZ | 13.99 | 17.75 | 10.09 | - |
| YUV | 111.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 79 | 0.19 | 0 | 0.36 | 0.51 | 90.67 | 0.22 | 0.4 |
| Hex | 65 | 7C | 4F | 13 | 0 | 24 | 33 | 5B | 16 | 28 |
| Octal | 145 | 174 | 117 | 23 | 0 | 44 | 63 | 133 | 26 | 50 |
| Binary | 1100101 | 1111100 | 1001111 | 10011 | 0 | 100100 | 110011 | 1011011 | 10110 | 101000 |
Color Harmonies of #657C4F
Complementary color
Monochromatic Colors of #657C4F
Black with #657C4F
Text Example
Text Example
White with #657C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C4F; }
p { color: rgb(101,124,79); }
H1.HeaderClassName
{
color: #657C4F;
}
.AnyTagClassName
{
color: #657C4F;
}
</style>
background-color css
<style>
a { background-color: #657C4F; }
a { background-color: rgb(101,124,79); }
div.DivClassName
{
background-color: #657C4F;
}
.BgClassName
{
background-color: #657C4F;
}
</style>
border-color css
<style>
span { border-color: #657C4F; }
span { border-color: rgb(101,124,79); }
td.TdClassName
{
border-color: #657C4F;
}
.TagClassName
{
border-color: #657C4F;
}
</style>