Shades of Dingley #6B7D45
Tints of Dingley #6B7D45
RGB
CMYK
RGB Variations
Color information
#6B7D45 (or 0x6B7D45) is known color: Dingley. HEX triplet: 6B, 7D and 45. RGB value is (107,125,69). Sum of RGB (Red+Green+Blue) = 107+125+69=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D45 is #9482BA. Grayscale: #717171. Windows color (decimal): -9732795 or 4554091. OLE color: 4554091.
HSL color Cylindrical-coordinate representation of color #6B7D45: hue angle of 79.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B7D45 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 69 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.51 |
| HSL | 79.29º | 0.29% | 0.38% | - |
| HSV(B) | 79.29º | 0.45% | 0.49% | - |
| XYZ | 14.47 | 18.22 | 8.38 | - |
| YUV | 113.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 69 | 0.14 | 0 | 0.45 | 0.51 | 79.29 | 0.29 | 0.38 |
| Hex | 6B | 7D | 45 | E | 0 | 2D | 33 | 4F | 1D | 26 |
| Octal | 153 | 175 | 105 | 16 | 0 | 55 | 63 | 117 | 35 | 46 |
| Binary | 1101011 | 1111101 | 1000101 | 1110 | 0 | 101101 | 110011 | 1001111 | 11101 | 100110 |
Color Harmonies of #6B7D45
Complementary color
Monochromatic Colors of #6B7D45
Black with #6B7D45
Text Example
Text Example
White with #6B7D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D45; }
p { color: rgb(107,125,69); }
H1.HeaderClassName
{
color: #6B7D45;
}
.AnyTagClassName
{
color: #6B7D45;
}
</style>
background-color css
<style>
a { background-color: #6B7D45; }
a { background-color: rgb(107,125,69); }
div.DivClassName
{
background-color: #6B7D45;
}
.BgClassName
{
background-color: #6B7D45;
}
</style>
border-color css
<style>
span { border-color: #6B7D45; }
span { border-color: rgb(107,125,69); }
td.TdClassName
{
border-color: #6B7D45;
}
.TagClassName
{
border-color: #6B7D45;
}
</style>