Shades of Dingley #658946
Tints of Dingley #658946
RGB
CMYK
RGB Variations
Color information
#658946 (or 0x658946) is known color: Dingley. HEX triplet: 65, 89 and 46. RGB value is (101,137,70). Sum of RGB (Red+Green+Blue) = 101+137+70=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #658946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658946 is #9A76B9. Grayscale: #767676. Windows color (decimal): -10122938 or 4622693. OLE color: 4622693.
HSL color Cylindrical-coordinate representation of color #658946: hue angle of 92.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658946 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 70 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.46 |
| HSL | 92.24º | 0.32% | 0.41% | - |
| HSV(B) | 92.24º | 0.49% | 0.54% | - |
| XYZ | 15.42 | 21.1 | 9.05 | - |
| YUV | 118.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 70 | 0.26 | 0 | 0.49 | 0.46 | 92.24 | 0.32 | 0.41 |
| Hex | 65 | 89 | 46 | 1A | 0 | 31 | 2E | 5C | 20 | 29 |
| Octal | 145 | 211 | 106 | 32 | 0 | 61 | 56 | 134 | 40 | 51 |
| Binary | 1100101 | 10001001 | 1000110 | 11010 | 0 | 110001 | 101110 | 1011100 | 100000 | 101001 |
Color Harmonies of #658946
Complementary color
Monochromatic Colors of #658946
Black with #658946
Text Example
Text Example
White with #658946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658946; }
p { color: rgb(101,137,70); }
H1.HeaderClassName
{
color: #658946;
}
.AnyTagClassName
{
color: #658946;
}
</style>
background-color css
<style>
a { background-color: #658946; }
a { background-color: rgb(101,137,70); }
div.DivClassName
{
background-color: #658946;
}
.BgClassName
{
background-color: #658946;
}
</style>
border-color css
<style>
span { border-color: #658946; }
span { border-color: rgb(101,137,70); }
td.TdClassName
{
border-color: #658946;
}
.TagClassName
{
border-color: #658946;
}
</style>