Shades of Patina #679687
Tints of Patina #679687
RGB
CMYK
RGB Variations
Color information
#679687 (or 0x679687) is known color: Patina. HEX triplet: 67, 96 and 87. RGB value is (103,150,135). Sum of RGB (Red+Green+Blue) = 103+150+135=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #679687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679687 is #986978. Grayscale: #868686. Windows color (decimal): -9988473 or 8885863. OLE color: 8885863.
HSL color Cylindrical-coordinate representation of color #679687: hue angle of 160.85º 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 #679687 is Cyan = 0.31, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 135 | - |
| CMYK | 0.31 | 0 | 0.1 | 0.41 |
| HSL | 160.85º | 0.19% | 0.5% | - |
| HSV(B) | 160.85º | 0.31% | 0.59% | - |
| XYZ | 20.87 | 26.45 | 26.93 | - |
| YUV | 134.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 135 | 0.31 | 0 | 0.1 | 0.41 | 160.85 | 0.19 | 0.5 |
| Hex | 67 | 96 | 87 | 1F | 0 | A | 29 | A1 | 13 | 32 |
| Octal | 147 | 226 | 207 | 37 | 0 | 12 | 51 | 241 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10000111 | 11111 | 0 | 1010 | 101001 | 10100001 | 10011 | 110010 |
Color Harmonies of #679687
Complementary color
Monochromatic Colors of #679687
Black with #679687
Text Example
Text Example
White with #679687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679687; }
p { color: rgb(103,150,135); }
H1.HeaderClassName
{
color: #679687;
}
.AnyTagClassName
{
color: #679687;
}
</style>
background-color css
<style>
a { background-color: #679687; }
a { background-color: rgb(103,150,135); }
div.DivClassName
{
background-color: #679687;
}
.BgClassName
{
background-color: #679687;
}
</style>
border-color css
<style>
span { border-color: #679687; }
span { border-color: rgb(103,150,135); }
td.TdClassName
{
border-color: #679687;
}
.TagClassName
{
border-color: #679687;
}
</style>