Shades of Patina #678F7B
Tints of Patina #678F7B
RGB
CMYK
RGB Variations
Color information
#678F7B (or 0x678F7B) is known color: Patina. HEX triplet: 67, 8F and 7B. RGB value is (103,143,123). Sum of RGB (Red+Green+Blue) = 103+143+123=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #678F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678F7B is #987084. Grayscale: #808080. Windows color (decimal): -9990277 or 8097639. OLE color: 8097639.
HSL color Cylindrical-coordinate representation of color #678F7B: hue angle of 150º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678F7B is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 143 | 123 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.44 |
| HSL | 150º | 0.16% | 0.48% | - |
| HSV(B) | 150º | 0.28% | 0.56% | - |
| XYZ | 18.99 | 23.96 | 22.36 | - |
| YUV | 128.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 123 | 0.28 | 0 | 0.14 | 0.44 | 150 | 0.16 | 0.48 |
| Hex | 67 | 8F | 7B | 1C | 0 | E | 2C | 96 | 10 | 30 |
| Octal | 147 | 217 | 173 | 34 | 0 | 16 | 54 | 226 | 20 | 60 |
| Binary | 1100111 | 10001111 | 1111011 | 11100 | 0 | 1110 | 101100 | 10010110 | 10000 | 110000 |
Color Harmonies of #678F7B
Complementary color
Monochromatic Colors of #678F7B
Black with #678F7B
Text Example
Text Example
White with #678F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F7B; }
p { color: rgb(103,143,123); }
H1.HeaderClassName
{
color: #678F7B;
}
.AnyTagClassName
{
color: #678F7B;
}
</style>
background-color css
<style>
a { background-color: #678F7B; }
a { background-color: rgb(103,143,123); }
div.DivClassName
{
background-color: #678F7B;
}
.BgClassName
{
background-color: #678F7B;
}
</style>
border-color css
<style>
span { border-color: #678F7B; }
span { border-color: rgb(103,143,123); }
td.TdClassName
{
border-color: #678F7B;
}
.TagClassName
{
border-color: #678F7B;
}
</style>