Shades of Patina #679688
Tints of Patina #679688
RGB
CMYK
RGB Variations
Color information
#679688 (or 0x679688) is known color: Patina. HEX triplet: 67, 96 and 88. RGB value is (103,150,136). Sum of RGB (Red+Green+Blue) = 103+150+136=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #679688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679688 is #986977. Grayscale: #868686. Windows color (decimal): -9988472 or 8951399. OLE color: 8951399.
HSL color Cylindrical-coordinate representation of color #679688: hue angle of 162.13º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679688 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 136 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.41 |
| HSL | 162.13º | 0.19% | 0.5% | - |
| HSV(B) | 162.13º | 0.31% | 0.59% | - |
| XYZ | 20.94 | 26.47 | 27.3 | - |
| YUV | 134.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 136 | 0.31 | 0 | 0.09 | 0.41 | 162.13 | 0.19 | 0.5 |
| Hex | 67 | 96 | 88 | 1F | 0 | 9 | 29 | A2 | 13 | 32 |
| Octal | 147 | 226 | 210 | 37 | 0 | 11 | 51 | 242 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10001000 | 11111 | 0 | 1001 | 101001 | 10100010 | 10011 | 110010 |
Color Harmonies of #679688
Complementary color
Monochromatic Colors of #679688
Black with #679688
Text Example
Text Example
White with #679688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679688; }
p { color: rgb(103,150,136); }
H1.HeaderClassName
{
color: #679688;
}
.AnyTagClassName
{
color: #679688;
}
</style>
background-color css
<style>
a { background-color: #679688; }
a { background-color: rgb(103,150,136); }
div.DivClassName
{
background-color: #679688;
}
.BgClassName
{
background-color: #679688;
}
</style>
border-color css
<style>
span { border-color: #679688; }
span { border-color: rgb(103,150,136); }
td.TdClassName
{
border-color: #679688;
}
.TagClassName
{
border-color: #679688;
}
</style>