Shades of Patina #698A81
Tints of Patina #698A81
RGB
CMYK
RGB Variations
Color information
#698A81 (or 0x698A81) is known color: Patina. HEX triplet: 69, 8A and 81. RGB value is (105,138,129). Sum of RGB (Red+Green+Blue) = 105+138+129=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #698A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A81 is #96757E. Grayscale: #7F7F7F. Windows color (decimal): -9860479 or 8489577. OLE color: 8489577.
HSL color Cylindrical-coordinate representation of color #698A81: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A81 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 129 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.46 |
| HSL | 163.64º | 0.14% | 0.48% | - |
| HSV(B) | 163.64º | 0.24% | 0.54% | - |
| XYZ | 18.88 | 22.77 | 24.17 | - |
| YUV | 127.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 129 | 0.24 | 0 | 0.07 | 0.46 | 163.64 | 0.14 | 0.48 |
| Hex | 69 | 8A | 81 | 18 | 0 | 7 | 2E | A4 | E | 30 |
| Octal | 151 | 212 | 201 | 30 | 0 | 7 | 56 | 244 | 16 | 60 |
| Binary | 1101001 | 10001010 | 10000001 | 11000 | 0 | 111 | 101110 | 10100100 | 1110 | 110000 |
Color Harmonies of #698A81
Complementary color
Monochromatic Colors of #698A81
Black with #698A81
Text Example
Text Example
White with #698A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A81; }
p { color: rgb(105,138,129); }
H1.HeaderClassName
{
color: #698A81;
}
.AnyTagClassName
{
color: #698A81;
}
</style>
background-color css
<style>
a { background-color: #698A81; }
a { background-color: rgb(105,138,129); }
div.DivClassName
{
background-color: #698A81;
}
.BgClassName
{
background-color: #698A81;
}
</style>
border-color css
<style>
span { border-color: #698A81; }
span { border-color: rgb(105,138,129); }
td.TdClassName
{
border-color: #698A81;
}
.TagClassName
{
border-color: #698A81;
}
</style>