Shades of Patina #6F9587
Tints of Patina #6F9587
RGB
CMYK
RGB Variations
Color information
#6F9587 (or 0x6F9587) is known color: Patina. HEX triplet: 6F, 95 and 87. RGB value is (111,149,135). Sum of RGB (Red+Green+Blue) = 111+149+135=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9587 is #906A78. Grayscale: #888888. Windows color (decimal): -9464441 or 8885615. OLE color: 8885615.
HSL color Cylindrical-coordinate representation of color #6F9587: hue angle of 157.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9587 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 135 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.42 |
| HSL | 157.89º | 0.15% | 0.51% | - |
| HSV(B) | 157.89º | 0.26% | 0.58% | - |
| XYZ | 21.68 | 26.62 | 26.92 | - |
| YUV | 136.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 135 | 0.26 | 0 | 0.09 | 0.42 | 157.89 | 0.15 | 0.51 |
| Hex | 6F | 95 | 87 | 1A | 0 | 9 | 2A | 9E | F | 33 |
| Octal | 157 | 225 | 207 | 32 | 0 | 11 | 52 | 236 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10000111 | 11010 | 0 | 1001 | 101010 | 10011110 | 1111 | 110011 |
Color Harmonies of #6F9587
Complementary color
Monochromatic Colors of #6F9587
Black with #6F9587
Text Example
Text Example
White with #6F9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9587; }
p { color: rgb(111,149,135); }
H1.HeaderClassName
{
color: #6F9587;
}
.AnyTagClassName
{
color: #6F9587;
}
</style>
background-color css
<style>
a { background-color: #6F9587; }
a { background-color: rgb(111,149,135); }
div.DivClassName
{
background-color: #6F9587;
}
.BgClassName
{
background-color: #6F9587;
}
</style>
border-color css
<style>
span { border-color: #6F9587; }
span { border-color: rgb(111,149,135); }
td.TdClassName
{
border-color: #6F9587;
}
.TagClassName
{
border-color: #6F9587;
}
</style>