Shades of Dingley #6A8B40
Tints of Dingley #6A8B40
RGB
CMYK
RGB Variations
Color information
#6A8B40 (or 0x6A8B40) is known color: Dingley. HEX triplet: 6A, 8B and 40. RGB value is (106,139,64). Sum of RGB (Red+Green+Blue) = 106+139+64=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8B40 is #9574BF. Grayscale: #787878. Windows color (decimal): -9794752 or 4229994. OLE color: 4229994.
HSL color Cylindrical-coordinate representation of color #6A8B40: hue angle of 86.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A8B40 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 64 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.45 |
| HSL | 86.4º | 0.37% | 0.4% | - |
| HSV(B) | 86.4º | 0.54% | 0.55% | - |
| XYZ | 16.1 | 21.9 | 8.23 | - |
| YUV | 120.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 64 | 0.24 | 0 | 0.54 | 0.45 | 86.4 | 0.37 | 0.4 |
| Hex | 6A | 8B | 40 | 18 | 0 | 36 | 2D | 56 | 25 | 28 |
| Octal | 152 | 213 | 100 | 30 | 0 | 66 | 55 | 126 | 45 | 50 |
| Binary | 1101010 | 10001011 | 1000000 | 11000 | 0 | 110110 | 101101 | 1010110 | 100101 | 101000 |
Color Harmonies of #6A8B40
Complementary color
Monochromatic Colors of #6A8B40
Black with #6A8B40
Text Example
Text Example
White with #6A8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B40; }
p { color: rgb(106,139,64); }
H1.HeaderClassName
{
color: #6A8B40;
}
.AnyTagClassName
{
color: #6A8B40;
}
</style>
background-color css
<style>
a { background-color: #6A8B40; }
a { background-color: rgb(106,139,64); }
div.DivClassName
{
background-color: #6A8B40;
}
.BgClassName
{
background-color: #6A8B40;
}
</style>
border-color css
<style>
span { border-color: #6A8B40; }
span { border-color: rgb(106,139,64); }
td.TdClassName
{
border-color: #6A8B40;
}
.TagClassName
{
border-color: #6A8B40;
}
</style>