Shades of Patina #689D90
Tints of Patina #689D90
RGB
CMYK
RGB Variations
Color information
#689D90 (or 0x689D90) is known color: Patina. HEX triplet: 68, 9D and 90. RGB value is (104,157,144). Sum of RGB (Red+Green+Blue) = 104+157+144=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #689D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D90 is #97626F. Grayscale: #8B8B8B. Windows color (decimal): -9921136 or 9477480. OLE color: 9477480.
HSL color Cylindrical-coordinate representation of color #689D90: hue angle of 165.28º 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 #689D90 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 144 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.38 |
| HSL | 165.28º | 0.21% | 0.51% | - |
| HSV(B) | 165.28º | 0.34% | 0.62% | - |
| XYZ | 22.8 | 29.07 | 30.8 | - |
| YUV | 139.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 144 | 0.34 | 0 | 0.08 | 0.38 | 165.28 | 0.21 | 0.51 |
| Hex | 68 | 9D | 90 | 22 | 0 | 8 | 26 | A5 | 15 | 33 |
| Octal | 150 | 235 | 220 | 42 | 0 | 10 | 46 | 245 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10010000 | 100010 | 0 | 1000 | 100110 | 10100101 | 10101 | 110011 |
Color Harmonies of #689D90
Complementary color
Monochromatic Colors of #689D90
Black with #689D90
Text Example
Text Example
White with #689D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D90; }
p { color: rgb(104,157,144); }
H1.HeaderClassName
{
color: #689D90;
}
.AnyTagClassName
{
color: #689D90;
}
</style>
background-color css
<style>
a { background-color: #689D90; }
a { background-color: rgb(104,157,144); }
div.DivClassName
{
background-color: #689D90;
}
.BgClassName
{
background-color: #689D90;
}
</style>
border-color css
<style>
span { border-color: #689D90; }
span { border-color: rgb(104,157,144); }
td.TdClassName
{
border-color: #689D90;
}
.TagClassName
{
border-color: #689D90;
}
</style>