Shades of Patina #6A8B7A
Tints of Patina #6A8B7A
RGB
CMYK
RGB Variations
Color information
#6A8B7A (or 0x6A8B7A) is known color: Patina. HEX triplet: 6A, 8B and 7A. RGB value is (106,139,122). Sum of RGB (Red+Green+Blue) = 106+139+122=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8B7A is #957485. Grayscale: #7F7F7F. Windows color (decimal): -9794694 or 8031082. OLE color: 8031082.
HSL color Cylindrical-coordinate representation of color #6A8B7A: hue angle of 149.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8B7A is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 122 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.45 |
| HSL | 149.09º | 0.13% | 0.48% | - |
| HSV(B) | 149.09º | 0.24% | 0.55% | - |
| XYZ | 18.69 | 22.93 | 21.85 | - |
| YUV | 127.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 122 | 0.24 | 0 | 0.12 | 0.45 | 149.09 | 0.13 | 0.48 |
| Hex | 6A | 8B | 7A | 18 | 0 | C | 2D | 95 | D | 30 |
| Octal | 152 | 213 | 172 | 30 | 0 | 14 | 55 | 225 | 15 | 60 |
| Binary | 1101010 | 10001011 | 1111010 | 11000 | 0 | 1100 | 101101 | 10010101 | 1101 | 110000 |
Color Harmonies of #6A8B7A
Complementary color
Monochromatic Colors of #6A8B7A
Black with #6A8B7A
Text Example
Text Example
White with #6A8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B7A; }
p { color: rgb(106,139,122); }
H1.HeaderClassName
{
color: #6A8B7A;
}
.AnyTagClassName
{
color: #6A8B7A;
}
</style>
background-color css
<style>
a { background-color: #6A8B7A; }
a { background-color: rgb(106,139,122); }
div.DivClassName
{
background-color: #6A8B7A;
}
.BgClassName
{
background-color: #6A8B7A;
}
</style>
border-color css
<style>
span { border-color: #6A8B7A; }
span { border-color: rgb(106,139,122); }
td.TdClassName
{
border-color: #6A8B7A;
}
.TagClassName
{
border-color: #6A8B7A;
}
</style>