Shades of Dingley #657B4D
Tints of Dingley #657B4D
RGB
CMYK
RGB Variations
Color information
#657B4D (or 0x657B4D) is known color: Dingley. HEX triplet: 65, 7B and 4D. RGB value is (101,123,77). Sum of RGB (Red+Green+Blue) = 101+123+77=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #657B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B4D is #9A84B2. Grayscale: #6F6F6F. Windows color (decimal): -10126515 or 5077861. OLE color: 5077861.
HSL color Cylindrical-coordinate representation of color #657B4D: hue angle of 88.7º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657B4D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 77 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.52 |
| HSL | 88.7º | 0.23% | 0.39% | - |
| HSV(B) | 88.7º | 0.37% | 0.48% | - |
| XYZ | 13.79 | 17.47 | 9.67 | - |
| YUV | 111.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 77 | 0.18 | 0 | 0.37 | 0.52 | 88.7 | 0.23 | 0.39 |
| Hex | 65 | 7B | 4D | 12 | 0 | 25 | 34 | 59 | 17 | 27 |
| Octal | 145 | 173 | 115 | 22 | 0 | 45 | 64 | 131 | 27 | 47 |
| Binary | 1100101 | 1111011 | 1001101 | 10010 | 0 | 100101 | 110100 | 1011001 | 10111 | 100111 |
Color Harmonies of #657B4D
Complementary color
Monochromatic Colors of #657B4D
Black with #657B4D
Text Example
Text Example
White with #657B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B4D; }
p { color: rgb(101,123,77); }
H1.HeaderClassName
{
color: #657B4D;
}
.AnyTagClassName
{
color: #657B4D;
}
</style>
background-color css
<style>
a { background-color: #657B4D; }
a { background-color: rgb(101,123,77); }
div.DivClassName
{
background-color: #657B4D;
}
.BgClassName
{
background-color: #657B4D;
}
</style>
border-color css
<style>
span { border-color: #657B4D; }
span { border-color: rgb(101,123,77); }
td.TdClassName
{
border-color: #657B4D;
}
.TagClassName
{
border-color: #657B4D;
}
</style>