Shades of Patina #689580
Tints of Patina #689580
RGB
CMYK
RGB Variations
Color information
#689580 (or 0x689580) is known color: Patina. HEX triplet: 68, 95 and 80. RGB value is (104,149,128). Sum of RGB (Red+Green+Blue) = 104+149+128=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #689580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689580 is #976A7F. Grayscale: #858585. Windows color (decimal): -9923200 or 8426856. OLE color: 8426856.
HSL color Cylindrical-coordinate representation of color #689580: hue angle of 152º 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 #689580 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 128 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.42 |
| HSL | 152º | 0.18% | 0.5% | - |
| HSV(B) | 152º | 0.3% | 0.58% | - |
| XYZ | 20.35 | 26 | 24.37 | - |
| YUV | 133.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 128 | 0.30 | 0 | 0.14 | 0.42 | 152 | 0.18 | 0.5 |
| Hex | 68 | 95 | 80 | 1E | 0 | E | 2A | 98 | 12 | 32 |
| Octal | 150 | 225 | 200 | 36 | 0 | 16 | 52 | 230 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10000000 | 11110 | 0 | 1110 | 101010 | 10011000 | 10010 | 110010 |
Color Harmonies of #689580
Complementary color
Monochromatic Colors of #689580
Black with #689580
Text Example
Text Example
White with #689580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689580; }
p { color: rgb(104,149,128); }
H1.HeaderClassName
{
color: #689580;
}
.AnyTagClassName
{
color: #689580;
}
</style>
background-color css
<style>
a { background-color: #689580; }
a { background-color: rgb(104,149,128); }
div.DivClassName
{
background-color: #689580;
}
.BgClassName
{
background-color: #689580;
}
</style>
border-color css
<style>
span { border-color: #689580; }
span { border-color: rgb(104,149,128); }
td.TdClassName
{
border-color: #689580;
}
.TagClassName
{
border-color: #689580;
}
</style>