Shades of Patina #689D82
Tints of Patina #689D82
RGB
CMYK
RGB Variations
Color information
#689D82 (or 0x689D82) is known color: Patina. HEX triplet: 68, 9D and 82. RGB value is (104,157,130). Sum of RGB (Red+Green+Blue) = 104+157+130=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #689D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D82 is #97627D. Grayscale: #8A8A8A. Windows color (decimal): -9921150 or 8559976. OLE color: 8559976.
HSL color Cylindrical-coordinate representation of color #689D82: hue angle of 149.43º 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 #689D82 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 130 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.38 |
| HSL | 149.43º | 0.21% | 0.51% | - |
| HSV(B) | 149.43º | 0.34% | 0.62% | - |
| XYZ | 21.8 | 28.67 | 25.5 | - |
| YUV | 138.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 130 | 0.34 | 0 | 0.17 | 0.38 | 149.43 | 0.21 | 0.51 |
| Hex | 68 | 9D | 82 | 22 | 0 | 11 | 26 | 95 | 15 | 33 |
| Octal | 150 | 235 | 202 | 42 | 0 | 21 | 46 | 225 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10000010 | 100010 | 0 | 10001 | 100110 | 10010101 | 10101 | 110011 |
Color Harmonies of #689D82
Complementary color
Monochromatic Colors of #689D82
Black with #689D82
Text Example
Text Example
White with #689D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D82; }
p { color: rgb(104,157,130); }
H1.HeaderClassName
{
color: #689D82;
}
.AnyTagClassName
{
color: #689D82;
}
</style>
background-color css
<style>
a { background-color: #689D82; }
a { background-color: rgb(104,157,130); }
div.DivClassName
{
background-color: #689D82;
}
.BgClassName
{
background-color: #689D82;
}
</style>
border-color css
<style>
span { border-color: #689D82; }
span { border-color: rgb(104,157,130); }
td.TdClassName
{
border-color: #689D82;
}
.TagClassName
{
border-color: #689D82;
}
</style>