Shades of Dingley #6A864D
Tints of Dingley #6A864D
RGB
CMYK
RGB Variations
Color information
#6A864D (or 0x6A864D) is known color: Dingley. HEX triplet: 6A, 86 and 4D. RGB value is (106,134,77). Sum of RGB (Red+Green+Blue) = 106+134+77=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #6A864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A864D is #9579B2. Grayscale: #777777. Windows color (decimal): -9796019 or 5080682. OLE color: 5080682.
HSL color Cylindrical-coordinate representation of color #6A864D: hue angle of 89.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A864D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 77 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.47 |
| HSL | 89.47º | 0.27% | 0.41% | - |
| HSV(B) | 89.47º | 0.43% | 0.53% | - |
| XYZ | 15.81 | 20.65 | 10.17 | - |
| YUV | 119.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 77 | 0.21 | 0 | 0.43 | 0.47 | 89.47 | 0.27 | 0.41 |
| Hex | 6A | 86 | 4D | 15 | 0 | 2B | 2F | 59 | 1B | 29 |
| Octal | 152 | 206 | 115 | 25 | 0 | 53 | 57 | 131 | 33 | 51 |
| Binary | 1101010 | 10000110 | 1001101 | 10101 | 0 | 101011 | 101111 | 1011001 | 11011 | 101001 |
Color Harmonies of #6A864D
Complementary color
Monochromatic Colors of #6A864D
Black with #6A864D
Text Example
Text Example
White with #6A864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A864D; }
p { color: rgb(106,134,77); }
H1.HeaderClassName
{
color: #6A864D;
}
.AnyTagClassName
{
color: #6A864D;
}
</style>
background-color css
<style>
a { background-color: #6A864D; }
a { background-color: rgb(106,134,77); }
div.DivClassName
{
background-color: #6A864D;
}
.BgClassName
{
background-color: #6A864D;
}
</style>
border-color css
<style>
span { border-color: #6A864D; }
span { border-color: rgb(106,134,77); }
td.TdClassName
{
border-color: #6A864D;
}
.TagClassName
{
border-color: #6A864D;
}
</style>