Shades of Patina #6F9082
Tints of Patina #6F9082
RGB
CMYK
RGB Variations
Color information
#6F9082 (or 0x6F9082) is known color: Patina. HEX triplet: 6F, 90 and 82. RGB value is (111,144,130). Sum of RGB (Red+Green+Blue) = 111+144+130=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9082 is #906F7D. Grayscale: #848484. Windows color (decimal): -9465726 or 8556655. OLE color: 8556655.
HSL color Cylindrical-coordinate representation of color #6F9082: hue angle of 154.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9082 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 130 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.44 |
| HSL | 154.55º | 0.13% | 0.5% | - |
| HSV(B) | 154.55º | 0.23% | 0.56% | - |
| XYZ | 20.56 | 24.94 | 24.85 | - |
| YUV | 132.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 130 | 0.23 | 0 | 0.10 | 0.44 | 154.55 | 0.13 | 0.5 |
| Hex | 6F | 90 | 82 | 17 | 0 | A | 2C | 9B | D | 32 |
| Octal | 157 | 220 | 202 | 27 | 0 | 12 | 54 | 233 | 15 | 62 |
| Binary | 1101111 | 10010000 | 10000010 | 10111 | 0 | 1010 | 101100 | 10011011 | 1101 | 110010 |
Color Harmonies of #6F9082
Complementary color
Monochromatic Colors of #6F9082
Black with #6F9082
Text Example
Text Example
White with #6F9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9082; }
p { color: rgb(111,144,130); }
H1.HeaderClassName
{
color: #6F9082;
}
.AnyTagClassName
{
color: #6F9082;
}
</style>
background-color css
<style>
a { background-color: #6F9082; }
a { background-color: rgb(111,144,130); }
div.DivClassName
{
background-color: #6F9082;
}
.BgClassName
{
background-color: #6F9082;
}
</style>
border-color css
<style>
span { border-color: #6F9082; }
span { border-color: rgb(111,144,130); }
td.TdClassName
{
border-color: #6F9082;
}
.TagClassName
{
border-color: #6F9082;
}
</style>