Shades of Dingley #657F36
Tints of Dingley #657F36
RGB
CMYK
RGB Variations
Color information
#657F36 (or 0x657F36) is known color: Dingley. HEX triplet: 65, 7F and 36. RGB value is (101,127,54). Sum of RGB (Red+Green+Blue) = 101+127+54=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #657F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F36 is #9A80C9. Grayscale: #6F6F6F. Windows color (decimal): -10125514 or 3571557. OLE color: 3571557.
HSL color Cylindrical-coordinate representation of color #657F36: hue angle of 81.37º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #657F36 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 54 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.50 |
| HSL | 81.37º | 0.4% | 0.35% | - |
| HSV(B) | 81.37º | 0.57% | 0.5% | - |
| XYZ | 13.62 | 18.21 | 6.29 | - |
| YUV | 110.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 54 | 0.20 | 0 | 0.57 | 0.50 | 81.37 | 0.4 | 0.35 |
| Hex | 65 | 7F | 36 | 14 | 0 | 39 | 32 | 51 | 28 | 23 |
| Octal | 145 | 177 | 66 | 24 | 0 | 71 | 62 | 121 | 50 | 43 |
| Binary | 1100101 | 1111111 | 110110 | 10100 | 0 | 111001 | 110010 | 1010001 | 101000 | 100011 |
Color Harmonies of #657F36
Complementary color
Monochromatic Colors of #657F36
Black with #657F36
Text Example
Text Example
White with #657F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F36; }
p { color: rgb(101,127,54); }
H1.HeaderClassName
{
color: #657F36;
}
.AnyTagClassName
{
color: #657F36;
}
</style>
background-color css
<style>
a { background-color: #657F36; }
a { background-color: rgb(101,127,54); }
div.DivClassName
{
background-color: #657F36;
}
.BgClassName
{
background-color: #657F36;
}
</style>
border-color css
<style>
span { border-color: #657F36; }
span { border-color: rgb(101,127,54); }
td.TdClassName
{
border-color: #657F36;
}
.TagClassName
{
border-color: #657F36;
}
</style>