Shades of Patina #679D86
Tints of Patina #679D86
RGB
CMYK
RGB Variations
Color information
#679D86 (or 0x679D86) is known color: Patina. HEX triplet: 67, 9D and 86. RGB value is (103,157,134). Sum of RGB (Red+Green+Blue) = 103+157+134=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #679D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D86 is #986279. Grayscale: #8A8A8A. Windows color (decimal): -9986682 or 8822119. OLE color: 8822119.
HSL color Cylindrical-coordinate representation of color #679D86: hue angle of 154.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D86 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 134 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.38 |
| HSL | 154.44º | 0.22% | 0.51% | - |
| HSV(B) | 154.44º | 0.34% | 0.62% | - |
| XYZ | 21.95 | 28.72 | 26.94 | - |
| YUV | 138.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 134 | 0.34 | 0 | 0.15 | 0.38 | 154.44 | 0.22 | 0.51 |
| Hex | 67 | 9D | 86 | 22 | 0 | F | 26 | 9A | 16 | 33 |
| Octal | 147 | 235 | 206 | 42 | 0 | 17 | 46 | 232 | 26 | 63 |
| Binary | 1100111 | 10011101 | 10000110 | 100010 | 0 | 1111 | 100110 | 10011010 | 10110 | 110011 |
Color Harmonies of #679D86
Complementary color
Monochromatic Colors of #679D86
Black with #679D86
Text Example
Text Example
White with #679D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D86; }
p { color: rgb(103,157,134); }
H1.HeaderClassName
{
color: #679D86;
}
.AnyTagClassName
{
color: #679D86;
}
</style>
background-color css
<style>
a { background-color: #679D86; }
a { background-color: rgb(103,157,134); }
div.DivClassName
{
background-color: #679D86;
}
.BgClassName
{
background-color: #679D86;
}
</style>
border-color css
<style>
span { border-color: #679D86; }
span { border-color: rgb(103,157,134); }
td.TdClassName
{
border-color: #679D86;
}
.TagClassName
{
border-color: #679D86;
}
</style>