Shades of Patina #678E7D
Tints of Patina #678E7D
RGB
CMYK
RGB Variations
Color information
#678E7D (or 0x678E7D) is known color: Patina. HEX triplet: 67, 8E and 7D. RGB value is (103,142,125). Sum of RGB (Red+Green+Blue) = 103+142+125=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #678E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678E7D is #987182. Grayscale: #808080. Windows color (decimal): -9990531 or 8228455. OLE color: 8228455.
HSL color Cylindrical-coordinate representation of color #678E7D: hue angle of 153.85º 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 #678E7D is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 125 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.44 |
| HSL | 153.85º | 0.16% | 0.48% | - |
| HSV(B) | 153.85º | 0.27% | 0.56% | - |
| XYZ | 18.97 | 23.71 | 22.98 | - |
| YUV | 128.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 125 | 0.27 | 0 | 0.12 | 0.44 | 153.85 | 0.16 | 0.48 |
| Hex | 67 | 8E | 7D | 1B | 0 | C | 2C | 9A | 10 | 30 |
| Octal | 147 | 216 | 175 | 33 | 0 | 14 | 54 | 232 | 20 | 60 |
| Binary | 1100111 | 10001110 | 1111101 | 11011 | 0 | 1100 | 101100 | 10011010 | 10000 | 110000 |
Color Harmonies of #678E7D
Complementary color
Monochromatic Colors of #678E7D
Black with #678E7D
Text Example
Text Example
White with #678E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E7D; }
p { color: rgb(103,142,125); }
H1.HeaderClassName
{
color: #678E7D;
}
.AnyTagClassName
{
color: #678E7D;
}
</style>
background-color css
<style>
a { background-color: #678E7D; }
a { background-color: rgb(103,142,125); }
div.DivClassName
{
background-color: #678E7D;
}
.BgClassName
{
background-color: #678E7D;
}
</style>
border-color css
<style>
span { border-color: #678E7D; }
span { border-color: rgb(103,142,125); }
td.TdClassName
{
border-color: #678E7D;
}
.TagClassName
{
border-color: #678E7D;
}
</style>