Shades of Dingley #6B8D48
Tints of Dingley #6B8D48
RGB
CMYK
RGB Variations
Color information
#6B8D48 (or 0x6B8D48) is known color: Dingley. HEX triplet: 6B, 8D and 48. RGB value is (107,141,72). Sum of RGB (Red+Green+Blue) = 107+141+72=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D48 is #9472B7. Grayscale: #7B7B7B. Windows color (decimal): -9728696 or 4754795. OLE color: 4754795.
HSL color Cylindrical-coordinate representation of color #6B8D48: hue angle of 89.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B8D48 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 72 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.45 |
| HSL | 89.57º | 0.32% | 0.42% | - |
| HSV(B) | 89.57º | 0.49% | 0.55% | - |
| XYZ | 16.76 | 22.64 | 9.62 | - |
| YUV | 122.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 72 | 0.24 | 0 | 0.49 | 0.45 | 89.57 | 0.32 | 0.42 |
| Hex | 6B | 8D | 48 | 18 | 0 | 31 | 2D | 5A | 20 | 2A |
| Octal | 153 | 215 | 110 | 30 | 0 | 61 | 55 | 132 | 40 | 52 |
| Binary | 1101011 | 10001101 | 1001000 | 11000 | 0 | 110001 | 101101 | 1011010 | 100000 | 101010 |
Color Harmonies of #6B8D48
Complementary color
Monochromatic Colors of #6B8D48
Black with #6B8D48
Text Example
Text Example
White with #6B8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D48; }
p { color: rgb(107,141,72); }
H1.HeaderClassName
{
color: #6B8D48;
}
.AnyTagClassName
{
color: #6B8D48;
}
</style>
background-color css
<style>
a { background-color: #6B8D48; }
a { background-color: rgb(107,141,72); }
div.DivClassName
{
background-color: #6B8D48;
}
.BgClassName
{
background-color: #6B8D48;
}
</style>
border-color css
<style>
span { border-color: #6B8D48; }
span { border-color: rgb(107,141,72); }
td.TdClassName
{
border-color: #6B8D48;
}
.TagClassName
{
border-color: #6B8D48;
}
</style>