Shades of Patina #689F89
Tints of Patina #689F89
RGB
CMYK
RGB Variations
Color information
#689F89 (or 0x689F89) is known color: Patina. HEX triplet: 68, 9F and 89. RGB value is (104,159,137). Sum of RGB (Red+Green+Blue) = 104+159+137=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #689F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F89 is #976076. Grayscale: #8C8C8C. Windows color (decimal): -9920631 or 9019240. OLE color: 9019240.
HSL color Cylindrical-coordinate representation of color #689F89: hue angle of 156º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F89 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 137 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.38 |
| HSL | 156º | 0.22% | 0.52% | - |
| HSV(B) | 156º | 0.35% | 0.62% | - |
| XYZ | 22.62 | 29.55 | 28.18 | - |
| YUV | 140.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 137 | 0.35 | 0 | 0.14 | 0.38 | 156 | 0.22 | 0.52 |
| Hex | 68 | 9F | 89 | 23 | 0 | E | 26 | 9C | 16 | 34 |
| Octal | 150 | 237 | 211 | 43 | 0 | 16 | 46 | 234 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10001001 | 100011 | 0 | 1110 | 100110 | 10011100 | 10110 | 110100 |
Color Harmonies of #689F89
Complementary color
Monochromatic Colors of #689F89
Black with #689F89
Text Example
Text Example
White with #689F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F89; }
p { color: rgb(104,159,137); }
H1.HeaderClassName
{
color: #689F89;
}
.AnyTagClassName
{
color: #689F89;
}
</style>
background-color css
<style>
a { background-color: #689F89; }
a { background-color: rgb(104,159,137); }
div.DivClassName
{
background-color: #689F89;
}
.BgClassName
{
background-color: #689F89;
}
</style>
border-color css
<style>
span { border-color: #689F89; }
span { border-color: rgb(104,159,137); }
td.TdClassName
{
border-color: #689F89;
}
.TagClassName
{
border-color: #689F89;
}
</style>