Shades of Patina #698E7E
Tints of Patina #698E7E
RGB
CMYK
RGB Variations
Color information
#698E7E (or 0x698E7E) is known color: Patina. HEX triplet: 69, 8E and 7E. RGB value is (105,142,126). Sum of RGB (Red+Green+Blue) = 105+142+126=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 142 - color contains mainly: green. Hex color #698E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E7E is #967181. Grayscale: #818181. Windows color (decimal): -9859458 or 8293993. OLE color: 8293993.
HSL color Cylindrical-coordinate representation of color #698E7E: hue angle of 154.05º 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 #698E7E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 126 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.44 |
| HSL | 154.05º | 0.15% | 0.48% | - |
| HSV(B) | 154.05º | 0.26% | 0.56% | - |
| XYZ | 19.26 | 23.86 | 23.33 | - |
| YUV | 129.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 126 | 0.26 | 0 | 0.11 | 0.44 | 154.05 | 0.15 | 0.48 |
| Hex | 69 | 8E | 7E | 1A | 0 | B | 2C | 9A | F | 30 |
| Octal | 151 | 216 | 176 | 32 | 0 | 13 | 54 | 232 | 17 | 60 |
| Binary | 1101001 | 10001110 | 1111110 | 11010 | 0 | 1011 | 101100 | 10011010 | 1111 | 110000 |
Color Harmonies of #698E7E
Complementary color
Monochromatic Colors of #698E7E
Black with #698E7E
Text Example
Text Example
White with #698E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E7E; }
p { color: rgb(105,142,126); }
H1.HeaderClassName
{
color: #698E7E;
}
.AnyTagClassName
{
color: #698E7E;
}
</style>
background-color css
<style>
a { background-color: #698E7E; }
a { background-color: rgb(105,142,126); }
div.DivClassName
{
background-color: #698E7E;
}
.BgClassName
{
background-color: #698E7E;
}
</style>
border-color css
<style>
span { border-color: #698E7E; }
span { border-color: rgb(105,142,126); }
td.TdClassName
{
border-color: #698E7E;
}
.TagClassName
{
border-color: #698E7E;
}
</style>