Shades of Patina #689D88
Tints of Patina #689D88
RGB
CMYK
RGB Variations
Color information
#689D88 (or 0x689D88) is known color: Patina. HEX triplet: 68, 9D and 88. RGB value is (104,157,136). Sum of RGB (Red+Green+Blue) = 104+157+136=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #689D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D88 is #976277. Grayscale: #8A8A8A. Windows color (decimal): -9921144 or 8953192. OLE color: 8953192.
HSL color Cylindrical-coordinate representation of color #689D88: hue angle of 156.23º 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 #689D88 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 136 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.38 |
| HSL | 156.23º | 0.21% | 0.51% | - |
| HSV(B) | 156.23º | 0.34% | 0.62% | - |
| XYZ | 22.21 | 28.83 | 27.69 | - |
| YUV | 138.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 136 | 0.34 | 0 | 0.13 | 0.38 | 156.23 | 0.21 | 0.51 |
| Hex | 68 | 9D | 88 | 22 | 0 | D | 26 | 9C | 15 | 33 |
| Octal | 150 | 235 | 210 | 42 | 0 | 15 | 46 | 234 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10001000 | 100010 | 0 | 1101 | 100110 | 10011100 | 10101 | 110011 |
Color Harmonies of #689D88
Complementary color
Monochromatic Colors of #689D88
Black with #689D88
Text Example
Text Example
White with #689D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D88; }
p { color: rgb(104,157,136); }
H1.HeaderClassName
{
color: #689D88;
}
.AnyTagClassName
{
color: #689D88;
}
</style>
background-color css
<style>
a { background-color: #689D88; }
a { background-color: rgb(104,157,136); }
div.DivClassName
{
background-color: #689D88;
}
.BgClassName
{
background-color: #689D88;
}
</style>
border-color css
<style>
span { border-color: #689D88; }
span { border-color: rgb(104,157,136); }
td.TdClassName
{
border-color: #689D88;
}
.TagClassName
{
border-color: #689D88;
}
</style>