Shades of Dingley #6A8F41
Tints of Dingley #6A8F41
RGB
CMYK
RGB Variations
Color information
#6A8F41 (or 0x6A8F41) is known color: Dingley. HEX triplet: 6A, 8F and 41. RGB value is (106,143,65). Sum of RGB (Red+Green+Blue) = 106+143+65=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8F41 is #9570BE. Grayscale: #7B7B7B. Windows color (decimal): -9793727 or 4296554. OLE color: 4296554.
HSL color Cylindrical-coordinate representation of color #6A8F41: hue angle of 88.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A8F41 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 65 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.44 |
| HSL | 88.46º | 0.38% | 0.41% | - |
| HSV(B) | 88.46º | 0.55% | 0.56% | - |
| XYZ | 16.72 | 23.09 | 8.58 | - |
| YUV | 123.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 65 | 0.26 | 0 | 0.55 | 0.44 | 88.46 | 0.38 | 0.41 |
| Hex | 6A | 8F | 41 | 1A | 0 | 37 | 2C | 58 | 26 | 29 |
| Octal | 152 | 217 | 101 | 32 | 0 | 67 | 54 | 130 | 46 | 51 |
| Binary | 1101010 | 10001111 | 1000001 | 11010 | 0 | 110111 | 101100 | 1011000 | 100110 | 101001 |
Color Harmonies of #6A8F41
Complementary color
Monochromatic Colors of #6A8F41
Black with #6A8F41
Text Example
Text Example
White with #6A8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F41; }
p { color: rgb(106,143,65); }
H1.HeaderClassName
{
color: #6A8F41;
}
.AnyTagClassName
{
color: #6A8F41;
}
</style>
background-color css
<style>
a { background-color: #6A8F41; }
a { background-color: rgb(106,143,65); }
div.DivClassName
{
background-color: #6A8F41;
}
.BgClassName
{
background-color: #6A8F41;
}
</style>
border-color css
<style>
span { border-color: #6A8F41; }
span { border-color: rgb(106,143,65); }
td.TdClassName
{
border-color: #6A8F41;
}
.TagClassName
{
border-color: #6A8F41;
}
</style>