Shades of Patina #679E8C
Tints of Patina #679E8C
RGB
CMYK
RGB Variations
Color information
#679E8C (or 0x679E8C) is known color: Patina. HEX triplet: 67, 9E and 8C. RGB value is (103,158,140). Sum of RGB (Red+Green+Blue) = 103+158+140=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #679E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E8C is #986173. Grayscale: #8B8B8B. Windows color (decimal): -9986420 or 9215591. OLE color: 9215591.
HSL color Cylindrical-coordinate representation of color #679E8C: hue angle of 160.36º 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 #679E8C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 140 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.38 |
| HSL | 160.36º | 0.22% | 0.51% | - |
| HSV(B) | 160.36º | 0.35% | 0.62% | - |
| XYZ | 22.55 | 29.23 | 29.26 | - |
| YUV | 139.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 140 | 0.35 | 0 | 0.11 | 0.38 | 160.36 | 0.22 | 0.51 |
| Hex | 67 | 9E | 8C | 23 | 0 | B | 26 | A0 | 16 | 33 |
| Octal | 147 | 236 | 214 | 43 | 0 | 13 | 46 | 240 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10001100 | 100011 | 0 | 1011 | 100110 | 10100000 | 10110 | 110011 |
Color Harmonies of #679E8C
Complementary color
Monochromatic Colors of #679E8C
Black with #679E8C
Text Example
Text Example
White with #679E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E8C; }
p { color: rgb(103,158,140); }
H1.HeaderClassName
{
color: #679E8C;
}
.AnyTagClassName
{
color: #679E8C;
}
</style>
background-color css
<style>
a { background-color: #679E8C; }
a { background-color: rgb(103,158,140); }
div.DivClassName
{
background-color: #679E8C;
}
.BgClassName
{
background-color: #679E8C;
}
</style>
border-color css
<style>
span { border-color: #679E8C; }
span { border-color: rgb(103,158,140); }
td.TdClassName
{
border-color: #679E8C;
}
.TagClassName
{
border-color: #679E8C;
}
</style>