Shades of Dingley #6A7B45
Tints of Dingley #6A7B45
RGB
CMYK
RGB Variations
Color information
#6A7B45 (or 0x6A7B45) is known color: Dingley. HEX triplet: 6A, 7B and 45. RGB value is (106,123,69). Sum of RGB (Red+Green+Blue) = 106+123+69=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B45 is #9584BA. Grayscale: #6F6F6F. Windows color (decimal): -9798843 or 4553578. OLE color: 4553578.
HSL color Cylindrical-coordinate representation of color #6A7B45: hue angle of 78.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7B45 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 69 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.52 |
| HSL | 78.89º | 0.28% | 0.38% | - |
| HSV(B) | 78.89º | 0.44% | 0.48% | - |
| XYZ | 14.1 | 17.66 | 8.3 | - |
| YUV | 111.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 69 | 0.14 | 0 | 0.44 | 0.52 | 78.89 | 0.28 | 0.38 |
| Hex | 6A | 7B | 45 | E | 0 | 2C | 34 | 4F | 1C | 26 |
| Octal | 152 | 173 | 105 | 16 | 0 | 54 | 64 | 117 | 34 | 46 |
| Binary | 1101010 | 1111011 | 1000101 | 1110 | 0 | 101100 | 110100 | 1001111 | 11100 | 100110 |
Color Harmonies of #6A7B45
Complementary color
Monochromatic Colors of #6A7B45
Black with #6A7B45
Text Example
Text Example
White with #6A7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B45; }
p { color: rgb(106,123,69); }
H1.HeaderClassName
{
color: #6A7B45;
}
.AnyTagClassName
{
color: #6A7B45;
}
</style>
background-color css
<style>
a { background-color: #6A7B45; }
a { background-color: rgb(106,123,69); }
div.DivClassName
{
background-color: #6A7B45;
}
.BgClassName
{
background-color: #6A7B45;
}
</style>
border-color css
<style>
span { border-color: #6A7B45; }
span { border-color: rgb(106,123,69); }
td.TdClassName
{
border-color: #6A7B45;
}
.TagClassName
{
border-color: #6A7B45;
}
</style>