Shades of Patina #689F8A
Tints of Patina #689F8A
RGB
CMYK
RGB Variations
Color information
#689F8A (or 0x689F8A) is known color: Patina. HEX triplet: 68, 9F and 8A. RGB value is (104,159,138). Sum of RGB (Red+Green+Blue) = 104+159+138=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #689F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F8A is #976075. Grayscale: #8C8C8C. Windows color (decimal): -9920630 or 9084776. OLE color: 9084776.
HSL color Cylindrical-coordinate representation of color #689F8A: hue angle of 157.09º 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 #689F8A is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 138 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.38 |
| HSL | 157.09º | 0.22% | 0.52% | - |
| HSV(B) | 157.09º | 0.35% | 0.62% | - |
| XYZ | 22.69 | 29.57 | 28.56 | - |
| YUV | 140.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 138 | 0.35 | 0 | 0.13 | 0.38 | 157.09 | 0.22 | 0.52 |
| Hex | 68 | 9F | 8A | 23 | 0 | D | 26 | 9D | 16 | 34 |
| Octal | 150 | 237 | 212 | 43 | 0 | 15 | 46 | 235 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10001010 | 100011 | 0 | 1101 | 100110 | 10011101 | 10110 | 110100 |
Color Harmonies of #689F8A
Complementary color
Monochromatic Colors of #689F8A
Black with #689F8A
Text Example
Text Example
White with #689F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F8A; }
p { color: rgb(104,159,138); }
H1.HeaderClassName
{
color: #689F8A;
}
.AnyTagClassName
{
color: #689F8A;
}
</style>
background-color css
<style>
a { background-color: #689F8A; }
a { background-color: rgb(104,159,138); }
div.DivClassName
{
background-color: #689F8A;
}
.BgClassName
{
background-color: #689F8A;
}
</style>
border-color css
<style>
span { border-color: #689F8A; }
span { border-color: rgb(104,159,138); }
td.TdClassName
{
border-color: #689F8A;
}
.TagClassName
{
border-color: #689F8A;
}
</style>