Shades of Patina #689C83
Tints of Patina #689C83
RGB
CMYK
RGB Variations
Color information
#689C83 (or 0x689C83) is known color: Patina. HEX triplet: 68, 9C and 83. RGB value is (104,156,131). Sum of RGB (Red+Green+Blue) = 104+156+131=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #689C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C83 is #97637C. Grayscale: #898989. Windows color (decimal): -9921405 or 8625256. OLE color: 8625256.
HSL color Cylindrical-coordinate representation of color #689C83: hue angle of 151.15º 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 #689C83 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 131 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.39 |
| HSL | 151.15º | 0.21% | 0.51% | - |
| HSV(B) | 151.15º | 0.33% | 0.61% | - |
| XYZ | 21.69 | 28.36 | 25.8 | - |
| YUV | 137.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 131 | 0.33 | 0 | 0.16 | 0.39 | 151.15 | 0.21 | 0.51 |
| Hex | 68 | 9C | 83 | 21 | 0 | 10 | 27 | 97 | 15 | 33 |
| Octal | 150 | 234 | 203 | 41 | 0 | 20 | 47 | 227 | 25 | 63 |
| Binary | 1101000 | 10011100 | 10000011 | 100001 | 0 | 10000 | 100111 | 10010111 | 10101 | 110011 |
Color Harmonies of #689C83
Complementary color
Monochromatic Colors of #689C83
Black with #689C83
Text Example
Text Example
White with #689C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C83; }
p { color: rgb(104,156,131); }
H1.HeaderClassName
{
color: #689C83;
}
.AnyTagClassName
{
color: #689C83;
}
</style>
background-color css
<style>
a { background-color: #689C83; }
a { background-color: rgb(104,156,131); }
div.DivClassName
{
background-color: #689C83;
}
.BgClassName
{
background-color: #689C83;
}
</style>
border-color css
<style>
span { border-color: #689C83; }
span { border-color: rgb(104,156,131); }
td.TdClassName
{
border-color: #689C83;
}
.TagClassName
{
border-color: #689C83;
}
</style>