Shades of Patina #679D90
Tints of Patina #679D90
RGB
CMYK
RGB Variations
Color information
#679D90 (or 0x679D90) is known color: Patina. HEX triplet: 67, 9D and 90. RGB value is (103,157,144). Sum of RGB (Red+Green+Blue) = 103+157+144=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #679D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D90 is #98626F. Grayscale: #8B8B8B. Windows color (decimal): -9986672 or 9477479. OLE color: 9477479.
HSL color Cylindrical-coordinate representation of color #679D90: hue angle of 165.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D90 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 144 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.38 |
| HSL | 165.56º | 0.22% | 0.51% | - |
| HSV(B) | 165.56º | 0.34% | 0.62% | - |
| XYZ | 22.68 | 29.01 | 30.79 | - |
| YUV | 139.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 144 | 0.34 | 0 | 0.08 | 0.38 | 165.56 | 0.22 | 0.51 |
| Hex | 67 | 9D | 90 | 22 | 0 | 8 | 26 | A6 | 16 | 33 |
| Octal | 147 | 235 | 220 | 42 | 0 | 10 | 46 | 246 | 26 | 63 |
| Binary | 1100111 | 10011101 | 10010000 | 100010 | 0 | 1000 | 100110 | 10100110 | 10110 | 110011 |
Color Harmonies of #679D90
Complementary color
Monochromatic Colors of #679D90
Black with #679D90
Text Example
Text Example
White with #679D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D90; }
p { color: rgb(103,157,144); }
H1.HeaderClassName
{
color: #679D90;
}
.AnyTagClassName
{
color: #679D90;
}
</style>
background-color css
<style>
a { background-color: #679D90; }
a { background-color: rgb(103,157,144); }
div.DivClassName
{
background-color: #679D90;
}
.BgClassName
{
background-color: #679D90;
}
</style>
border-color css
<style>
span { border-color: #679D90; }
span { border-color: rgb(103,157,144); }
td.TdClassName
{
border-color: #679D90;
}
.TagClassName
{
border-color: #679D90;
}
</style>