Shades of Patina #699587
Tints of Patina #699587
RGB
CMYK
RGB Variations
Color information
#699587 (or 0x699587) is known color: Patina. HEX triplet: 69, 95 and 87. RGB value is (105,149,135). Sum of RGB (Red+Green+Blue) = 105+149+135=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #699587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699587 is #966A78. Grayscale: #868686. Windows color (decimal): -9857657 or 8885609. OLE color: 8885609.
HSL color Cylindrical-coordinate representation of color #699587: hue angle of 160.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699587 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 135 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.42 |
| HSL | 160.91º | 0.17% | 0.5% | - |
| HSV(B) | 160.91º | 0.3% | 0.58% | - |
| XYZ | 20.95 | 26.25 | 26.88 | - |
| YUV | 134.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 135 | 0.30 | 0 | 0.09 | 0.42 | 160.91 | 0.17 | 0.5 |
| Hex | 69 | 95 | 87 | 1E | 0 | 9 | 2A | A1 | 11 | 32 |
| Octal | 151 | 225 | 207 | 36 | 0 | 11 | 52 | 241 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10000111 | 11110 | 0 | 1001 | 101010 | 10100001 | 10001 | 110010 |
Color Harmonies of #699587
Complementary color
Monochromatic Colors of #699587
Black with #699587
Text Example
Text Example
White with #699587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699587; }
p { color: rgb(105,149,135); }
H1.HeaderClassName
{
color: #699587;
}
.AnyTagClassName
{
color: #699587;
}
</style>
background-color css
<style>
a { background-color: #699587; }
a { background-color: rgb(105,149,135); }
div.DivClassName
{
background-color: #699587;
}
.BgClassName
{
background-color: #699587;
}
</style>
border-color css
<style>
span { border-color: #699587; }
span { border-color: rgb(105,149,135); }
td.TdClassName
{
border-color: #699587;
}
.TagClassName
{
border-color: #699587;
}
</style>