Shades of Dingley #6A9543
Tints of Dingley #6A9543
RGB
CMYK
RGB Variations
Color information
#6A9543 (or 0x6A9543) is known color: Dingley. HEX triplet: 6A, 95 and 43. RGB value is (106,149,67). Sum of RGB (Red+Green+Blue) = 106+149+67=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9543 is #956ABC. Grayscale: #7F7F7F. Windows color (decimal): -9792189 or 4429162. OLE color: 4429162.
HSL color Cylindrical-coordinate representation of color #6A9543: hue angle of 91.46º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A9543 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 67 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.42 |
| HSL | 91.46º | 0.38% | 0.42% | - |
| HSV(B) | 91.46º | 0.55% | 0.58% | - |
| XYZ | 17.7 | 24.96 | 9.2 | - |
| YUV | 126.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 67 | 0.29 | 0 | 0.55 | 0.42 | 91.46 | 0.38 | 0.42 |
| Hex | 6A | 95 | 43 | 1D | 0 | 37 | 2A | 5B | 26 | 2A |
| Octal | 152 | 225 | 103 | 35 | 0 | 67 | 52 | 133 | 46 | 52 |
| Binary | 1101010 | 10010101 | 1000011 | 11101 | 0 | 110111 | 101010 | 1011011 | 100110 | 101010 |
Color Harmonies of #6A9543
Complementary color
Monochromatic Colors of #6A9543
Black with #6A9543
Text Example
Text Example
White with #6A9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9543; }
p { color: rgb(106,149,67); }
H1.HeaderClassName
{
color: #6A9543;
}
.AnyTagClassName
{
color: #6A9543;
}
</style>
background-color css
<style>
a { background-color: #6A9543; }
a { background-color: rgb(106,149,67); }
div.DivClassName
{
background-color: #6A9543;
}
.BgClassName
{
background-color: #6A9543;
}
</style>
border-color css
<style>
span { border-color: #6A9543; }
span { border-color: rgb(106,149,67); }
td.TdClassName
{
border-color: #6A9543;
}
.TagClassName
{
border-color: #6A9543;
}
</style>