Shades of Patina #689882
Tints of Patina #689882
RGB
CMYK
RGB Variations
Color information
#689882 (or 0x689882) is known color: Patina. HEX triplet: 68, 98 and 82. RGB value is (104,152,130). Sum of RGB (Red+Green+Blue) = 104+152+130=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #689882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689882 is #97677D. Grayscale: #878787. Windows color (decimal): -9922430 or 8558696. OLE color: 8558696.
HSL color Cylindrical-coordinate representation of color #689882: hue angle of 152.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689882 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 130 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.40 |
| HSL | 152.5º | 0.19% | 0.5% | - |
| HSV(B) | 152.5º | 0.32% | 0.6% | - |
| XYZ | 20.97 | 27.01 | 25.23 | - |
| YUV | 135.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 130 | 0.32 | 0 | 0.14 | 0.40 | 152.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 82 | 20 | 0 | E | 28 | 98 | 13 | 32 |
| Octal | 150 | 230 | 202 | 40 | 0 | 16 | 50 | 230 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10000010 | 100000 | 0 | 1110 | 101000 | 10011000 | 10011 | 110010 |
Color Harmonies of #689882
Complementary color
Monochromatic Colors of #689882
Black with #689882
Text Example
Text Example
White with #689882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689882; }
p { color: rgb(104,152,130); }
H1.HeaderClassName
{
color: #689882;
}
.AnyTagClassName
{
color: #689882;
}
</style>
background-color css
<style>
a { background-color: #689882; }
a { background-color: rgb(104,152,130); }
div.DivClassName
{
background-color: #689882;
}
.BgClassName
{
background-color: #689882;
}
</style>
border-color css
<style>
span { border-color: #689882; }
span { border-color: rgb(104,152,130); }
td.TdClassName
{
border-color: #689882;
}
.TagClassName
{
border-color: #689882;
}
</style>