Shades of Dingley #657A42
Tints of Dingley #657A42
RGB
CMYK
RGB Variations
Color information
#657A42 (or 0x657A42) is known color: Dingley. HEX triplet: 65, 7A and 42. RGB value is (101,122,66). Sum of RGB (Red+Green+Blue) = 101+122+66=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #657A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657A42 is #9A85BD. Grayscale: #6D6D6D. Windows color (decimal): -10126782 or 4356709. OLE color: 4356709.
HSL color Cylindrical-coordinate representation of color #657A42: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657A42 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 66 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.52 |
| HSL | 82.5º | 0.3% | 0.37% | - |
| HSV(B) | 82.5º | 0.46% | 0.48% | - |
| XYZ | 13.31 | 17.08 | 7.75 | - |
| YUV | 109.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 66 | 0.17 | 0 | 0.46 | 0.52 | 82.5 | 0.3 | 0.37 |
| Hex | 65 | 7A | 42 | 11 | 0 | 2E | 34 | 52 | 1E | 25 |
| Octal | 145 | 172 | 102 | 21 | 0 | 56 | 64 | 122 | 36 | 45 |
| Binary | 1100101 | 1111010 | 1000010 | 10001 | 0 | 101110 | 110100 | 1010010 | 11110 | 100101 |
Color Harmonies of #657A42
Complementary color
Monochromatic Colors of #657A42
Black with #657A42
Text Example
Text Example
White with #657A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A42; }
p { color: rgb(101,122,66); }
H1.HeaderClassName
{
color: #657A42;
}
.AnyTagClassName
{
color: #657A42;
}
</style>
background-color css
<style>
a { background-color: #657A42; }
a { background-color: rgb(101,122,66); }
div.DivClassName
{
background-color: #657A42;
}
.BgClassName
{
background-color: #657A42;
}
</style>
border-color css
<style>
span { border-color: #657A42; }
span { border-color: rgb(101,122,66); }
td.TdClassName
{
border-color: #657A42;
}
.TagClassName
{
border-color: #657A42;
}
</style>