Shades of Patina #679D85
Tints of Patina #679D85
RGB
CMYK
RGB Variations
Color information
#679D85 (or 0x679D85) is known color: Patina. HEX triplet: 67, 9D and 85. RGB value is (103,157,133). Sum of RGB (Red+Green+Blue) = 103+157+133=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #679D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D85 is #98627A. Grayscale: #8A8A8A. Windows color (decimal): -9986683 or 8756583. OLE color: 8756583.
HSL color Cylindrical-coordinate representation of color #679D85: hue angle of 153.33º 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 #679D85 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 133 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.38 |
| HSL | 153.33º | 0.22% | 0.51% | - |
| HSV(B) | 153.33º | 0.34% | 0.62% | - |
| XYZ | 21.88 | 28.69 | 26.57 | - |
| YUV | 138.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 133 | 0.34 | 0 | 0.15 | 0.38 | 153.33 | 0.22 | 0.51 |
| Hex | 67 | 9D | 85 | 22 | 0 | F | 26 | 99 | 16 | 33 |
| Octal | 147 | 235 | 205 | 42 | 0 | 17 | 46 | 231 | 26 | 63 |
| Binary | 1100111 | 10011101 | 10000101 | 100010 | 0 | 1111 | 100110 | 10011001 | 10110 | 110011 |
Color Harmonies of #679D85
Complementary color
Monochromatic Colors of #679D85
Black with #679D85
Text Example
Text Example
White with #679D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D85; }
p { color: rgb(103,157,133); }
H1.HeaderClassName
{
color: #679D85;
}
.AnyTagClassName
{
color: #679D85;
}
</style>
background-color css
<style>
a { background-color: #679D85; }
a { background-color: rgb(103,157,133); }
div.DivClassName
{
background-color: #679D85;
}
.BgClassName
{
background-color: #679D85;
}
</style>
border-color css
<style>
span { border-color: #679D85; }
span { border-color: rgb(103,157,133); }
td.TdClassName
{
border-color: #679D85;
}
.TagClassName
{
border-color: #679D85;
}
</style>