Shades of Patina #6B8780
Tints of Patina #6B8780
RGB
CMYK
RGB Variations
Color information
#6B8780 (or 0x6B8780) is known color: Patina. HEX triplet: 6B, 87 and 80. RGB value is (107,135,128). Sum of RGB (Red+Green+Blue) = 107+135+128=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8780 is #94787F. Grayscale: #7D7D7D. Windows color (decimal): -9730176 or 8423275. OLE color: 8423275.
HSL color Cylindrical-coordinate representation of color #6B8780: hue angle of 165º 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 #6B8780 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 128 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.47 |
| HSL | 165º | 0.12% | 0.47% | - |
| HSV(B) | 165º | 0.21% | 0.53% | - |
| XYZ | 18.62 | 22.01 | 23.69 | - |
| YUV | 125.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 128 | 0.21 | 0 | 0.05 | 0.47 | 165 | 0.12 | 0.47 |
| Hex | 6B | 87 | 80 | 15 | 0 | 5 | 2F | A5 | C | 2F |
| Octal | 153 | 207 | 200 | 25 | 0 | 5 | 57 | 245 | 14 | 57 |
| Binary | 1101011 | 10000111 | 10000000 | 10101 | 0 | 101 | 101111 | 10100101 | 1100 | 101111 |
Color Harmonies of #6B8780
Complementary color
Monochromatic Colors of #6B8780
Black with #6B8780
Text Example
Text Example
White with #6B8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8780; }
p { color: rgb(107,135,128); }
H1.HeaderClassName
{
color: #6B8780;
}
.AnyTagClassName
{
color: #6B8780;
}
</style>
background-color css
<style>
a { background-color: #6B8780; }
a { background-color: rgb(107,135,128); }
div.DivClassName
{
background-color: #6B8780;
}
.BgClassName
{
background-color: #6B8780;
}
</style>
border-color css
<style>
span { border-color: #6B8780; }
span { border-color: rgb(107,135,128); }
td.TdClassName
{
border-color: #6B8780;
}
.TagClassName
{
border-color: #6B8780;
}
</style>