Shades of Dingley #6B8043
Tints of Dingley #6B8043
RGB
CMYK
RGB Variations
Color information
#6B8043 (or 0x6B8043) is known color: Dingley. HEX triplet: 6B, 80 and 43. RGB value is (107,128,67). Sum of RGB (Red+Green+Blue) = 107+128+67=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8043 is #947FBC. Grayscale: #727272. Windows color (decimal): -9732029 or 4423787. OLE color: 4423787.
HSL color Cylindrical-coordinate representation of color #6B8043: hue angle of 80.66º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8043 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 67 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.50 |
| HSL | 80.66º | 0.31% | 0.38% | - |
| HSV(B) | 80.66º | 0.48% | 0.5% | - |
| XYZ | 14.8 | 18.97 | 8.19 | - |
| YUV | 114.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 67 | 0.16 | 0 | 0.48 | 0.50 | 80.66 | 0.31 | 0.38 |
| Hex | 6B | 80 | 43 | 10 | 0 | 30 | 32 | 51 | 1F | 26 |
| Octal | 153 | 200 | 103 | 20 | 0 | 60 | 62 | 121 | 37 | 46 |
| Binary | 1101011 | 10000000 | 1000011 | 10000 | 0 | 110000 | 110010 | 1010001 | 11111 | 100110 |
Color Harmonies of #6B8043
Complementary color
Monochromatic Colors of #6B8043
Black with #6B8043
Text Example
Text Example
White with #6B8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8043; }
p { color: rgb(107,128,67); }
H1.HeaderClassName
{
color: #6B8043;
}
.AnyTagClassName
{
color: #6B8043;
}
</style>
background-color css
<style>
a { background-color: #6B8043; }
a { background-color: rgb(107,128,67); }
div.DivClassName
{
background-color: #6B8043;
}
.BgClassName
{
background-color: #6B8043;
}
</style>
border-color css
<style>
span { border-color: #6B8043; }
span { border-color: rgb(107,128,67); }
td.TdClassName
{
border-color: #6B8043;
}
.TagClassName
{
border-color: #6B8043;
}
</style>