Shades of Dingley #6A824A
Tints of Dingley #6A824A
RGB
CMYK
RGB Variations
Color information
#6A824A (or 0x6A824A) is known color: Dingley. HEX triplet: 6A, 82 and 4A. RGB value is (106,130,74). Sum of RGB (Red+Green+Blue) = 106+130+74=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #6A824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A824A is #957DB5. Grayscale: #747474. Windows color (decimal): -9797046 or 4883050. OLE color: 4883050.
HSL color Cylindrical-coordinate representation of color #6A824A: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A824A is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 74 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.49 |
| HSL | 85.71º | 0.27% | 0.4% | - |
| HSV(B) | 85.71º | 0.43% | 0.51% | - |
| XYZ | 15.16 | 19.52 | 9.45 | - |
| YUV | 116.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 74 | 0.18 | 0 | 0.43 | 0.49 | 85.71 | 0.27 | 0.4 |
| Hex | 6A | 82 | 4A | 12 | 0 | 2B | 31 | 56 | 1B | 28 |
| Octal | 152 | 202 | 112 | 22 | 0 | 53 | 61 | 126 | 33 | 50 |
| Binary | 1101010 | 10000010 | 1001010 | 10010 | 0 | 101011 | 110001 | 1010110 | 11011 | 101000 |
Color Harmonies of #6A824A
Complementary color
Monochromatic Colors of #6A824A
Black with #6A824A
Text Example
Text Example
White with #6A824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A824A; }
p { color: rgb(106,130,74); }
H1.HeaderClassName
{
color: #6A824A;
}
.AnyTagClassName
{
color: #6A824A;
}
</style>
background-color css
<style>
a { background-color: #6A824A; }
a { background-color: rgb(106,130,74); }
div.DivClassName
{
background-color: #6A824A;
}
.BgClassName
{
background-color: #6A824A;
}
</style>
border-color css
<style>
span { border-color: #6A824A; }
span { border-color: rgb(106,130,74); }
td.TdClassName
{
border-color: #6A824A;
}
.TagClassName
{
border-color: #6A824A;
}
</style>