Shades of Dingley #6C834D
Tints of Dingley #6C834D
RGB
CMYK
RGB Variations
Color information
#6C834D (or 0x6C834D) is known color: Dingley. HEX triplet: 6C, 83 and 4D. RGB value is (108,131,77). Sum of RGB (Red+Green+Blue) = 108+131+77=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #6C834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C834D is #937CB2. Grayscale: #767676. Windows color (decimal): -9665715 or 5079916. OLE color: 5079916.
HSL color Cylindrical-coordinate representation of color #6C834D: hue angle of 85.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C834D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 131 | 77 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.49 |
| HSL | 85.56º | 0.26% | 0.41% | - |
| HSV(B) | 85.56º | 0.41% | 0.51% | - |
| XYZ | 15.64 | 19.96 | 10.05 | - |
| YUV | 117.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 131 | 77 | 0.18 | 0 | 0.41 | 0.49 | 85.56 | 0.26 | 0.41 |
| Hex | 6C | 83 | 4D | 12 | 0 | 29 | 31 | 56 | 1A | 29 |
| Octal | 154 | 203 | 115 | 22 | 0 | 51 | 61 | 126 | 32 | 51 |
| Binary | 1101100 | 10000011 | 1001101 | 10010 | 0 | 101001 | 110001 | 1010110 | 11010 | 101001 |
Color Harmonies of #6C834D
Complementary color
Monochromatic Colors of #6C834D
Black with #6C834D
Text Example
Text Example
White with #6C834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C834D; }
p { color: rgb(108,131,77); }
H1.HeaderClassName
{
color: #6C834D;
}
.AnyTagClassName
{
color: #6C834D;
}
</style>
background-color css
<style>
a { background-color: #6C834D; }
a { background-color: rgb(108,131,77); }
div.DivClassName
{
background-color: #6C834D;
}
.BgClassName
{
background-color: #6C834D;
}
</style>
border-color css
<style>
span { border-color: #6C834D; }
span { border-color: rgb(108,131,77); }
td.TdClassName
{
border-color: #6C834D;
}
.TagClassName
{
border-color: #6C834D;
}
</style>