Shades of Dingley #6A7E46
Tints of Dingley #6A7E46
RGB
CMYK
RGB Variations
Color information
#6A7E46 (or 0x6A7E46) is known color: Dingley. HEX triplet: 6A, 7E and 46. RGB value is (106,126,70). Sum of RGB (Red+Green+Blue) = 106+126+70=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7E46 is #9581B9. Grayscale: #717171. Windows color (decimal): -9798074 or 4619882. OLE color: 4619882.
HSL color Cylindrical-coordinate representation of color #6A7E46: hue angle of 81.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7E46 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 70 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.51 |
| HSL | 81.43º | 0.29% | 0.38% | - |
| HSV(B) | 81.43º | 0.44% | 0.49% | - |
| XYZ | 14.51 | 18.43 | 8.59 | - |
| YUV | 113.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 70 | 0.16 | 0 | 0.44 | 0.51 | 81.43 | 0.29 | 0.38 |
| Hex | 6A | 7E | 46 | 10 | 0 | 2C | 33 | 51 | 1D | 26 |
| Octal | 152 | 176 | 106 | 20 | 0 | 54 | 63 | 121 | 35 | 46 |
| Binary | 1101010 | 1111110 | 1000110 | 10000 | 0 | 101100 | 110011 | 1010001 | 11101 | 100110 |
Color Harmonies of #6A7E46
Complementary color
Monochromatic Colors of #6A7E46
Black with #6A7E46
Text Example
Text Example
White with #6A7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E46; }
p { color: rgb(106,126,70); }
H1.HeaderClassName
{
color: #6A7E46;
}
.AnyTagClassName
{
color: #6A7E46;
}
</style>
background-color css
<style>
a { background-color: #6A7E46; }
a { background-color: rgb(106,126,70); }
div.DivClassName
{
background-color: #6A7E46;
}
.BgClassName
{
background-color: #6A7E46;
}
</style>
border-color css
<style>
span { border-color: #6A7E46; }
span { border-color: rgb(106,126,70); }
td.TdClassName
{
border-color: #6A7E46;
}
.TagClassName
{
border-color: #6A7E46;
}
</style>