Shades of Dingley #6D8F4D
Tints of Dingley #6D8F4D
RGB
CMYK
RGB Variations
Color information
#6D8F4D (or 0x6D8F4D) is known color: Dingley. HEX triplet: 6D, 8F and 4D. RGB value is (109,143,77). Sum of RGB (Red+Green+Blue) = 109+143+77=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8F4D is #9270B2. Grayscale: #7D7D7D. Windows color (decimal): -9597107 or 5082989. OLE color: 5082989.
HSL color Cylindrical-coordinate representation of color #6D8F4D: hue angle of 90.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8F4D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 77 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.44 |
| HSL | 90.91º | 0.3% | 0.43% | - |
| HSV(B) | 90.91º | 0.46% | 0.56% | - |
| XYZ | 17.47 | 23.43 | 10.62 | - |
| YUV | 125.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 77 | 0.24 | 0 | 0.46 | 0.44 | 90.91 | 0.3 | 0.43 |
| Hex | 6D | 8F | 4D | 18 | 0 | 2E | 2C | 5B | 1E | 2B |
| Octal | 155 | 217 | 115 | 30 | 0 | 56 | 54 | 133 | 36 | 53 |
| Binary | 1101101 | 10001111 | 1001101 | 11000 | 0 | 101110 | 101100 | 1011011 | 11110 | 101011 |
Color Harmonies of #6D8F4D
Complementary color
Monochromatic Colors of #6D8F4D
Black with #6D8F4D
Text Example
Text Example
White with #6D8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F4D; }
p { color: rgb(109,143,77); }
H1.HeaderClassName
{
color: #6D8F4D;
}
.AnyTagClassName
{
color: #6D8F4D;
}
</style>
background-color css
<style>
a { background-color: #6D8F4D; }
a { background-color: rgb(109,143,77); }
div.DivClassName
{
background-color: #6D8F4D;
}
.BgClassName
{
background-color: #6D8F4D;
}
</style>
border-color css
<style>
span { border-color: #6D8F4D; }
span { border-color: rgb(109,143,77); }
td.TdClassName
{
border-color: #6D8F4D;
}
.TagClassName
{
border-color: #6D8F4D;
}
</style>