Shades of Dingley #6A7A45
Tints of Dingley #6A7A45
RGB
CMYK
RGB Variations
Color information
#6A7A45 (or 0x6A7A45) is known color: Dingley. HEX triplet: 6A, 7A and 45. RGB value is (106,122,69). Sum of RGB (Red+Green+Blue) = 106+122+69=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A45 is #9585BA. Grayscale: #6F6F6F. Windows color (decimal): -9799099 or 4553322. OLE color: 4553322.
HSL color Cylindrical-coordinate representation of color #6A7A45: hue angle of 78.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7A45 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 69 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.52 |
| HSL | 78.11º | 0.28% | 0.37% | - |
| HSV(B) | 78.11º | 0.43% | 0.48% | - |
| XYZ | 13.98 | 17.41 | 8.25 | - |
| YUV | 111.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 69 | 0.13 | 0 | 0.43 | 0.52 | 78.11 | 0.28 | 0.37 |
| Hex | 6A | 7A | 45 | D | 0 | 2B | 34 | 4E | 1C | 25 |
| Octal | 152 | 172 | 105 | 15 | 0 | 53 | 64 | 116 | 34 | 45 |
| Binary | 1101010 | 1111010 | 1000101 | 1101 | 0 | 101011 | 110100 | 1001110 | 11100 | 100101 |
Color Harmonies of #6A7A45
Complementary color
Monochromatic Colors of #6A7A45
Black with #6A7A45
Text Example
Text Example
White with #6A7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A45; }
p { color: rgb(106,122,69); }
H1.HeaderClassName
{
color: #6A7A45;
}
.AnyTagClassName
{
color: #6A7A45;
}
</style>
background-color css
<style>
a { background-color: #6A7A45; }
a { background-color: rgb(106,122,69); }
div.DivClassName
{
background-color: #6A7A45;
}
.BgClassName
{
background-color: #6A7A45;
}
</style>
border-color css
<style>
span { border-color: #6A7A45; }
span { border-color: rgb(106,122,69); }
td.TdClassName
{
border-color: #6A7A45;
}
.TagClassName
{
border-color: #6A7A45;
}
</style>