Shades of Patina #689C8C
Tints of Patina #689C8C
RGB
CMYK
RGB Variations
Color information
#689C8C (or 0x689C8C) is known color: Patina. HEX triplet: 68, 9C and 8C. RGB value is (104,156,140). Sum of RGB (Red+Green+Blue) = 104+156+140=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #689C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C8C is #976373. Grayscale: #8A8A8A. Windows color (decimal): -9921396 or 9215080. OLE color: 9215080.
HSL color Cylindrical-coordinate representation of color #689C8C: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C8C is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 140 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.39 |
| HSL | 161.54º | 0.21% | 0.51% | - |
| HSV(B) | 161.54º | 0.33% | 0.61% | - |
| XYZ | 22.33 | 28.61 | 29.16 | - |
| YUV | 138.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 140 | 0.33 | 0 | 0.10 | 0.39 | 161.54 | 0.21 | 0.51 |
| Hex | 68 | 9C | 8C | 21 | 0 | A | 27 | A2 | 15 | 33 |
| Octal | 150 | 234 | 214 | 41 | 0 | 12 | 47 | 242 | 25 | 63 |
| Binary | 1101000 | 10011100 | 10001100 | 100001 | 0 | 1010 | 100111 | 10100010 | 10101 | 110011 |
Color Harmonies of #689C8C
Complementary color
Monochromatic Colors of #689C8C
Black with #689C8C
Text Example
Text Example
White with #689C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C8C; }
p { color: rgb(104,156,140); }
H1.HeaderClassName
{
color: #689C8C;
}
.AnyTagClassName
{
color: #689C8C;
}
</style>
background-color css
<style>
a { background-color: #689C8C; }
a { background-color: rgb(104,156,140); }
div.DivClassName
{
background-color: #689C8C;
}
.BgClassName
{
background-color: #689C8C;
}
</style>
border-color css
<style>
span { border-color: #689C8C; }
span { border-color: rgb(104,156,140); }
td.TdClassName
{
border-color: #689C8C;
}
.TagClassName
{
border-color: #689C8C;
}
</style>