Shades of Patina #6A8D7C
Tints of Patina #6A8D7C
RGB
CMYK
RGB Variations
Color information
#6A8D7C (or 0x6A8D7C) is known color: Patina. HEX triplet: 6A, 8D and 7C. RGB value is (106,141,124). Sum of RGB (Red+Green+Blue) = 106+141+124=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8D7C is #957283. Grayscale: #808080. Windows color (decimal): -9794180 or 8162666. OLE color: 8162666.
HSL color Cylindrical-coordinate representation of color #6A8D7C: hue angle of 150.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8D7C is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 124 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.45 |
| HSL | 150.86º | 0.14% | 0.48% | - |
| HSV(B) | 150.86º | 0.25% | 0.55% | - |
| XYZ | 19.11 | 23.57 | 22.61 | - |
| YUV | 128.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 124 | 0.25 | 0 | 0.12 | 0.45 | 150.86 | 0.14 | 0.48 |
| Hex | 6A | 8D | 7C | 19 | 0 | C | 2D | 97 | E | 30 |
| Octal | 152 | 215 | 174 | 31 | 0 | 14 | 55 | 227 | 16 | 60 |
| Binary | 1101010 | 10001101 | 1111100 | 11001 | 0 | 1100 | 101101 | 10010111 | 1110 | 110000 |
Color Harmonies of #6A8D7C
Complementary color
Monochromatic Colors of #6A8D7C
Black with #6A8D7C
Text Example
Text Example
White with #6A8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D7C; }
p { color: rgb(106,141,124); }
H1.HeaderClassName
{
color: #6A8D7C;
}
.AnyTagClassName
{
color: #6A8D7C;
}
</style>
background-color css
<style>
a { background-color: #6A8D7C; }
a { background-color: rgb(106,141,124); }
div.DivClassName
{
background-color: #6A8D7C;
}
.BgClassName
{
background-color: #6A8D7C;
}
</style>
border-color css
<style>
span { border-color: #6A8D7C; }
span { border-color: rgb(106,141,124); }
td.TdClassName
{
border-color: #6A8D7C;
}
.TagClassName
{
border-color: #6A8D7C;
}
</style>