Shades of Patina #689D89
Tints of Patina #689D89
RGB
CMYK
RGB Variations
Color information
#689D89 (or 0x689D89) is known color: Patina. HEX triplet: 68, 9D and 89. RGB value is (104,157,137). Sum of RGB (Red+Green+Blue) = 104+157+137=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #689D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D89 is #976276. Grayscale: #8A8A8A. Windows color (decimal): -9921143 or 9018728. OLE color: 9018728.
HSL color Cylindrical-coordinate representation of color #689D89: hue angle of 157.36º 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 #689D89 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 137 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.38 |
| HSL | 157.36º | 0.21% | 0.51% | - |
| HSV(B) | 157.36º | 0.34% | 0.62% | - |
| XYZ | 22.28 | 28.86 | 28.06 | - |
| YUV | 138.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 137 | 0.34 | 0 | 0.13 | 0.38 | 157.36 | 0.21 | 0.51 |
| Hex | 68 | 9D | 89 | 22 | 0 | D | 26 | 9D | 15 | 33 |
| Octal | 150 | 235 | 211 | 42 | 0 | 15 | 46 | 235 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10001001 | 100010 | 0 | 1101 | 100110 | 10011101 | 10101 | 110011 |
Color Harmonies of #689D89
Complementary color
Monochromatic Colors of #689D89
Black with #689D89
Text Example
Text Example
White with #689D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D89; }
p { color: rgb(104,157,137); }
H1.HeaderClassName
{
color: #689D89;
}
.AnyTagClassName
{
color: #689D89;
}
</style>
background-color css
<style>
a { background-color: #689D89; }
a { background-color: rgb(104,157,137); }
div.DivClassName
{
background-color: #689D89;
}
.BgClassName
{
background-color: #689D89;
}
</style>
border-color css
<style>
span { border-color: #689D89; }
span { border-color: rgb(104,157,137); }
td.TdClassName
{
border-color: #689D89;
}
.TagClassName
{
border-color: #689D89;
}
</style>