Shades of Patina #689585
Tints of Patina #689585
RGB
CMYK
RGB Variations
Color information
#689585 (or 0x689585) is known color: Patina. HEX triplet: 68, 95 and 85. RGB value is (104,149,133). Sum of RGB (Red+Green+Blue) = 104+149+133=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #689585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689585 is #976A7A. Grayscale: #858585. Windows color (decimal): -9923195 or 8754536. OLE color: 8754536.
HSL color Cylindrical-coordinate representation of color #689585: hue angle of 158.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 #689585 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 133 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.42 |
| HSL | 158.67º | 0.18% | 0.5% | - |
| HSV(B) | 158.67º | 0.3% | 0.58% | - |
| XYZ | 20.69 | 26.13 | 26.14 | - |
| YUV | 133.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 133 | 0.30 | 0 | 0.11 | 0.42 | 158.67 | 0.18 | 0.5 |
| Hex | 68 | 95 | 85 | 1E | 0 | B | 2A | 9F | 12 | 32 |
| Octal | 150 | 225 | 205 | 36 | 0 | 13 | 52 | 237 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10000101 | 11110 | 0 | 1011 | 101010 | 10011111 | 10010 | 110010 |
Color Harmonies of #689585
Complementary color
Monochromatic Colors of #689585
Black with #689585
Text Example
Text Example
White with #689585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689585; }
p { color: rgb(104,149,133); }
H1.HeaderClassName
{
color: #689585;
}
.AnyTagClassName
{
color: #689585;
}
</style>
background-color css
<style>
a { background-color: #689585; }
a { background-color: rgb(104,149,133); }
div.DivClassName
{
background-color: #689585;
}
.BgClassName
{
background-color: #689585;
}
</style>
border-color css
<style>
span { border-color: #689585; }
span { border-color: rgb(104,149,133); }
td.TdClassName
{
border-color: #689585;
}
.TagClassName
{
border-color: #689585;
}
</style>