Shades of Patina #679F89
Tints of Patina #679F89
RGB
CMYK
RGB Variations
Color information
#679F89 (or 0x679F89) is known color: Patina. HEX triplet: 67, 9F and 89. RGB value is (103,159,137). Sum of RGB (Red+Green+Blue) = 103+159+137=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #679F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F89 is #986076. Grayscale: #8B8B8B. Windows color (decimal): -9986167 or 9019239. OLE color: 9019239.
HSL color Cylindrical-coordinate representation of color #679F89: hue angle of 156.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F89 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 137 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.38 |
| HSL | 156.43º | 0.23% | 0.51% | - |
| HSV(B) | 156.43º | 0.35% | 0.62% | - |
| XYZ | 22.51 | 29.49 | 28.17 | - |
| YUV | 139.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 137 | 0.35 | 0 | 0.14 | 0.38 | 156.43 | 0.23 | 0.51 |
| Hex | 67 | 9F | 89 | 23 | 0 | E | 26 | 9C | 17 | 33 |
| Octal | 147 | 237 | 211 | 43 | 0 | 16 | 46 | 234 | 27 | 63 |
| Binary | 1100111 | 10011111 | 10001001 | 100011 | 0 | 1110 | 100110 | 10011100 | 10111 | 110011 |
Color Harmonies of #679F89
Complementary color
Monochromatic Colors of #679F89
Black with #679F89
Text Example
Text Example
White with #679F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F89; }
p { color: rgb(103,159,137); }
H1.HeaderClassName
{
color: #679F89;
}
.AnyTagClassName
{
color: #679F89;
}
</style>
background-color css
<style>
a { background-color: #679F89; }
a { background-color: rgb(103,159,137); }
div.DivClassName
{
background-color: #679F89;
}
.BgClassName
{
background-color: #679F89;
}
</style>
border-color css
<style>
span { border-color: #679F89; }
span { border-color: rgb(103,159,137); }
td.TdClassName
{
border-color: #679F89;
}
.TagClassName
{
border-color: #679F89;
}
</style>