Shades of Patina #689E8A
Tints of Patina #689E8A
RGB
CMYK
RGB Variations
Color information
#689E8A (or 0x689E8A) is known color: Patina. HEX triplet: 68, 9E and 8A. RGB value is (104,158,138). Sum of RGB (Red+Green+Blue) = 104+158+138=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #689E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E8A is #976175. Grayscale: #8B8B8B. Windows color (decimal): -9920886 or 9084520. OLE color: 9084520.
HSL color Cylindrical-coordinate representation of color #689E8A: hue angle of 157.78º degrees, saturation: 0.22, 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 #689E8A is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 158 | 138 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.38 |
| HSL | 157.78º | 0.22% | 0.51% | - |
| HSV(B) | 157.78º | 0.34% | 0.62% | - |
| XYZ | 22.52 | 29.23 | 28.5 | - |
| YUV | 139.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 138 | 0.34 | 0 | 0.13 | 0.38 | 157.78 | 0.22 | 0.51 |
| Hex | 68 | 9E | 8A | 22 | 0 | D | 26 | 9E | 16 | 33 |
| Octal | 150 | 236 | 212 | 42 | 0 | 15 | 46 | 236 | 26 | 63 |
| Binary | 1101000 | 10011110 | 10001010 | 100010 | 0 | 1101 | 100110 | 10011110 | 10110 | 110011 |
Color Harmonies of #689E8A
Complementary color
Monochromatic Colors of #689E8A
Black with #689E8A
Text Example
Text Example
White with #689E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689E8A; }
p { color: rgb(104,158,138); }
H1.HeaderClassName
{
color: #689E8A;
}
.AnyTagClassName
{
color: #689E8A;
}
</style>
background-color css
<style>
a { background-color: #689E8A; }
a { background-color: rgb(104,158,138); }
div.DivClassName
{
background-color: #689E8A;
}
.BgClassName
{
background-color: #689E8A;
}
</style>
border-color css
<style>
span { border-color: #689E8A; }
span { border-color: rgb(104,158,138); }
td.TdClassName
{
border-color: #689E8A;
}
.TagClassName
{
border-color: #689E8A;
}
</style>