Shades of Patina #698E7C
Tints of Patina #698E7C
RGB
CMYK
RGB Variations
Color information
#698E7C (or 0x698E7C) is known color: Patina. HEX triplet: 69, 8E and 7C. RGB value is (105,142,124). Sum of RGB (Red+Green+Blue) = 105+142+124=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #698E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E7C is #967183. Grayscale: #808080. Windows color (decimal): -9859460 or 8162921. OLE color: 8162921.
HSL color Cylindrical-coordinate representation of color #698E7C: hue angle of 150.81º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698E7C is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 124 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.44 |
| HSL | 150.81º | 0.15% | 0.48% | - |
| HSV(B) | 150.81º | 0.26% | 0.56% | - |
| XYZ | 19.14 | 23.8 | 22.65 | - |
| YUV | 128.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 124 | 0.26 | 0 | 0.13 | 0.44 | 150.81 | 0.15 | 0.48 |
| Hex | 69 | 8E | 7C | 1A | 0 | D | 2C | 97 | F | 30 |
| Octal | 151 | 216 | 174 | 32 | 0 | 15 | 54 | 227 | 17 | 60 |
| Binary | 1101001 | 10001110 | 1111100 | 11010 | 0 | 1101 | 101100 | 10010111 | 1111 | 110000 |
Color Harmonies of #698E7C
Complementary color
Monochromatic Colors of #698E7C
Black with #698E7C
Text Example
Text Example
White with #698E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E7C; }
p { color: rgb(105,142,124); }
H1.HeaderClassName
{
color: #698E7C;
}
.AnyTagClassName
{
color: #698E7C;
}
</style>
background-color css
<style>
a { background-color: #698E7C; }
a { background-color: rgb(105,142,124); }
div.DivClassName
{
background-color: #698E7C;
}
.BgClassName
{
background-color: #698E7C;
}
</style>
border-color css
<style>
span { border-color: #698E7C; }
span { border-color: rgb(105,142,124); }
td.TdClassName
{
border-color: #698E7C;
}
.TagClassName
{
border-color: #698E7C;
}
</style>