Shades of Patina #698E7F
Tints of Patina #698E7F
RGB
CMYK
RGB Variations
Color information
#698E7F (or 0x698E7F) is known color: Patina. HEX triplet: 69, 8E and 7F. RGB value is (105,142,127). Sum of RGB (Red+Green+Blue) = 105+142+127=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #698E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E7F is #967180. Grayscale: #818181. Windows color (decimal): -9859457 or 8359529. OLE color: 8359529.
HSL color Cylindrical-coordinate representation of color #698E7F: hue angle of 155.68º 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 #698E7F is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 127 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.44 |
| HSL | 155.68º | 0.15% | 0.48% | - |
| HSV(B) | 155.68º | 0.26% | 0.56% | - |
| XYZ | 19.33 | 23.88 | 23.67 | - |
| YUV | 129.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 127 | 0.26 | 0 | 0.11 | 0.44 | 155.68 | 0.15 | 0.48 |
| Hex | 69 | 8E | 7F | 1A | 0 | B | 2C | 9C | F | 30 |
| Octal | 151 | 216 | 177 | 32 | 0 | 13 | 54 | 234 | 17 | 60 |
| Binary | 1101001 | 10001110 | 1111111 | 11010 | 0 | 1011 | 101100 | 10011100 | 1111 | 110000 |
Color Harmonies of #698E7F
Complementary color
Monochromatic Colors of #698E7F
Black with #698E7F
Text Example
Text Example
White with #698E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E7F; }
p { color: rgb(105,142,127); }
H1.HeaderClassName
{
color: #698E7F;
}
.AnyTagClassName
{
color: #698E7F;
}
</style>
background-color css
<style>
a { background-color: #698E7F; }
a { background-color: rgb(105,142,127); }
div.DivClassName
{
background-color: #698E7F;
}
.BgClassName
{
background-color: #698E7F;
}
</style>
border-color css
<style>
span { border-color: #698E7F; }
span { border-color: rgb(105,142,127); }
td.TdClassName
{
border-color: #698E7F;
}
.TagClassName
{
border-color: #698E7F;
}
</style>