Shades of Dingley #6A8E41
Tints of Dingley #6A8E41
RGB
CMYK
RGB Variations
Color information
#6A8E41 (or 0x6A8E41) is known color: Dingley. HEX triplet: 6A, 8E and 41. RGB value is (106,142,65). Sum of RGB (Red+Green+Blue) = 106+142+65=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E41 is #9571BE. Grayscale: #7A7A7A. Windows color (decimal): -9793983 or 4296298. OLE color: 4296298.
HSL color Cylindrical-coordinate representation of color #6A8E41: hue angle of 88.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A8E41 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 65 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.44 |
| HSL | 88.05º | 0.37% | 0.41% | - |
| HSV(B) | 88.05º | 0.54% | 0.56% | - |
| XYZ | 16.57 | 22.79 | 8.53 | - |
| YUV | 122.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 65 | 0.25 | 0 | 0.54 | 0.44 | 88.05 | 0.37 | 0.41 |
| Hex | 6A | 8E | 41 | 19 | 0 | 36 | 2C | 58 | 25 | 29 |
| Octal | 152 | 216 | 101 | 31 | 0 | 66 | 54 | 130 | 45 | 51 |
| Binary | 1101010 | 10001110 | 1000001 | 11001 | 0 | 110110 | 101100 | 1011000 | 100101 | 101001 |
Color Harmonies of #6A8E41
Complementary color
Monochromatic Colors of #6A8E41
Black with #6A8E41
Text Example
Text Example
White with #6A8E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E41; }
p { color: rgb(106,142,65); }
H1.HeaderClassName
{
color: #6A8E41;
}
.AnyTagClassName
{
color: #6A8E41;
}
</style>
background-color css
<style>
a { background-color: #6A8E41; }
a { background-color: rgb(106,142,65); }
div.DivClassName
{
background-color: #6A8E41;
}
.BgClassName
{
background-color: #6A8E41;
}
</style>
border-color css
<style>
span { border-color: #6A8E41; }
span { border-color: rgb(106,142,65); }
td.TdClassName
{
border-color: #6A8E41;
}
.TagClassName
{
border-color: #6A8E41;
}
</style>