Shades of Patina #689F8F
Tints of Patina #689F8F
RGB
CMYK
RGB Variations
Color information
#689F8F (or 0x689F8F) is known color: Patina. HEX triplet: 68, 9F and 8F. RGB value is (104,159,143). Sum of RGB (Red+Green+Blue) = 104+159+143=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #689F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F8F is #976070. Grayscale: #8C8C8C. Windows color (decimal): -9920625 or 9412456. OLE color: 9412456.
HSL color Cylindrical-coordinate representation of color #689F8F: hue angle of 162.55º 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 #689F8F is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 143 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.38 |
| HSL | 162.55º | 0.22% | 0.52% | - |
| HSV(B) | 162.55º | 0.35% | 0.62% | - |
| XYZ | 23.06 | 29.72 | 30.51 | - |
| YUV | 140.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 143 | 0.35 | 0 | 0.10 | 0.38 | 162.55 | 0.22 | 0.52 |
| Hex | 68 | 9F | 8F | 23 | 0 | A | 26 | A3 | 16 | 34 |
| Octal | 150 | 237 | 217 | 43 | 0 | 12 | 46 | 243 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10001111 | 100011 | 0 | 1010 | 100110 | 10100011 | 10110 | 110100 |
Color Harmonies of #689F8F
Complementary color
Monochromatic Colors of #689F8F
Black with #689F8F
Text Example
Text Example
White with #689F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F8F; }
p { color: rgb(104,159,143); }
H1.HeaderClassName
{
color: #689F8F;
}
.AnyTagClassName
{
color: #689F8F;
}
</style>
background-color css
<style>
a { background-color: #689F8F; }
a { background-color: rgb(104,159,143); }
div.DivClassName
{
background-color: #689F8F;
}
.BgClassName
{
background-color: #689F8F;
}
</style>
border-color css
<style>
span { border-color: #689F8F; }
span { border-color: rgb(104,159,143); }
td.TdClassName
{
border-color: #689F8F;
}
.TagClassName
{
border-color: #689F8F;
}
</style>