Shades of Patina #679E91
Tints of Patina #679E91
RGB
CMYK
RGB Variations
Color information
#679E91 (or 0x679E91) is known color: Patina. HEX triplet: 67, 9E and 91. RGB value is (103,158,145). Sum of RGB (Red+Green+Blue) = 103+158+145=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #679E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E91 is #98616E. Grayscale: #8C8C8C. Windows color (decimal): -9986415 or 9543271. OLE color: 9543271.
HSL color Cylindrical-coordinate representation of color #679E91: hue angle of 165.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 #679E91 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 145 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.38 |
| HSL | 165.82º | 0.22% | 0.51% | - |
| HSV(B) | 165.82º | 0.35% | 0.62% | - |
| XYZ | 22.93 | 29.38 | 31.25 | - |
| YUV | 140.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 145 | 0.35 | 0 | 0.08 | 0.38 | 165.82 | 0.22 | 0.51 |
| Hex | 67 | 9E | 91 | 23 | 0 | 8 | 26 | A6 | 16 | 33 |
| Octal | 147 | 236 | 221 | 43 | 0 | 10 | 46 | 246 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10010001 | 100011 | 0 | 1000 | 100110 | 10100110 | 10110 | 110011 |
Color Harmonies of #679E91
Complementary color
Monochromatic Colors of #679E91
Black with #679E91
Text Example
Text Example
White with #679E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E91; }
p { color: rgb(103,158,145); }
H1.HeaderClassName
{
color: #679E91;
}
.AnyTagClassName
{
color: #679E91;
}
</style>
background-color css
<style>
a { background-color: #679E91; }
a { background-color: rgb(103,158,145); }
div.DivClassName
{
background-color: #679E91;
}
.BgClassName
{
background-color: #679E91;
}
</style>
border-color css
<style>
span { border-color: #679E91; }
span { border-color: rgb(103,158,145); }
td.TdClassName
{
border-color: #679E91;
}
.TagClassName
{
border-color: #679E91;
}
</style>