Shades of Dingley #6B8146
Tints of Dingley #6B8146
RGB
CMYK
RGB Variations
Color information
#6B8146 (or 0x6B8146) is known color: Dingley. HEX triplet: 6B, 81 and 46. RGB value is (107,129,70). Sum of RGB (Red+Green+Blue) = 107+129+70=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8146 is #947EB9. Grayscale: #737373. Windows color (decimal): -9731770 or 4620651. OLE color: 4620651.
HSL color Cylindrical-coordinate representation of color #6B8146: hue angle of 82.37º 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 #6B8146 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 70 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.49 |
| HSL | 82.37º | 0.3% | 0.39% | - |
| HSV(B) | 82.37º | 0.46% | 0.51% | - |
| XYZ | 15.02 | 19.27 | 8.72 | - |
| YUV | 115.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 70 | 0.17 | 0 | 0.46 | 0.49 | 82.37 | 0.3 | 0.39 |
| Hex | 6B | 81 | 46 | 11 | 0 | 2E | 31 | 52 | 1E | 27 |
| Octal | 153 | 201 | 106 | 21 | 0 | 56 | 61 | 122 | 36 | 47 |
| Binary | 1101011 | 10000001 | 1000110 | 10001 | 0 | 101110 | 110001 | 1010010 | 11110 | 100111 |
Color Harmonies of #6B8146
Complementary color
Monochromatic Colors of #6B8146
Black with #6B8146
Text Example
Text Example
White with #6B8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8146; }
p { color: rgb(107,129,70); }
H1.HeaderClassName
{
color: #6B8146;
}
.AnyTagClassName
{
color: #6B8146;
}
</style>
background-color css
<style>
a { background-color: #6B8146; }
a { background-color: rgb(107,129,70); }
div.DivClassName
{
background-color: #6B8146;
}
.BgClassName
{
background-color: #6B8146;
}
</style>
border-color css
<style>
span { border-color: #6B8146; }
span { border-color: rgb(107,129,70); }
td.TdClassName
{
border-color: #6B8146;
}
.TagClassName
{
border-color: #6B8146;
}
</style>