Shades of Patina #679E8E
Tints of Patina #679E8E
RGB
CMYK
RGB Variations
Color information
#679E8E (or 0x679E8E) is known color: Patina. HEX triplet: 67, 9E and 8E. RGB value is (103,158,142). Sum of RGB (Red+Green+Blue) = 103+158+142=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #679E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E8E is #986171. Grayscale: #8B8B8B. Windows color (decimal): -9986418 or 9346663. OLE color: 9346663.
HSL color Cylindrical-coordinate representation of color #679E8E: hue angle of 162.55º 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 #679E8E is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 142 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.38 |
| HSL | 162.55º | 0.22% | 0.51% | - |
| HSV(B) | 162.55º | 0.35% | 0.62% | - |
| XYZ | 22.7 | 29.29 | 30.05 | - |
| YUV | 139.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 142 | 0.35 | 0 | 0.10 | 0.38 | 162.55 | 0.22 | 0.51 |
| Hex | 67 | 9E | 8E | 23 | 0 | A | 26 | A3 | 16 | 33 |
| Octal | 147 | 236 | 216 | 43 | 0 | 12 | 46 | 243 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10001110 | 100011 | 0 | 1010 | 100110 | 10100011 | 10110 | 110011 |
Color Harmonies of #679E8E
Complementary color
Monochromatic Colors of #679E8E
Black with #679E8E
Text Example
Text Example
White with #679E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E8E; }
p { color: rgb(103,158,142); }
H1.HeaderClassName
{
color: #679E8E;
}
.AnyTagClassName
{
color: #679E8E;
}
</style>
background-color css
<style>
a { background-color: #679E8E; }
a { background-color: rgb(103,158,142); }
div.DivClassName
{
background-color: #679E8E;
}
.BgClassName
{
background-color: #679E8E;
}
</style>
border-color css
<style>
span { border-color: #679E8E; }
span { border-color: rgb(103,158,142); }
td.TdClassName
{
border-color: #679E8E;
}
.TagClassName
{
border-color: #679E8E;
}
</style>