Shades of Dingley #6B7E46
Tints of Dingley #6B7E46
RGB
CMYK
RGB Variations
Color information
#6B7E46 (or 0x6B7E46) is known color: Dingley. HEX triplet: 6B, 7E and 46. RGB value is (107,126,70). Sum of RGB (Red+Green+Blue) = 107+126+70=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7E46 is #9481B9. Grayscale: #727272. Windows color (decimal): -9732538 or 4619883. OLE color: 4619883.
HSL color Cylindrical-coordinate representation of color #6B7E46: hue angle of 80.36º 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 #6B7E46 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 70 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.51 |
| HSL | 80.36º | 0.29% | 0.38% | - |
| HSV(B) | 80.36º | 0.44% | 0.49% | - |
| XYZ | 14.63 | 18.49 | 8.59 | - |
| YUV | 113.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 70 | 0.15 | 0 | 0.44 | 0.51 | 80.36 | 0.29 | 0.38 |
| Hex | 6B | 7E | 46 | F | 0 | 2C | 33 | 50 | 1D | 26 |
| Octal | 153 | 176 | 106 | 17 | 0 | 54 | 63 | 120 | 35 | 46 |
| Binary | 1101011 | 1111110 | 1000110 | 1111 | 0 | 101100 | 110011 | 1010000 | 11101 | 100110 |
Color Harmonies of #6B7E46
Complementary color
Monochromatic Colors of #6B7E46
Black with #6B7E46
Text Example
Text Example
White with #6B7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E46; }
p { color: rgb(107,126,70); }
H1.HeaderClassName
{
color: #6B7E46;
}
.AnyTagClassName
{
color: #6B7E46;
}
</style>
background-color css
<style>
a { background-color: #6B7E46; }
a { background-color: rgb(107,126,70); }
div.DivClassName
{
background-color: #6B7E46;
}
.BgClassName
{
background-color: #6B7E46;
}
</style>
border-color css
<style>
span { border-color: #6B7E46; }
span { border-color: rgb(107,126,70); }
td.TdClassName
{
border-color: #6B7E46;
}
.TagClassName
{
border-color: #6B7E46;
}
</style>