Shades of Patina #6F8A80
Tints of Patina #6F8A80
RGB
CMYK
RGB Variations
Color information
#6F8A80 (or 0x6F8A80) is known color: Patina. HEX triplet: 6F, 8A and 80. RGB value is (111,138,128). Sum of RGB (Red+Green+Blue) = 111+138+128=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8A80 is #90757F. Grayscale: #808080. Windows color (decimal): -9467264 or 8424047. OLE color: 8424047.
HSL color Cylindrical-coordinate representation of color #6F8A80: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8A80 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 128 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.46 |
| HSL | 157.78º | 0.11% | 0.49% | - |
| HSV(B) | 157.78º | 0.2% | 0.54% | - |
| XYZ | 19.54 | 23.11 | 23.85 | - |
| YUV | 128.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 128 | 0.20 | 0 | 0.07 | 0.46 | 157.78 | 0.11 | 0.49 |
| Hex | 6F | 8A | 80 | 14 | 0 | 7 | 2E | 9E | B | 31 |
| Octal | 157 | 212 | 200 | 24 | 0 | 7 | 56 | 236 | 13 | 61 |
| Binary | 1101111 | 10001010 | 10000000 | 10100 | 0 | 111 | 101110 | 10011110 | 1011 | 110001 |
Color Harmonies of #6F8A80
Complementary color
Monochromatic Colors of #6F8A80
Black with #6F8A80
Text Example
Text Example
White with #6F8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A80; }
p { color: rgb(111,138,128); }
H1.HeaderClassName
{
color: #6F8A80;
}
.AnyTagClassName
{
color: #6F8A80;
}
</style>
background-color css
<style>
a { background-color: #6F8A80; }
a { background-color: rgb(111,138,128); }
div.DivClassName
{
background-color: #6F8A80;
}
.BgClassName
{
background-color: #6F8A80;
}
</style>
border-color css
<style>
span { border-color: #6F8A80; }
span { border-color: rgb(111,138,128); }
td.TdClassName
{
border-color: #6F8A80;
}
.TagClassName
{
border-color: #6F8A80;
}
</style>