Shades of Dingley #6B7A46
Tints of Dingley #6B7A46
RGB
CMYK
RGB Variations
Color information
#6B7A46 (or 0x6B7A46) is known color: Dingley. HEX triplet: 6B, 7A and 46. RGB value is (107,122,70). Sum of RGB (Red+Green+Blue) = 107+122+70=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A46 is #9485B9. Grayscale: #6F6F6F. Windows color (decimal): -9733562 or 4618859. OLE color: 4618859.
HSL color Cylindrical-coordinate representation of color #6B7A46: hue angle of 77.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7A46 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 70 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.52 |
| HSL | 77.31º | 0.27% | 0.38% | - |
| HSV(B) | 77.31º | 0.43% | 0.48% | - |
| XYZ | 14.13 | 17.49 | 8.43 | - |
| YUV | 111.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 70 | 0.12 | 0 | 0.43 | 0.52 | 77.31 | 0.27 | 0.38 |
| Hex | 6B | 7A | 46 | C | 0 | 2B | 34 | 4D | 1B | 26 |
| Octal | 153 | 172 | 106 | 14 | 0 | 53 | 64 | 115 | 33 | 46 |
| Binary | 1101011 | 1111010 | 1000110 | 1100 | 0 | 101011 | 110100 | 1001101 | 11011 | 100110 |
Color Harmonies of #6B7A46
Complementary color
Monochromatic Colors of #6B7A46
Black with #6B7A46
Text Example
Text Example
White with #6B7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A46; }
p { color: rgb(107,122,70); }
H1.HeaderClassName
{
color: #6B7A46;
}
.AnyTagClassName
{
color: #6B7A46;
}
</style>
background-color css
<style>
a { background-color: #6B7A46; }
a { background-color: rgb(107,122,70); }
div.DivClassName
{
background-color: #6B7A46;
}
.BgClassName
{
background-color: #6B7A46;
}
</style>
border-color css
<style>
span { border-color: #6B7A46; }
span { border-color: rgb(107,122,70); }
td.TdClassName
{
border-color: #6B7A46;
}
.TagClassName
{
border-color: #6B7A46;
}
</style>