Shades of Patina #6A8780
Tints of Patina #6A8780
RGB
CMYK
RGB Variations
Color information
#6A8780 (or 0x6A8780) is known color: Patina. HEX triplet: 6A, 87 and 80. RGB value is (106,135,128). Sum of RGB (Red+Green+Blue) = 106+135+128=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8780 is #95787F. Grayscale: #7D7D7D. Windows color (decimal): -9795712 or 8423274. OLE color: 8423274.
HSL color Cylindrical-coordinate representation of color #6A8780: hue angle of 165.52º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8780 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 128 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.47 |
| HSL | 165.52º | 0.12% | 0.47% | - |
| HSV(B) | 165.52º | 0.21% | 0.53% | - |
| XYZ | 18.5 | 21.95 | 23.68 | - |
| YUV | 125.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 128 | 0.21 | 0 | 0.05 | 0.47 | 165.52 | 0.12 | 0.47 |
| Hex | 6A | 87 | 80 | 15 | 0 | 5 | 2F | A6 | C | 2F |
| Octal | 152 | 207 | 200 | 25 | 0 | 5 | 57 | 246 | 14 | 57 |
| Binary | 1101010 | 10000111 | 10000000 | 10101 | 0 | 101 | 101111 | 10100110 | 1100 | 101111 |
Color Harmonies of #6A8780
Complementary color
Monochromatic Colors of #6A8780
Black with #6A8780
Text Example
Text Example
White with #6A8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8780; }
p { color: rgb(106,135,128); }
H1.HeaderClassName
{
color: #6A8780;
}
.AnyTagClassName
{
color: #6A8780;
}
</style>
background-color css
<style>
a { background-color: #6A8780; }
a { background-color: rgb(106,135,128); }
div.DivClassName
{
background-color: #6A8780;
}
.BgClassName
{
background-color: #6A8780;
}
</style>
border-color css
<style>
span { border-color: #6A8780; }
span { border-color: rgb(106,135,128); }
td.TdClassName
{
border-color: #6A8780;
}
.TagClassName
{
border-color: #6A8780;
}
</style>