Shades of Dingley #6D873D
Tints of Dingley #6D873D
RGB
CMYK
RGB Variations
Color information
#6D873D (or 0x6D873D) is known color: Dingley. HEX triplet: 6D, 87 and 3D. RGB value is (109,135,61). Sum of RGB (Red+Green+Blue) = 109+135+61=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #6D873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D873D is #9278C2. Grayscale: #777777. Windows color (decimal): -9599171 or 4032365. OLE color: 4032365.
HSL color Cylindrical-coordinate representation of color #6D873D: hue angle of 81.08º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D873D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 61 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.47 |
| HSL | 81.08º | 0.38% | 0.38% | - |
| HSV(B) | 81.08º | 0.55% | 0.53% | - |
| XYZ | 15.81 | 20.92 | 7.62 | - |
| YUV | 118.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 61 | 0.19 | 0 | 0.55 | 0.47 | 81.08 | 0.38 | 0.38 |
| Hex | 6D | 87 | 3D | 13 | 0 | 37 | 2F | 51 | 26 | 26 |
| Octal | 155 | 207 | 75 | 23 | 0 | 67 | 57 | 121 | 46 | 46 |
| Binary | 1101101 | 10000111 | 111101 | 10011 | 0 | 110111 | 101111 | 1010001 | 100110 | 100110 |
Color Harmonies of #6D873D
Complementary color
Monochromatic Colors of #6D873D
Black with #6D873D
Text Example
Text Example
White with #6D873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D873D; }
p { color: rgb(109,135,61); }
H1.HeaderClassName
{
color: #6D873D;
}
.AnyTagClassName
{
color: #6D873D;
}
</style>
background-color css
<style>
a { background-color: #6D873D; }
a { background-color: rgb(109,135,61); }
div.DivClassName
{
background-color: #6D873D;
}
.BgClassName
{
background-color: #6D873D;
}
</style>
border-color css
<style>
span { border-color: #6D873D; }
span { border-color: rgb(109,135,61); }
td.TdClassName
{
border-color: #6D873D;
}
.TagClassName
{
border-color: #6D873D;
}
</style>