Shades of Patina #689280
Tints of Patina #689280
RGB
CMYK
RGB Variations
Color information
#689280 (or 0x689280) is known color: Patina. HEX triplet: 68, 92 and 80. RGB value is (104,146,128). Sum of RGB (Red+Green+Blue) = 104+146+128=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #689280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689280 is #976D7F. Grayscale: #838383. Windows color (decimal): -9923968 or 8426088. OLE color: 8426088.
HSL color Cylindrical-coordinate representation of color #689280: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689280 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 128 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.43 |
| HSL | 154.29º | 0.17% | 0.49% | - |
| HSV(B) | 154.29º | 0.29% | 0.57% | - |
| XYZ | 19.88 | 25.06 | 24.21 | - |
| YUV | 131.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 128 | 0.29 | 0 | 0.12 | 0.43 | 154.29 | 0.17 | 0.49 |
| Hex | 68 | 92 | 80 | 1D | 0 | C | 2B | 9A | 11 | 31 |
| Octal | 150 | 222 | 200 | 35 | 0 | 14 | 53 | 232 | 21 | 61 |
| Binary | 1101000 | 10010010 | 10000000 | 11101 | 0 | 1100 | 101011 | 10011010 | 10001 | 110001 |
Color Harmonies of #689280
Complementary color
Monochromatic Colors of #689280
Black with #689280
Text Example
Text Example
White with #689280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689280; }
p { color: rgb(104,146,128); }
H1.HeaderClassName
{
color: #689280;
}
.AnyTagClassName
{
color: #689280;
}
</style>
background-color css
<style>
a { background-color: #689280; }
a { background-color: rgb(104,146,128); }
div.DivClassName
{
background-color: #689280;
}
.BgClassName
{
background-color: #689280;
}
</style>
border-color css
<style>
span { border-color: #689280; }
span { border-color: rgb(104,146,128); }
td.TdClassName
{
border-color: #689280;
}
.TagClassName
{
border-color: #689280;
}
</style>