Shades of Patina #679E86
Tints of Patina #679E86
RGB
CMYK
RGB Variations
Color information
#679E86 (or 0x679E86) is known color: Patina. HEX triplet: 67, 9E and 86. RGB value is (103,158,134). Sum of RGB (Red+Green+Blue) = 103+158+134=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #679E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E86 is #986179. Grayscale: #8A8A8A. Windows color (decimal): -9986426 or 8822375. OLE color: 8822375.
HSL color Cylindrical-coordinate representation of color #679E86: hue angle of 153.82º degrees, saturation: 0.22, 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 #679E86 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 134 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.38 |
| HSL | 153.82º | 0.22% | 0.51% | - |
| HSV(B) | 153.82º | 0.35% | 0.62% | - |
| XYZ | 22.12 | 29.06 | 27 | - |
| YUV | 138.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 134 | 0.35 | 0 | 0.15 | 0.38 | 153.82 | 0.22 | 0.51 |
| Hex | 67 | 9E | 86 | 23 | 0 | F | 26 | 9A | 16 | 33 |
| Octal | 147 | 236 | 206 | 43 | 0 | 17 | 46 | 232 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10000110 | 100011 | 0 | 1111 | 100110 | 10011010 | 10110 | 110011 |
Color Harmonies of #679E86
Complementary color
Monochromatic Colors of #679E86
Black with #679E86
Text Example
Text Example
White with #679E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E86; }
p { color: rgb(103,158,134); }
H1.HeaderClassName
{
color: #679E86;
}
.AnyTagClassName
{
color: #679E86;
}
</style>
background-color css
<style>
a { background-color: #679E86; }
a { background-color: rgb(103,158,134); }
div.DivClassName
{
background-color: #679E86;
}
.BgClassName
{
background-color: #679E86;
}
</style>
border-color css
<style>
span { border-color: #679E86; }
span { border-color: rgb(103,158,134); }
td.TdClassName
{
border-color: #679E86;
}
.TagClassName
{
border-color: #679E86;
}
</style>