Shades of Patina #6D8A80
Tints of Patina #6D8A80
RGB
CMYK
RGB Variations
Color information
#6D8A80 (or 0x6D8A80) is known color: Patina. HEX triplet: 6D, 8A and 80. RGB value is (109,138,128). Sum of RGB (Red+Green+Blue) = 109+138+128=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8A80 is #92757F. Grayscale: #808080. Windows color (decimal): -9598336 or 8424045. OLE color: 8424045.
HSL color Cylindrical-coordinate representation of color #6D8A80: hue angle of 159.31º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8A80 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 128 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.46 |
| HSL | 159.31º | 0.12% | 0.48% | - |
| HSV(B) | 159.31º | 0.21% | 0.54% | - |
| XYZ | 19.29 | 22.99 | 23.84 | - |
| YUV | 128.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 128 | 0.21 | 0 | 0.07 | 0.46 | 159.31 | 0.12 | 0.48 |
| Hex | 6D | 8A | 80 | 15 | 0 | 7 | 2E | 9F | C | 30 |
| Octal | 155 | 212 | 200 | 25 | 0 | 7 | 56 | 237 | 14 | 60 |
| Binary | 1101101 | 10001010 | 10000000 | 10101 | 0 | 111 | 101110 | 10011111 | 1100 | 110000 |
Color Harmonies of #6D8A80
Complementary color
Monochromatic Colors of #6D8A80
Black with #6D8A80
Text Example
Text Example
White with #6D8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A80; }
p { color: rgb(109,138,128); }
H1.HeaderClassName
{
color: #6D8A80;
}
.AnyTagClassName
{
color: #6D8A80;
}
</style>
background-color css
<style>
a { background-color: #6D8A80; }
a { background-color: rgb(109,138,128); }
div.DivClassName
{
background-color: #6D8A80;
}
.BgClassName
{
background-color: #6D8A80;
}
</style>
border-color css
<style>
span { border-color: #6D8A80; }
span { border-color: rgb(109,138,128); }
td.TdClassName
{
border-color: #6D8A80;
}
.TagClassName
{
border-color: #6D8A80;
}
</style>