Shades of Patina #689989
Tints of Patina #689989
RGB
CMYK
RGB Variations
Color information
#689989 (or 0x689989) is known color: Patina. HEX triplet: 68, 99 and 89. RGB value is (104,153,137). Sum of RGB (Red+Green+Blue) = 104+153+137=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #689989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689989 is #976676. Grayscale: #888888. Windows color (decimal): -9922167 or 9017704. OLE color: 9017704.
HSL color Cylindrical-coordinate representation of color #689989: hue angle of 160.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689989 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 137 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.4 |
| HSL | 160.41º | 0.19% | 0.5% | - |
| HSV(B) | 160.41º | 0.32% | 0.6% | - |
| XYZ | 21.62 | 27.53 | 27.84 | - |
| YUV | 136.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 137 | 0.32 | 0 | 0.10 | 0.4 | 160.41 | 0.19 | 0.5 |
| Hex | 68 | 99 | 89 | 20 | 0 | A | 28 | A0 | 13 | 32 |
| Octal | 150 | 231 | 211 | 40 | 0 | 12 | 50 | 240 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001001 | 100000 | 0 | 1010 | 101000 | 10100000 | 10011 | 110010 |
Color Harmonies of #689989
Complementary color
Monochromatic Colors of #689989
Black with #689989
Text Example
Text Example
White with #689989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689989; }
p { color: rgb(104,153,137); }
H1.HeaderClassName
{
color: #689989;
}
.AnyTagClassName
{
color: #689989;
}
</style>
background-color css
<style>
a { background-color: #689989; }
a { background-color: rgb(104,153,137); }
div.DivClassName
{
background-color: #689989;
}
.BgClassName
{
background-color: #689989;
}
</style>
border-color css
<style>
span { border-color: #689989; }
span { border-color: rgb(104,153,137); }
td.TdClassName
{
border-color: #689989;
}
.TagClassName
{
border-color: #689989;
}
</style>