Shades of Patina #6F9584
Tints of Patina #6F9584
RGB
CMYK
RGB Variations
Color information
#6F9584 (or 0x6F9584) is known color: Patina. HEX triplet: 6F, 95 and 84. RGB value is (111,149,132). Sum of RGB (Red+Green+Blue) = 111+149+132=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9584 is #906A7B. Grayscale: #878787. Windows color (decimal): -9464444 or 8689007. OLE color: 8689007.
HSL color Cylindrical-coordinate representation of color #6F9584: hue angle of 153.16º 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 #6F9584 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 132 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.42 |
| HSL | 153.16º | 0.15% | 0.51% | - |
| HSV(B) | 153.16º | 0.26% | 0.58% | - |
| XYZ | 21.47 | 26.54 | 25.82 | - |
| YUV | 135.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 132 | 0.26 | 0 | 0.11 | 0.42 | 153.16 | 0.15 | 0.51 |
| Hex | 6F | 95 | 84 | 1A | 0 | B | 2A | 99 | F | 33 |
| Octal | 157 | 225 | 204 | 32 | 0 | 13 | 52 | 231 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10000100 | 11010 | 0 | 1011 | 101010 | 10011001 | 1111 | 110011 |
Color Harmonies of #6F9584
Complementary color
Monochromatic Colors of #6F9584
Black with #6F9584
Text Example
Text Example
White with #6F9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9584; }
p { color: rgb(111,149,132); }
H1.HeaderClassName
{
color: #6F9584;
}
.AnyTagClassName
{
color: #6F9584;
}
</style>
background-color css
<style>
a { background-color: #6F9584; }
a { background-color: rgb(111,149,132); }
div.DivClassName
{
background-color: #6F9584;
}
.BgClassName
{
background-color: #6F9584;
}
</style>
border-color css
<style>
span { border-color: #6F9584; }
span { border-color: rgb(111,149,132); }
td.TdClassName
{
border-color: #6F9584;
}
.TagClassName
{
border-color: #6F9584;
}
</style>