Shades of Patina #689D84
Tints of Patina #689D84
RGB
CMYK
RGB Variations
Color information
#689D84 (or 0x689D84) is known color: Patina. HEX triplet: 68, 9D and 84. RGB value is (104,157,132). Sum of RGB (Red+Green+Blue) = 104+157+132=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #689D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D84 is #97627B. Grayscale: #8A8A8A. Windows color (decimal): -9921148 or 8691048. OLE color: 8691048.
HSL color Cylindrical-coordinate representation of color #689D84: hue angle of 151.7º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D84 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 132 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.38 |
| HSL | 151.7º | 0.21% | 0.51% | - |
| HSV(B) | 151.7º | 0.34% | 0.62% | - |
| XYZ | 21.93 | 28.72 | 26.22 | - |
| YUV | 138.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 132 | 0.34 | 0 | 0.16 | 0.38 | 151.7 | 0.21 | 0.51 |
| Hex | 68 | 9D | 84 | 22 | 0 | 10 | 26 | 98 | 15 | 33 |
| Octal | 150 | 235 | 204 | 42 | 0 | 20 | 46 | 230 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10000100 | 100010 | 0 | 10000 | 100110 | 10011000 | 10101 | 110011 |
Color Harmonies of #689D84
Complementary color
Monochromatic Colors of #689D84
Black with #689D84
Text Example
Text Example
White with #689D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D84; }
p { color: rgb(104,157,132); }
H1.HeaderClassName
{
color: #689D84;
}
.AnyTagClassName
{
color: #689D84;
}
</style>
background-color css
<style>
a { background-color: #689D84; }
a { background-color: rgb(104,157,132); }
div.DivClassName
{
background-color: #689D84;
}
.BgClassName
{
background-color: #689D84;
}
</style>
border-color css
<style>
span { border-color: #689D84; }
span { border-color: rgb(104,157,132); }
td.TdClassName
{
border-color: #689D84;
}
.TagClassName
{
border-color: #689D84;
}
</style>