Shades of Patina #689F8E
Tints of Patina #689F8E
RGB
CMYK
RGB Variations
Color information
#689F8E (or 0x689F8E) is known color: Patina. HEX triplet: 68, 9F and 8E. RGB value is (104,159,142). Sum of RGB (Red+Green+Blue) = 104+159+142=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #689F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F8E is #976071. Grayscale: #8C8C8C. Windows color (decimal): -9920626 or 9346920. OLE color: 9346920.
HSL color Cylindrical-coordinate representation of color #689F8E: hue angle of 161.45º 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 #689F8E is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 142 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.38 |
| HSL | 161.45º | 0.22% | 0.52% | - |
| HSV(B) | 161.45º | 0.35% | 0.62% | - |
| XYZ | 22.99 | 29.69 | 30.11 | - |
| YUV | 140.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 142 | 0.35 | 0 | 0.11 | 0.38 | 161.45 | 0.22 | 0.52 |
| Hex | 68 | 9F | 8E | 23 | 0 | B | 26 | A1 | 16 | 34 |
| Octal | 150 | 237 | 216 | 43 | 0 | 13 | 46 | 241 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10001110 | 100011 | 0 | 1011 | 100110 | 10100001 | 10110 | 110100 |
Color Harmonies of #689F8E
Complementary color
Monochromatic Colors of #689F8E
Black with #689F8E
Text Example
Text Example
White with #689F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F8E; }
p { color: rgb(104,159,142); }
H1.HeaderClassName
{
color: #689F8E;
}
.AnyTagClassName
{
color: #689F8E;
}
</style>
background-color css
<style>
a { background-color: #689F8E; }
a { background-color: rgb(104,159,142); }
div.DivClassName
{
background-color: #689F8E;
}
.BgClassName
{
background-color: #689F8E;
}
</style>
border-color css
<style>
span { border-color: #689F8E; }
span { border-color: rgb(104,159,142); }
td.TdClassName
{
border-color: #689F8E;
}
.TagClassName
{
border-color: #689F8E;
}
</style>