Shades of Patina #699187
Tints of Patina #699187
RGB
CMYK
RGB Variations
Color information
#699187 (or 0x699187) is known color: Patina. HEX triplet: 69, 91 and 87. RGB value is (105,145,135). Sum of RGB (Red+Green+Blue) = 105+145+135=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #699187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699187 is #966E78. Grayscale: #838383. Windows color (decimal): -9858681 or 8884585. OLE color: 8884585.
HSL color Cylindrical-coordinate representation of color #699187: hue angle of 165º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699187 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 135 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.43 |
| HSL | 165º | 0.16% | 0.49% | - |
| HSV(B) | 165º | 0.28% | 0.57% | - |
| XYZ | 20.32 | 25 | 26.68 | - |
| YUV | 131.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 135 | 0.28 | 0 | 0.07 | 0.43 | 165 | 0.16 | 0.49 |
| Hex | 69 | 91 | 87 | 1C | 0 | 7 | 2B | A5 | 10 | 31 |
| Octal | 151 | 221 | 207 | 34 | 0 | 7 | 53 | 245 | 20 | 61 |
| Binary | 1101001 | 10010001 | 10000111 | 11100 | 0 | 111 | 101011 | 10100101 | 10000 | 110001 |
Color Harmonies of #699187
Complementary color
Monochromatic Colors of #699187
Black with #699187
Text Example
Text Example
White with #699187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699187; }
p { color: rgb(105,145,135); }
H1.HeaderClassName
{
color: #699187;
}
.AnyTagClassName
{
color: #699187;
}
</style>
background-color css
<style>
a { background-color: #699187; }
a { background-color: rgb(105,145,135); }
div.DivClassName
{
background-color: #699187;
}
.BgClassName
{
background-color: #699187;
}
</style>
border-color css
<style>
span { border-color: #699187; }
span { border-color: rgb(105,145,135); }
td.TdClassName
{
border-color: #699187;
}
.TagClassName
{
border-color: #699187;
}
</style>