Shades of Patina #678E7E
Tints of Patina #678E7E
RGB
CMYK
RGB Variations
Color information
#678E7E (or 0x678E7E) is known color: Patina. HEX triplet: 67, 8E and 7E. RGB value is (103,142,126). Sum of RGB (Red+Green+Blue) = 103+142+126=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #678E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678E7E is #987181. Grayscale: #808080. Windows color (decimal): -9990530 or 8293991. OLE color: 8293991.
HSL color Cylindrical-coordinate representation of color #678E7E: hue angle of 155.38º 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 #678E7E is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 126 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.44 |
| HSL | 155.38º | 0.16% | 0.48% | - |
| HSV(B) | 155.38º | 0.27% | 0.56% | - |
| XYZ | 19.03 | 23.74 | 23.32 | - |
| YUV | 128.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 126 | 0.27 | 0 | 0.11 | 0.44 | 155.38 | 0.16 | 0.48 |
| Hex | 67 | 8E | 7E | 1B | 0 | B | 2C | 9B | 10 | 30 |
| Octal | 147 | 216 | 176 | 33 | 0 | 13 | 54 | 233 | 20 | 60 |
| Binary | 1100111 | 10001110 | 1111110 | 11011 | 0 | 1011 | 101100 | 10011011 | 10000 | 110000 |
Color Harmonies of #678E7E
Complementary color
Monochromatic Colors of #678E7E
Black with #678E7E
Text Example
Text Example
White with #678E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E7E; }
p { color: rgb(103,142,126); }
H1.HeaderClassName
{
color: #678E7E;
}
.AnyTagClassName
{
color: #678E7E;
}
</style>
background-color css
<style>
a { background-color: #678E7E; }
a { background-color: rgb(103,142,126); }
div.DivClassName
{
background-color: #678E7E;
}
.BgClassName
{
background-color: #678E7E;
}
</style>
border-color css
<style>
span { border-color: #678E7E; }
span { border-color: rgb(103,142,126); }
td.TdClassName
{
border-color: #678E7E;
}
.TagClassName
{
border-color: #678E7E;
}
</style>