Shades of Patina #689588
Tints of Patina #689588
RGB
CMYK
RGB Variations
Color information
#689588 (or 0x689588) is known color: Patina. HEX triplet: 68, 95 and 88. RGB value is (104,149,136). Sum of RGB (Red+Green+Blue) = 104+149+136=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #689588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689588 is #976A77. Grayscale: #868686. Windows color (decimal): -9923192 or 8951144. OLE color: 8951144.
HSL color Cylindrical-coordinate representation of color #689588: hue angle of 162.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689588 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 136 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.42 |
| HSL | 162.67º | 0.18% | 0.5% | - |
| HSV(B) | 162.67º | 0.3% | 0.58% | - |
| XYZ | 20.9 | 26.22 | 27.25 | - |
| YUV | 134.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 136 | 0.30 | 0 | 0.09 | 0.42 | 162.67 | 0.18 | 0.5 |
| Hex | 68 | 95 | 88 | 1E | 0 | 9 | 2A | A3 | 12 | 32 |
| Octal | 150 | 225 | 210 | 36 | 0 | 11 | 52 | 243 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10001000 | 11110 | 0 | 1001 | 101010 | 10100011 | 10010 | 110010 |
Color Harmonies of #689588
Complementary color
Monochromatic Colors of #689588
Black with #689588
Text Example
Text Example
White with #689588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689588; }
p { color: rgb(104,149,136); }
H1.HeaderClassName
{
color: #689588;
}
.AnyTagClassName
{
color: #689588;
}
</style>
background-color css
<style>
a { background-color: #689588; }
a { background-color: rgb(104,149,136); }
div.DivClassName
{
background-color: #689588;
}
.BgClassName
{
background-color: #689588;
}
</style>
border-color css
<style>
span { border-color: #689588; }
span { border-color: rgb(104,149,136); }
td.TdClassName
{
border-color: #689588;
}
.TagClassName
{
border-color: #689588;
}
</style>