Shades of Patina #679E8B
Tints of Patina #679E8B
RGB
CMYK
RGB Variations
Color information
#679E8B (or 0x679E8B) is known color: Patina. HEX triplet: 67, 9E and 8B. RGB value is (103,158,139). Sum of RGB (Red+Green+Blue) = 103+158+139=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #679E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E8B is #986174. Grayscale: #8B8B8B. Windows color (decimal): -9986421 or 9150055. OLE color: 9150055.
HSL color Cylindrical-coordinate representation of color #679E8B: hue angle of 159.27º 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 #679E8B is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 139 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.38 |
| HSL | 159.27º | 0.22% | 0.51% | - |
| HSV(B) | 159.27º | 0.35% | 0.62% | - |
| XYZ | 22.48 | 29.2 | 28.88 | - |
| YUV | 139.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 139 | 0.35 | 0 | 0.12 | 0.38 | 159.27 | 0.22 | 0.51 |
| Hex | 67 | 9E | 8B | 23 | 0 | C | 26 | 9F | 16 | 33 |
| Octal | 147 | 236 | 213 | 43 | 0 | 14 | 46 | 237 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10001011 | 100011 | 0 | 1100 | 100110 | 10011111 | 10110 | 110011 |
Color Harmonies of #679E8B
Complementary color
Monochromatic Colors of #679E8B
Black with #679E8B
Text Example
Text Example
White with #679E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E8B; }
p { color: rgb(103,158,139); }
H1.HeaderClassName
{
color: #679E8B;
}
.AnyTagClassName
{
color: #679E8B;
}
</style>
background-color css
<style>
a { background-color: #679E8B; }
a { background-color: rgb(103,158,139); }
div.DivClassName
{
background-color: #679E8B;
}
.BgClassName
{
background-color: #679E8B;
}
</style>
border-color css
<style>
span { border-color: #679E8B; }
span { border-color: rgb(103,158,139); }
td.TdClassName
{
border-color: #679E8B;
}
.TagClassName
{
border-color: #679E8B;
}
</style>