Shades of Dingley #658947
Tints of Dingley #658947
RGB
CMYK
RGB Variations
Color information
#658947 (or 0x658947) is known color: Dingley. HEX triplet: 65, 89 and 47. RGB value is (101,137,71). Sum of RGB (Red+Green+Blue) = 101+137+71=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #658947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658947 is #9A76B8. Grayscale: #767676. Windows color (decimal): -10122937 or 4688229. OLE color: 4688229.
HSL color Cylindrical-coordinate representation of color #658947: hue angle of 92.73º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #658947 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 71 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.46 |
| HSL | 92.73º | 0.32% | 0.41% | - |
| HSV(B) | 92.73º | 0.48% | 0.54% | - |
| XYZ | 15.45 | 21.11 | 9.22 | - |
| YUV | 118.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 71 | 0.26 | 0 | 0.48 | 0.46 | 92.73 | 0.32 | 0.41 |
| Hex | 65 | 89 | 47 | 1A | 0 | 30 | 2E | 5D | 20 | 29 |
| Octal | 145 | 211 | 107 | 32 | 0 | 60 | 56 | 135 | 40 | 51 |
| Binary | 1100101 | 10001001 | 1000111 | 11010 | 0 | 110000 | 101110 | 1011101 | 100000 | 101001 |
Color Harmonies of #658947
Complementary color
Monochromatic Colors of #658947
Black with #658947
Text Example
Text Example
White with #658947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658947; }
p { color: rgb(101,137,71); }
H1.HeaderClassName
{
color: #658947;
}
.AnyTagClassName
{
color: #658947;
}
</style>
background-color css
<style>
a { background-color: #658947; }
a { background-color: rgb(101,137,71); }
div.DivClassName
{
background-color: #658947;
}
.BgClassName
{
background-color: #658947;
}
</style>
border-color css
<style>
span { border-color: #658947; }
span { border-color: rgb(101,137,71); }
td.TdClassName
{
border-color: #658947;
}
.TagClassName
{
border-color: #658947;
}
</style>