Shades of Patina #678E7A
Tints of Patina #678E7A
RGB
CMYK
RGB Variations
Color information
#678E7A (or 0x678E7A) is known color: Patina. HEX triplet: 67, 8E and 7A. RGB value is (103,142,122). Sum of RGB (Red+Green+Blue) = 103+142+122=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #678E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678E7A is #987185. Grayscale: #808080. Windows color (decimal): -9990534 or 8031847. OLE color: 8031847.
HSL color Cylindrical-coordinate representation of color #678E7A: hue angle of 149.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678E7A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 122 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.44 |
| HSL | 149.23º | 0.16% | 0.48% | - |
| HSV(B) | 149.23º | 0.27% | 0.56% | - |
| XYZ | 18.78 | 23.63 | 21.98 | - |
| YUV | 128.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 122 | 0.27 | 0 | 0.14 | 0.44 | 149.23 | 0.16 | 0.48 |
| Hex | 67 | 8E | 7A | 1B | 0 | E | 2C | 95 | 10 | 30 |
| Octal | 147 | 216 | 172 | 33 | 0 | 16 | 54 | 225 | 20 | 60 |
| Binary | 1100111 | 10001110 | 1111010 | 11011 | 0 | 1110 | 101100 | 10010101 | 10000 | 110000 |
Color Harmonies of #678E7A
Complementary color
Monochromatic Colors of #678E7A
Black with #678E7A
Text Example
Text Example
White with #678E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E7A; }
p { color: rgb(103,142,122); }
H1.HeaderClassName
{
color: #678E7A;
}
.AnyTagClassName
{
color: #678E7A;
}
</style>
background-color css
<style>
a { background-color: #678E7A; }
a { background-color: rgb(103,142,122); }
div.DivClassName
{
background-color: #678E7A;
}
.BgClassName
{
background-color: #678E7A;
}
</style>
border-color css
<style>
span { border-color: #678E7A; }
span { border-color: rgb(103,142,122); }
td.TdClassName
{
border-color: #678E7A;
}
.TagClassName
{
border-color: #678E7A;
}
</style>