Shades of Patina #689981
Tints of Patina #689981
RGB
CMYK
RGB Variations
Color information
#689981 (or 0x689981) is known color: Patina. HEX triplet: 68, 99 and 81. RGB value is (104,153,129). Sum of RGB (Red+Green+Blue) = 104+153+129=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #689981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689981 is #97667E. Grayscale: #878787. Windows color (decimal): -9922175 or 8493416. OLE color: 8493416.
HSL color Cylindrical-coordinate representation of color #689981: hue angle of 150.61º 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 #689981 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 129 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.4 |
| HSL | 150.61º | 0.19% | 0.5% | - |
| HSV(B) | 150.61º | 0.32% | 0.6% | - |
| XYZ | 21.06 | 27.31 | 24.93 | - |
| YUV | 135.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 129 | 0.32 | 0 | 0.16 | 0.4 | 150.61 | 0.19 | 0.5 |
| Hex | 68 | 99 | 81 | 20 | 0 | 10 | 28 | 97 | 13 | 32 |
| Octal | 150 | 231 | 201 | 40 | 0 | 20 | 50 | 227 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10000001 | 100000 | 0 | 10000 | 101000 | 10010111 | 10011 | 110010 |
Color Harmonies of #689981
Complementary color
Monochromatic Colors of #689981
Black with #689981
Text Example
Text Example
White with #689981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689981; }
p { color: rgb(104,153,129); }
H1.HeaderClassName
{
color: #689981;
}
.AnyTagClassName
{
color: #689981;
}
</style>
background-color css
<style>
a { background-color: #689981; }
a { background-color: rgb(104,153,129); }
div.DivClassName
{
background-color: #689981;
}
.BgClassName
{
background-color: #689981;
}
</style>
border-color css
<style>
span { border-color: #689981; }
span { border-color: rgb(104,153,129); }
td.TdClassName
{
border-color: #689981;
}
.TagClassName
{
border-color: #689981;
}
</style>