Shades of Patina #689887
Tints of Patina #689887
RGB
CMYK
RGB Variations
Color information
#689887 (or 0x689887) is known color: Patina. HEX triplet: 68, 98 and 87. RGB value is (104,152,135). Sum of RGB (Red+Green+Blue) = 104+152+135=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #689887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689887 is #976778. Grayscale: #878787. Windows color (decimal): -9922425 or 8886376. OLE color: 8886376.
HSL color Cylindrical-coordinate representation of color #689887: hue angle of 158.75º 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 #689887 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 135 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.40 |
| HSL | 158.75º | 0.19% | 0.5% | - |
| HSV(B) | 158.75º | 0.32% | 0.6% | - |
| XYZ | 21.31 | 27.15 | 27.04 | - |
| YUV | 135.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 135 | 0.32 | 0 | 0.11 | 0.40 | 158.75 | 0.19 | 0.5 |
| Hex | 68 | 98 | 87 | 20 | 0 | B | 28 | 9F | 13 | 32 |
| Octal | 150 | 230 | 207 | 40 | 0 | 13 | 50 | 237 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10000111 | 100000 | 0 | 1011 | 101000 | 10011111 | 10011 | 110010 |
Color Harmonies of #689887
Complementary color
Monochromatic Colors of #689887
Black with #689887
Text Example
Text Example
White with #689887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689887; }
p { color: rgb(104,152,135); }
H1.HeaderClassName
{
color: #689887;
}
.AnyTagClassName
{
color: #689887;
}
</style>
background-color css
<style>
a { background-color: #689887; }
a { background-color: rgb(104,152,135); }
div.DivClassName
{
background-color: #689887;
}
.BgClassName
{
background-color: #689887;
}
</style>
border-color css
<style>
span { border-color: #689887; }
span { border-color: rgb(104,152,135); }
td.TdClassName
{
border-color: #689887;
}
.TagClassName
{
border-color: #689887;
}
</style>