Shades of Dingley #6A823E
Tints of Dingley #6A823E
RGB
CMYK
RGB Variations
Color information
#6A823E (or 0x6A823E) is known color: Dingley. HEX triplet: 6A, 82 and 3E. RGB value is (106,130,62). Sum of RGB (Red+Green+Blue) = 106+130+62=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #6A823E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A823E is #957DC1. Grayscale: #737373. Windows color (decimal): -9797058 or 4096618. OLE color: 4096618.
HSL color Cylindrical-coordinate representation of color #6A823E: hue angle of 81.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A823E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 62 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.49 |
| HSL | 81.18º | 0.35% | 0.38% | - |
| HSV(B) | 81.18º | 0.52% | 0.51% | - |
| XYZ | 14.8 | 19.38 | 7.52 | - |
| YUV | 115.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 62 | 0.18 | 0 | 0.52 | 0.49 | 81.18 | 0.35 | 0.38 |
| Hex | 6A | 82 | 3E | 12 | 0 | 34 | 31 | 51 | 23 | 26 |
| Octal | 152 | 202 | 76 | 22 | 0 | 64 | 61 | 121 | 43 | 46 |
| Binary | 1101010 | 10000010 | 111110 | 10010 | 0 | 110100 | 110001 | 1010001 | 100011 | 100110 |
Color Harmonies of #6A823E
Complementary color
Monochromatic Colors of #6A823E
Black with #6A823E
Text Example
Text Example
White with #6A823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A823E; }
p { color: rgb(106,130,62); }
H1.HeaderClassName
{
color: #6A823E;
}
.AnyTagClassName
{
color: #6A823E;
}
</style>
background-color css
<style>
a { background-color: #6A823E; }
a { background-color: rgb(106,130,62); }
div.DivClassName
{
background-color: #6A823E;
}
.BgClassName
{
background-color: #6A823E;
}
</style>
border-color css
<style>
span { border-color: #6A823E; }
span { border-color: rgb(106,130,62); }
td.TdClassName
{
border-color: #6A823E;
}
.TagClassName
{
border-color: #6A823E;
}
</style>