Shades of Patina #689D87
Tints of Patina #689D87
RGB
CMYK
RGB Variations
Color information
#689D87 (or 0x689D87) is known color: Patina. HEX triplet: 68, 9D and 87. RGB value is (104,157,135). Sum of RGB (Red+Green+Blue) = 104+157+135=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #689D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D87 is #976278. Grayscale: #8A8A8A. Windows color (decimal): -9921145 or 8887656. OLE color: 8887656.
HSL color Cylindrical-coordinate representation of color #689D87: hue angle of 155.09º degrees, saturation: 0.21, 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 #689D87 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 135 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.38 |
| HSL | 155.09º | 0.21% | 0.51% | - |
| HSV(B) | 155.09º | 0.34% | 0.62% | - |
| XYZ | 22.14 | 28.81 | 27.31 | - |
| YUV | 138.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 135 | 0.34 | 0 | 0.14 | 0.38 | 155.09 | 0.21 | 0.51 |
| Hex | 68 | 9D | 87 | 22 | 0 | E | 26 | 9B | 15 | 33 |
| Octal | 150 | 235 | 207 | 42 | 0 | 16 | 46 | 233 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10000111 | 100010 | 0 | 1110 | 100110 | 10011011 | 10101 | 110011 |
Color Harmonies of #689D87
Complementary color
Monochromatic Colors of #689D87
Black with #689D87
Text Example
Text Example
White with #689D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D87; }
p { color: rgb(104,157,135); }
H1.HeaderClassName
{
color: #689D87;
}
.AnyTagClassName
{
color: #689D87;
}
</style>
background-color css
<style>
a { background-color: #689D87; }
a { background-color: rgb(104,157,135); }
div.DivClassName
{
background-color: #689D87;
}
.BgClassName
{
background-color: #689D87;
}
</style>
border-color css
<style>
span { border-color: #689D87; }
span { border-color: rgb(104,157,135); }
td.TdClassName
{
border-color: #689D87;
}
.TagClassName
{
border-color: #689D87;
}
</style>