Shades of Patina #679E88
Tints of Patina #679E88
RGB
CMYK
RGB Variations
Color information
#679E88 (or 0x679E88) is known color: Patina. HEX triplet: 67, 9E and 88. RGB value is (103,158,136). Sum of RGB (Red+Green+Blue) = 103+158+136=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #679E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E88 is #986177. Grayscale: #8B8B8B. Windows color (decimal): -9986424 or 8953447. OLE color: 8953447.
HSL color Cylindrical-coordinate representation of color #679E88: hue angle of 156º 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 #679E88 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 136 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.38 |
| HSL | 156º | 0.22% | 0.51% | - |
| HSV(B) | 156º | 0.35% | 0.62% | - |
| XYZ | 22.26 | 29.11 | 27.74 | - |
| YUV | 139.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 136 | 0.35 | 0 | 0.14 | 0.38 | 156 | 0.22 | 0.51 |
| Hex | 67 | 9E | 88 | 23 | 0 | E | 26 | 9C | 16 | 33 |
| Octal | 147 | 236 | 210 | 43 | 0 | 16 | 46 | 234 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10001000 | 100011 | 0 | 1110 | 100110 | 10011100 | 10110 | 110011 |
Color Harmonies of #679E88
Complementary color
Monochromatic Colors of #679E88
Black with #679E88
Text Example
Text Example
White with #679E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E88; }
p { color: rgb(103,158,136); }
H1.HeaderClassName
{
color: #679E88;
}
.AnyTagClassName
{
color: #679E88;
}
</style>
background-color css
<style>
a { background-color: #679E88; }
a { background-color: rgb(103,158,136); }
div.DivClassName
{
background-color: #679E88;
}
.BgClassName
{
background-color: #679E88;
}
</style>
border-color css
<style>
span { border-color: #679E88; }
span { border-color: rgb(103,158,136); }
td.TdClassName
{
border-color: #679E88;
}
.TagClassName
{
border-color: #679E88;
}
</style>