Shades of Patina #6F8880
Tints of Patina #6F8880
RGB
CMYK
RGB Variations
Color information
#6F8880 (or 0x6F8880) is known color: Patina. HEX triplet: 6F, 88 and 80. RGB value is (111,136,128). Sum of RGB (Red+Green+Blue) = 111+136+128=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8880 is #90777F. Grayscale: #7F7F7F. Windows color (decimal): -9467776 or 8423535. OLE color: 8423535.
HSL color Cylindrical-coordinate representation of color #6F8880: hue angle of 160.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8880 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 128 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.47 |
| HSL | 160.8º | 0.1% | 0.48% | - |
| HSV(B) | 160.8º | 0.18% | 0.53% | - |
| XYZ | 19.26 | 22.55 | 23.76 | - |
| YUV | 127.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 128 | 0.18 | 0 | 0.06 | 0.47 | 160.8 | 0.1 | 0.48 |
| Hex | 6F | 88 | 80 | 12 | 0 | 6 | 2F | A1 | A | 30 |
| Octal | 157 | 210 | 200 | 22 | 0 | 6 | 57 | 241 | 12 | 60 |
| Binary | 1101111 | 10001000 | 10000000 | 10010 | 0 | 110 | 101111 | 10100001 | 1010 | 110000 |
Color Harmonies of #6F8880
Complementary color
Monochromatic Colors of #6F8880
Black with #6F8880
Text Example
Text Example
White with #6F8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8880; }
p { color: rgb(111,136,128); }
H1.HeaderClassName
{
color: #6F8880;
}
.AnyTagClassName
{
color: #6F8880;
}
</style>
background-color css
<style>
a { background-color: #6F8880; }
a { background-color: rgb(111,136,128); }
div.DivClassName
{
background-color: #6F8880;
}
.BgClassName
{
background-color: #6F8880;
}
</style>
border-color css
<style>
span { border-color: #6F8880; }
span { border-color: rgb(111,136,128); }
td.TdClassName
{
border-color: #6F8880;
}
.TagClassName
{
border-color: #6F8880;
}
</style>