Shades of Dingley #658146
Tints of Dingley #658146
RGB
CMYK
RGB Variations
Color information
#658146 (or 0x658146) is known color: Dingley. HEX triplet: 65, 81 and 46. RGB value is (101,129,70). Sum of RGB (Red+Green+Blue) = 101+129+70=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #658146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658146 is #9A7EB9. Grayscale: #727272. Windows color (decimal): -10124986 or 4620645. OLE color: 4620645.
HSL color Cylindrical-coordinate representation of color #658146: hue angle of 88.47º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658146 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 70 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.49 |
| HSL | 88.47º | 0.3% | 0.39% | - |
| HSV(B) | 88.47º | 0.46% | 0.51% | - |
| XYZ | 14.32 | 18.91 | 8.69 | - |
| YUV | 113.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 70 | 0.22 | 0 | 0.46 | 0.49 | 88.47 | 0.3 | 0.39 |
| Hex | 65 | 81 | 46 | 16 | 0 | 2E | 31 | 58 | 1E | 27 |
| Octal | 145 | 201 | 106 | 26 | 0 | 56 | 61 | 130 | 36 | 47 |
| Binary | 1100101 | 10000001 | 1000110 | 10110 | 0 | 101110 | 110001 | 1011000 | 11110 | 100111 |
Color Harmonies of #658146
Complementary color
Monochromatic Colors of #658146
Black with #658146
Text Example
Text Example
White with #658146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658146; }
p { color: rgb(101,129,70); }
H1.HeaderClassName
{
color: #658146;
}
.AnyTagClassName
{
color: #658146;
}
</style>
background-color css
<style>
a { background-color: #658146; }
a { background-color: rgb(101,129,70); }
div.DivClassName
{
background-color: #658146;
}
.BgClassName
{
background-color: #658146;
}
</style>
border-color css
<style>
span { border-color: #658146; }
span { border-color: rgb(101,129,70); }
td.TdClassName
{
border-color: #658146;
}
.TagClassName
{
border-color: #658146;
}
</style>