Shades of Dingley #6B7D4C
Tints of Dingley #6B7D4C
RGB
CMYK
RGB Variations
Color information
#6B7D4C (or 0x6B7D4C) is known color: Dingley. HEX triplet: 6B, 7D and 4C. RGB value is (107,125,76). Sum of RGB (Red+Green+Blue) = 107+125+76=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D4C is #9482B3. Grayscale: #727272. Windows color (decimal): -9732788 or 5012843. OLE color: 5012843.
HSL color Cylindrical-coordinate representation of color #6B7D4C: hue angle of 82.04º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7D4C is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 76 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.51 |
| HSL | 82.04º | 0.24% | 0.39% | - |
| HSV(B) | 82.04º | 0.39% | 0.49% | - |
| XYZ | 14.7 | 18.31 | 9.6 | - |
| YUV | 114.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 76 | 0.14 | 0 | 0.39 | 0.51 | 82.04 | 0.24 | 0.39 |
| Hex | 6B | 7D | 4C | E | 0 | 27 | 33 | 52 | 18 | 27 |
| Octal | 153 | 175 | 114 | 16 | 0 | 47 | 63 | 122 | 30 | 47 |
| Binary | 1101011 | 1111101 | 1001100 | 1110 | 0 | 100111 | 110011 | 1010010 | 11000 | 100111 |
Color Harmonies of #6B7D4C
Complementary color
Monochromatic Colors of #6B7D4C
Black with #6B7D4C
Text Example
Text Example
White with #6B7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D4C; }
p { color: rgb(107,125,76); }
H1.HeaderClassName
{
color: #6B7D4C;
}
.AnyTagClassName
{
color: #6B7D4C;
}
</style>
background-color css
<style>
a { background-color: #6B7D4C; }
a { background-color: rgb(107,125,76); }
div.DivClassName
{
background-color: #6B7D4C;
}
.BgClassName
{
background-color: #6B7D4C;
}
</style>
border-color css
<style>
span { border-color: #6B7D4C; }
span { border-color: rgb(107,125,76); }
td.TdClassName
{
border-color: #6B7D4C;
}
.TagClassName
{
border-color: #6B7D4C;
}
</style>