Shades of Dingley #6A9644
Tints of Dingley #6A9644
RGB
CMYK
RGB Variations
Color information
#6A9644 (or 0x6A9644) is known color: Dingley. HEX triplet: 6A, 96 and 44. RGB value is (106,150,68). Sum of RGB (Red+Green+Blue) = 106+150+68=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9644 is #9569BB. Grayscale: #7F7F7F. Windows color (decimal): -9791932 or 4494954. OLE color: 4494954.
HSL color Cylindrical-coordinate representation of color #6A9644: hue angle of 92.2º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A9644 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 68 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.41 |
| HSL | 92.2º | 0.38% | 0.43% | - |
| HSV(B) | 92.2º | 0.55% | 0.59% | - |
| XYZ | 17.89 | 25.29 | 9.41 | - |
| YUV | 127.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 68 | 0.29 | 0 | 0.55 | 0.41 | 92.2 | 0.38 | 0.43 |
| Hex | 6A | 96 | 44 | 1D | 0 | 37 | 29 | 5C | 26 | 2B |
| Octal | 152 | 226 | 104 | 35 | 0 | 67 | 51 | 134 | 46 | 53 |
| Binary | 1101010 | 10010110 | 1000100 | 11101 | 0 | 110111 | 101001 | 1011100 | 100110 | 101011 |
Color Harmonies of #6A9644
Complementary color
Monochromatic Colors of #6A9644
Black with #6A9644
Text Example
Text Example
White with #6A9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9644; }
p { color: rgb(106,150,68); }
H1.HeaderClassName
{
color: #6A9644;
}
.AnyTagClassName
{
color: #6A9644;
}
</style>
background-color css
<style>
a { background-color: #6A9644; }
a { background-color: rgb(106,150,68); }
div.DivClassName
{
background-color: #6A9644;
}
.BgClassName
{
background-color: #6A9644;
}
</style>
border-color css
<style>
span { border-color: #6A9644; }
span { border-color: rgb(106,150,68); }
td.TdClassName
{
border-color: #6A9644;
}
.TagClassName
{
border-color: #6A9644;
}
</style>