Shades of Dingley #6C894D
Tints of Dingley #6C894D
RGB
CMYK
RGB Variations
Color information
#6C894D (or 0x6C894D) is known color: Dingley. HEX triplet: 6C, 89 and 4D. RGB value is (108,137,77). Sum of RGB (Red+Green+Blue) = 108+137+77=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #6C894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C894D is #9376B2. Grayscale: #797979. Windows color (decimal): -9664179 or 5081452. OLE color: 5081452.
HSL color Cylindrical-coordinate representation of color #6C894D: hue angle of 89º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C894D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 77 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.46 |
| HSL | 89º | 0.28% | 0.42% | - |
| HSV(B) | 89º | 0.44% | 0.54% | - |
| XYZ | 16.47 | 21.62 | 10.33 | - |
| YUV | 121.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 77 | 0.21 | 0 | 0.44 | 0.46 | 89 | 0.28 | 0.42 |
| Hex | 6C | 89 | 4D | 15 | 0 | 2C | 2E | 59 | 1C | 2A |
| Octal | 154 | 211 | 115 | 25 | 0 | 54 | 56 | 131 | 34 | 52 |
| Binary | 1101100 | 10001001 | 1001101 | 10101 | 0 | 101100 | 101110 | 1011001 | 11100 | 101010 |
Color Harmonies of #6C894D
Complementary color
Monochromatic Colors of #6C894D
Black with #6C894D
Text Example
Text Example
White with #6C894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C894D; }
p { color: rgb(108,137,77); }
H1.HeaderClassName
{
color: #6C894D;
}
.AnyTagClassName
{
color: #6C894D;
}
</style>
background-color css
<style>
a { background-color: #6C894D; }
a { background-color: rgb(108,137,77); }
div.DivClassName
{
background-color: #6C894D;
}
.BgClassName
{
background-color: #6C894D;
}
</style>
border-color css
<style>
span { border-color: #6C894D; }
span { border-color: rgb(108,137,77); }
td.TdClassName
{
border-color: #6C894D;
}
.TagClassName
{
border-color: #6C894D;
}
</style>