Shades of Dingley #6D8C4A
Tints of Dingley #6D8C4A
RGB
CMYK
RGB Variations
Color information
#6D8C4A (or 0x6D8C4A) is known color: Dingley. HEX triplet: 6D, 8C and 4A. RGB value is (109,140,74). Sum of RGB (Red+Green+Blue) = 109+140+74=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C4A is #9273B5. Grayscale: #7B7B7B. Windows color (decimal): -9597878 or 4885613. OLE color: 4885613.
HSL color Cylindrical-coordinate representation of color #6D8C4A: hue angle of 88.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8C4A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 74 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.45 |
| HSL | 88.18º | 0.31% | 0.42% | - |
| HSV(B) | 88.18º | 0.47% | 0.55% | - |
| XYZ | 16.92 | 22.5 | 9.93 | - |
| YUV | 123.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 74 | 0.22 | 0 | 0.47 | 0.45 | 88.18 | 0.31 | 0.42 |
| Hex | 6D | 8C | 4A | 16 | 0 | 2F | 2D | 58 | 1F | 2A |
| Octal | 155 | 214 | 112 | 26 | 0 | 57 | 55 | 130 | 37 | 52 |
| Binary | 1101101 | 10001100 | 1001010 | 10110 | 0 | 101111 | 101101 | 1011000 | 11111 | 101010 |
Color Harmonies of #6D8C4A
Complementary color
Monochromatic Colors of #6D8C4A
Black with #6D8C4A
Text Example
Text Example
White with #6D8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C4A; }
p { color: rgb(109,140,74); }
H1.HeaderClassName
{
color: #6D8C4A;
}
.AnyTagClassName
{
color: #6D8C4A;
}
</style>
background-color css
<style>
a { background-color: #6D8C4A; }
a { background-color: rgb(109,140,74); }
div.DivClassName
{
background-color: #6D8C4A;
}
.BgClassName
{
background-color: #6D8C4A;
}
</style>
border-color css
<style>
span { border-color: #6D8C4A; }
span { border-color: rgb(109,140,74); }
td.TdClassName
{
border-color: #6D8C4A;
}
.TagClassName
{
border-color: #6D8C4A;
}
</style>