Shades of Patina #678D85
Tints of Patina #678D85
RGB
CMYK
RGB Variations
Color information
#678D85 (or 0x678D85) is known color: Patina. HEX triplet: 67, 8D and 85. RGB value is (103,141,133). Sum of RGB (Red+Green+Blue) = 103+141+133=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #678D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D85 is #98727A. Grayscale: #808080. Windows color (decimal): -9990779 or 8752487. OLE color: 8752487.
HSL color Cylindrical-coordinate representation of color #678D85: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D85 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 133 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.45 |
| HSL | 167.37º | 0.16% | 0.48% | - |
| HSV(B) | 167.37º | 0.27% | 0.55% | - |
| XYZ | 19.35 | 23.63 | 25.73 | - |
| YUV | 128.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 133 | 0.27 | 0 | 0.06 | 0.45 | 167.37 | 0.16 | 0.48 |
| Hex | 67 | 8D | 85 | 1B | 0 | 6 | 2D | A7 | 10 | 30 |
| Octal | 147 | 215 | 205 | 33 | 0 | 6 | 55 | 247 | 20 | 60 |
| Binary | 1100111 | 10001101 | 10000101 | 11011 | 0 | 110 | 101101 | 10100111 | 10000 | 110000 |
Color Harmonies of #678D85
Complementary color
Monochromatic Colors of #678D85
Black with #678D85
Text Example
Text Example
White with #678D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D85; }
p { color: rgb(103,141,133); }
H1.HeaderClassName
{
color: #678D85;
}
.AnyTagClassName
{
color: #678D85;
}
</style>
background-color css
<style>
a { background-color: #678D85; }
a { background-color: rgb(103,141,133); }
div.DivClassName
{
background-color: #678D85;
}
.BgClassName
{
background-color: #678D85;
}
</style>
border-color css
<style>
span { border-color: #678D85; }
span { border-color: rgb(103,141,133); }
td.TdClassName
{
border-color: #678D85;
}
.TagClassName
{
border-color: #678D85;
}
</style>