Shades of Dingley #6D803D
Tints of Dingley #6D803D
RGB
CMYK
RGB Variations
Color information
#6D803D (or 0x6D803D) is known color: Dingley. HEX triplet: 6D, 80 and 3D. RGB value is (109,128,61). Sum of RGB (Red+Green+Blue) = 109+128+61=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #6D803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D803D is #927FC2. Grayscale: #727272. Windows color (decimal): -9600963 or 4030573. OLE color: 4030573.
HSL color Cylindrical-coordinate representation of color #6D803D: hue angle of 77.01º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D803D is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 61 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.50 |
| HSL | 77.01º | 0.35% | 0.37% | - |
| HSV(B) | 77.01º | 0.52% | 0.5% | - |
| XYZ | 14.87 | 19.03 | 7.3 | - |
| YUV | 114.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 61 | 0.15 | 0 | 0.52 | 0.50 | 77.01 | 0.35 | 0.37 |
| Hex | 6D | 80 | 3D | F | 0 | 34 | 32 | 4D | 23 | 25 |
| Octal | 155 | 200 | 75 | 17 | 0 | 64 | 62 | 115 | 43 | 45 |
| Binary | 1101101 | 10000000 | 111101 | 1111 | 0 | 110100 | 110010 | 1001101 | 100011 | 100101 |
Color Harmonies of #6D803D
Complementary color
Monochromatic Colors of #6D803D
Black with #6D803D
Text Example
Text Example
White with #6D803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D803D; }
p { color: rgb(109,128,61); }
H1.HeaderClassName
{
color: #6D803D;
}
.AnyTagClassName
{
color: #6D803D;
}
</style>
background-color css
<style>
a { background-color: #6D803D; }
a { background-color: rgb(109,128,61); }
div.DivClassName
{
background-color: #6D803D;
}
.BgClassName
{
background-color: #6D803D;
}
</style>
border-color css
<style>
span { border-color: #6D803D; }
span { border-color: rgb(109,128,61); }
td.TdClassName
{
border-color: #6D803D;
}
.TagClassName
{
border-color: #6D803D;
}
</style>