Shades of Patina #689082
Tints of Patina #689082
RGB
CMYK
RGB Variations
Color information
#689082 (or 0x689082) is known color: Patina. HEX triplet: 68, 90 and 82. RGB value is (104,144,130). Sum of RGB (Red+Green+Blue) = 104+144+130=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #689082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689082 is #976F7D. Grayscale: #828282. Windows color (decimal): -9924478 or 8556648. OLE color: 8556648.
HSL color Cylindrical-coordinate representation of color #689082: hue angle of 159º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689082 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 130 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.44 |
| HSL | 159º | 0.16% | 0.49% | - |
| HSV(B) | 159º | 0.28% | 0.56% | - |
| XYZ | 19.71 | 24.5 | 24.81 | - |
| YUV | 130.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 130 | 0.28 | 0 | 0.10 | 0.44 | 159 | 0.16 | 0.49 |
| Hex | 68 | 90 | 82 | 1C | 0 | A | 2C | 9F | 10 | 31 |
| Octal | 150 | 220 | 202 | 34 | 0 | 12 | 54 | 237 | 20 | 61 |
| Binary | 1101000 | 10010000 | 10000010 | 11100 | 0 | 1010 | 101100 | 10011111 | 10000 | 110001 |
Color Harmonies of #689082
Complementary color
Monochromatic Colors of #689082
Black with #689082
Text Example
Text Example
White with #689082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689082; }
p { color: rgb(104,144,130); }
H1.HeaderClassName
{
color: #689082;
}
.AnyTagClassName
{
color: #689082;
}
</style>
background-color css
<style>
a { background-color: #689082; }
a { background-color: rgb(104,144,130); }
div.DivClassName
{
background-color: #689082;
}
.BgClassName
{
background-color: #689082;
}
</style>
border-color css
<style>
span { border-color: #689082; }
span { border-color: rgb(104,144,130); }
td.TdClassName
{
border-color: #689082;
}
.TagClassName
{
border-color: #689082;
}
</style>