Shades of Dingley #6D904B
Tints of Dingley #6D904B
RGB
CMYK
RGB Variations
Color information
#6D904B (or 0x6D904B) is known color: Dingley. HEX triplet: 6D, 90 and 4B. RGB value is (109,144,75). Sum of RGB (Red+Green+Blue) = 109+144+75=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #6D904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D904B is #926FB4. Grayscale: #7D7D7D. Windows color (decimal): -9596853 or 4952173. OLE color: 4952173.
HSL color Cylindrical-coordinate representation of color #6D904B: hue angle of 90.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D904B is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 75 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.44 |
| HSL | 90.43º | 0.32% | 0.43% | - |
| HSV(B) | 90.43º | 0.48% | 0.56% | - |
| XYZ | 17.55 | 23.71 | 10.31 | - |
| YUV | 125.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 75 | 0.24 | 0 | 0.48 | 0.44 | 90.43 | 0.32 | 0.43 |
| Hex | 6D | 90 | 4B | 18 | 0 | 30 | 2C | 5A | 20 | 2B |
| Octal | 155 | 220 | 113 | 30 | 0 | 60 | 54 | 132 | 40 | 53 |
| Binary | 1101101 | 10010000 | 1001011 | 11000 | 0 | 110000 | 101100 | 1011010 | 100000 | 101011 |
Color Harmonies of #6D904B
Complementary color
Monochromatic Colors of #6D904B
Black with #6D904B
Text Example
Text Example
White with #6D904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D904B; }
p { color: rgb(109,144,75); }
H1.HeaderClassName
{
color: #6D904B;
}
.AnyTagClassName
{
color: #6D904B;
}
</style>
background-color css
<style>
a { background-color: #6D904B; }
a { background-color: rgb(109,144,75); }
div.DivClassName
{
background-color: #6D904B;
}
.BgClassName
{
background-color: #6D904B;
}
</style>
border-color css
<style>
span { border-color: #6D904B; }
span { border-color: rgb(109,144,75); }
td.TdClassName
{
border-color: #6D904B;
}
.TagClassName
{
border-color: #6D904B;
}
</style>