Shades of Patina #678980
Tints of Patina #678980
RGB
CMYK
RGB Variations
Color information
#678980 (or 0x678980) is known color: Patina. HEX triplet: 67, 89 and 80. RGB value is (103,137,128). Sum of RGB (Red+Green+Blue) = 103+137+128=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #678980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678980 is #98767F. Grayscale: #7D7D7D. Windows color (decimal): -9991808 or 8423783. OLE color: 8423783.
HSL color Cylindrical-coordinate representation of color #678980: hue angle of 164.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678980 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 128 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.46 |
| HSL | 164.12º | 0.14% | 0.47% | - |
| HSV(B) | 164.12º | 0.25% | 0.54% | - |
| XYZ | 18.44 | 22.33 | 23.76 | - |
| YUV | 125.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 128 | 0.25 | 0 | 0.07 | 0.46 | 164.12 | 0.14 | 0.47 |
| Hex | 67 | 89 | 80 | 19 | 0 | 7 | 2E | A4 | E | 2F |
| Octal | 147 | 211 | 200 | 31 | 0 | 7 | 56 | 244 | 16 | 57 |
| Binary | 1100111 | 10001001 | 10000000 | 11001 | 0 | 111 | 101110 | 10100100 | 1110 | 101111 |
Color Harmonies of #678980
Complementary color
Monochromatic Colors of #678980
Black with #678980
Text Example
Text Example
White with #678980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678980; }
p { color: rgb(103,137,128); }
H1.HeaderClassName
{
color: #678980;
}
.AnyTagClassName
{
color: #678980;
}
</style>
background-color css
<style>
a { background-color: #678980; }
a { background-color: rgb(103,137,128); }
div.DivClassName
{
background-color: #678980;
}
.BgClassName
{
background-color: #678980;
}
</style>
border-color css
<style>
span { border-color: #678980; }
span { border-color: rgb(103,137,128); }
td.TdClassName
{
border-color: #678980;
}
.TagClassName
{
border-color: #678980;
}
</style>