Shades of Patina #689F85
Tints of Patina #689F85
RGB
CMYK
RGB Variations
Color information
#689F85 (or 0x689F85) is known color: Patina. HEX triplet: 68, 9F and 85. RGB value is (104,159,133). Sum of RGB (Red+Green+Blue) = 104+159+133=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #689F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F85 is #97607A. Grayscale: #8B8B8B. Windows color (decimal): -9920635 or 8757096. OLE color: 8757096.
HSL color Cylindrical-coordinate representation of color #689F85: hue angle of 151.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F85 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 133 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.38 |
| HSL | 151.64º | 0.22% | 0.52% | - |
| HSV(B) | 151.64º | 0.35% | 0.62% | - |
| XYZ | 22.34 | 29.43 | 26.69 | - |
| YUV | 139.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 133 | 0.35 | 0 | 0.16 | 0.38 | 151.64 | 0.22 | 0.52 |
| Hex | 68 | 9F | 85 | 23 | 0 | 10 | 26 | 98 | 16 | 34 |
| Octal | 150 | 237 | 205 | 43 | 0 | 20 | 46 | 230 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10000101 | 100011 | 0 | 10000 | 100110 | 10011000 | 10110 | 110100 |
Color Harmonies of #689F85
Complementary color
Monochromatic Colors of #689F85
Black with #689F85
Text Example
Text Example
White with #689F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F85; }
p { color: rgb(104,159,133); }
H1.HeaderClassName
{
color: #689F85;
}
.AnyTagClassName
{
color: #689F85;
}
</style>
background-color css
<style>
a { background-color: #689F85; }
a { background-color: rgb(104,159,133); }
div.DivClassName
{
background-color: #689F85;
}
.BgClassName
{
background-color: #689F85;
}
</style>
border-color css
<style>
span { border-color: #689F85; }
span { border-color: rgb(104,159,133); }
td.TdClassName
{
border-color: #689F85;
}
.TagClassName
{
border-color: #689F85;
}
</style>