Shades of Dingley #6C804D
Tints of Dingley #6C804D
RGB
CMYK
RGB Variations
Color information
#6C804D (or 0x6C804D) is known color: Dingley. HEX triplet: 6C, 80 and 4D. RGB value is (108,128,77). Sum of RGB (Red+Green+Blue) = 108+128+77=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #6C804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C804D is #937FB2. Grayscale: #747474. Windows color (decimal): -9666483 or 5079148. OLE color: 5079148.
HSL color Cylindrical-coordinate representation of color #6C804D: hue angle of 83.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C804D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 77 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.50 |
| HSL | 83.53º | 0.25% | 0.4% | - |
| HSV(B) | 83.53º | 0.4% | 0.5% | - |
| XYZ | 15.24 | 19.16 | 9.92 | - |
| YUV | 116.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 77 | 0.16 | 0 | 0.40 | 0.50 | 83.53 | 0.25 | 0.4 |
| Hex | 6C | 80 | 4D | 10 | 0 | 28 | 32 | 54 | 19 | 28 |
| Octal | 154 | 200 | 115 | 20 | 0 | 50 | 62 | 124 | 31 | 50 |
| Binary | 1101100 | 10000000 | 1001101 | 10000 | 0 | 101000 | 110010 | 1010100 | 11001 | 101000 |
Color Harmonies of #6C804D
Complementary color
Monochromatic Colors of #6C804D
Black with #6C804D
Text Example
Text Example
White with #6C804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C804D; }
p { color: rgb(108,128,77); }
H1.HeaderClassName
{
color: #6C804D;
}
.AnyTagClassName
{
color: #6C804D;
}
</style>
background-color css
<style>
a { background-color: #6C804D; }
a { background-color: rgb(108,128,77); }
div.DivClassName
{
background-color: #6C804D;
}
.BgClassName
{
background-color: #6C804D;
}
</style>
border-color css
<style>
span { border-color: #6C804D; }
span { border-color: rgb(108,128,77); }
td.TdClassName
{
border-color: #6C804D;
}
.TagClassName
{
border-color: #6C804D;
}
</style>