Shades of Dingley #6B854D
Tints of Dingley #6B854D
RGB
CMYK
RGB Variations
Color information
#6B854D (or 0x6B854D) is known color: Dingley. HEX triplet: 6B, 85 and 4D. RGB value is (107,133,77). Sum of RGB (Red+Green+Blue) = 107+133+77=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B854D is #947AB2. Grayscale: #777777. Windows color (decimal): -9730739 or 5080427. OLE color: 5080427.
HSL color Cylindrical-coordinate representation of color #6B854D: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B854D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 77 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.48 |
| HSL | 87.86º | 0.27% | 0.41% | - |
| HSV(B) | 87.86º | 0.42% | 0.52% | - |
| XYZ | 15.79 | 20.44 | 10.13 | - |
| YUV | 118.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 77 | 0.20 | 0 | 0.42 | 0.48 | 87.86 | 0.27 | 0.41 |
| Hex | 6B | 85 | 4D | 14 | 0 | 2A | 30 | 58 | 1B | 29 |
| Octal | 153 | 205 | 115 | 24 | 0 | 52 | 60 | 130 | 33 | 51 |
| Binary | 1101011 | 10000101 | 1001101 | 10100 | 0 | 101010 | 110000 | 1011000 | 11011 | 101001 |
Color Harmonies of #6B854D
Complementary color
Monochromatic Colors of #6B854D
Black with #6B854D
Text Example
Text Example
White with #6B854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B854D; }
p { color: rgb(107,133,77); }
H1.HeaderClassName
{
color: #6B854D;
}
.AnyTagClassName
{
color: #6B854D;
}
</style>
background-color css
<style>
a { background-color: #6B854D; }
a { background-color: rgb(107,133,77); }
div.DivClassName
{
background-color: #6B854D;
}
.BgClassName
{
background-color: #6B854D;
}
</style>
border-color css
<style>
span { border-color: #6B854D; }
span { border-color: rgb(107,133,77); }
td.TdClassName
{
border-color: #6B854D;
}
.TagClassName
{
border-color: #6B854D;
}
</style>