Shades of Patina #689A82
Tints of Patina #689A82
RGB
CMYK
RGB Variations
Color information
#689A82 (or 0x689A82) is known color: Patina. HEX triplet: 68, 9A and 82. RGB value is (104,154,130). Sum of RGB (Red+Green+Blue) = 104+154+130=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #689A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689A82 is #97657D. Grayscale: #888888. Windows color (decimal): -9921918 or 8559208. OLE color: 8559208.
HSL color Cylindrical-coordinate representation of color #689A82: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A82 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 130 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.40 |
| HSL | 151.2º | 0.2% | 0.51% | - |
| HSV(B) | 151.2º | 0.32% | 0.6% | - |
| XYZ | 21.29 | 27.67 | 25.34 | - |
| YUV | 136.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 130 | 0.32 | 0 | 0.16 | 0.40 | 151.2 | 0.2 | 0.51 |
| Hex | 68 | 9A | 82 | 20 | 0 | 10 | 28 | 97 | 14 | 33 |
| Octal | 150 | 232 | 202 | 40 | 0 | 20 | 50 | 227 | 24 | 63 |
| Binary | 1101000 | 10011010 | 10000010 | 100000 | 0 | 10000 | 101000 | 10010111 | 10100 | 110011 |
Color Harmonies of #689A82
Complementary color
Monochromatic Colors of #689A82
Black with #689A82
Text Example
Text Example
White with #689A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A82; }
p { color: rgb(104,154,130); }
H1.HeaderClassName
{
color: #689A82;
}
.AnyTagClassName
{
color: #689A82;
}
</style>
background-color css
<style>
a { background-color: #689A82; }
a { background-color: rgb(104,154,130); }
div.DivClassName
{
background-color: #689A82;
}
.BgClassName
{
background-color: #689A82;
}
</style>
border-color css
<style>
span { border-color: #689A82; }
span { border-color: rgb(104,154,130); }
td.TdClassName
{
border-color: #689A82;
}
.TagClassName
{
border-color: #689A82;
}
</style>