Shades of Dingley #6C803E
Tints of Dingley #6C803E
RGB
CMYK
RGB Variations
Color information
#6C803E (or 0x6C803E) is known color: Dingley. HEX triplet: 6C, 80 and 3E. RGB value is (108,128,62). Sum of RGB (Red+Green+Blue) = 108+128+62=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #6C803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C803E is #937FC1. Grayscale: #727272. Windows color (decimal): -9666498 or 4096108. OLE color: 4096108.
HSL color Cylindrical-coordinate representation of color #6C803E: hue angle of 78.18º 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 #6C803E is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 62 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.50 |
| HSL | 78.18º | 0.35% | 0.37% | - |
| HSV(B) | 78.18º | 0.52% | 0.5% | - |
| XYZ | 14.77 | 18.97 | 7.44 | - |
| YUV | 114.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 62 | 0.16 | 0 | 0.52 | 0.50 | 78.18 | 0.35 | 0.37 |
| Hex | 6C | 80 | 3E | 10 | 0 | 34 | 32 | 4E | 23 | 25 |
| Octal | 154 | 200 | 76 | 20 | 0 | 64 | 62 | 116 | 43 | 45 |
| Binary | 1101100 | 10000000 | 111110 | 10000 | 0 | 110100 | 110010 | 1001110 | 100011 | 100101 |
Color Harmonies of #6C803E
Complementary color
Monochromatic Colors of #6C803E
Black with #6C803E
Text Example
Text Example
White with #6C803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C803E; }
p { color: rgb(108,128,62); }
H1.HeaderClassName
{
color: #6C803E;
}
.AnyTagClassName
{
color: #6C803E;
}
</style>
background-color css
<style>
a { background-color: #6C803E; }
a { background-color: rgb(108,128,62); }
div.DivClassName
{
background-color: #6C803E;
}
.BgClassName
{
background-color: #6C803E;
}
</style>
border-color css
<style>
span { border-color: #6C803E; }
span { border-color: rgb(108,128,62); }
td.TdClassName
{
border-color: #6C803E;
}
.TagClassName
{
border-color: #6C803E;
}
</style>