Shades of Dingley #657B4C
Tints of Dingley #657B4C
RGB
CMYK
RGB Variations
Color information
#657B4C (or 0x657B4C) is known color: Dingley. HEX triplet: 65, 7B and 4C. RGB value is (101,123,76). Sum of RGB (Red+Green+Blue) = 101+123+76=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #657B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657B4C is #9A84B3. Grayscale: #6F6F6F. Windows color (decimal): -10126516 or 5012325. OLE color: 5012325.
HSL color Cylindrical-coordinate representation of color #657B4C: hue angle of 88.09º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657B4C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 76 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.52 |
| HSL | 88.09º | 0.24% | 0.39% | - |
| HSV(B) | 88.09º | 0.38% | 0.48% | - |
| XYZ | 13.75 | 17.45 | 9.48 | - |
| YUV | 111.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 76 | 0.18 | 0 | 0.38 | 0.52 | 88.09 | 0.24 | 0.39 |
| Hex | 65 | 7B | 4C | 12 | 0 | 26 | 34 | 58 | 18 | 27 |
| Octal | 145 | 173 | 114 | 22 | 0 | 46 | 64 | 130 | 30 | 47 |
| Binary | 1100101 | 1111011 | 1001100 | 10010 | 0 | 100110 | 110100 | 1011000 | 11000 | 100111 |
Color Harmonies of #657B4C
Complementary color
Monochromatic Colors of #657B4C
Black with #657B4C
Text Example
Text Example
White with #657B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B4C; }
p { color: rgb(101,123,76); }
H1.HeaderClassName
{
color: #657B4C;
}
.AnyTagClassName
{
color: #657B4C;
}
</style>
background-color css
<style>
a { background-color: #657B4C; }
a { background-color: rgb(101,123,76); }
div.DivClassName
{
background-color: #657B4C;
}
.BgClassName
{
background-color: #657B4C;
}
</style>
border-color css
<style>
span { border-color: #657B4C; }
span { border-color: rgb(101,123,76); }
td.TdClassName
{
border-color: #657B4C;
}
.TagClassName
{
border-color: #657B4C;
}
</style>