Shades of Patina #6AA084
Tints of Patina #6AA084
RGB
CMYK
RGB Variations
Color information
#6AA084 (or 0x6AA084) is known color: Patina. HEX triplet: 6A, A0 and 84. RGB value is (106,160,132). Sum of RGB (Red+Green+Blue) = 106+160+132=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA084 is #955F7B. Grayscale: #8C8C8C. Windows color (decimal): -9789308 or 8691818. OLE color: 8691818.
HSL color Cylindrical-coordinate representation of color #6AA084: hue angle of 148.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA084 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 132 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.37 |
| HSL | 148.89º | 0.22% | 0.52% | - |
| HSV(B) | 148.89º | 0.34% | 0.63% | - |
| XYZ | 22.68 | 29.87 | 26.4 | - |
| YUV | 140.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 132 | 0.34 | 0 | 0.17 | 0.37 | 148.89 | 0.22 | 0.52 |
| Hex | 6A | A0 | 84 | 22 | 0 | 11 | 25 | 95 | 16 | 34 |
| Octal | 152 | 240 | 204 | 42 | 0 | 21 | 45 | 225 | 26 | 64 |
| Binary | 1101010 | 10100000 | 10000100 | 100010 | 0 | 10001 | 100101 | 10010101 | 10110 | 110100 |
Color Harmonies of #6AA084
Complementary color
Monochromatic Colors of #6AA084
Black with #6AA084
Text Example
Text Example
White with #6AA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA084; }
p { color: rgb(106,160,132); }
H1.HeaderClassName
{
color: #6AA084;
}
.AnyTagClassName
{
color: #6AA084;
}
</style>
background-color css
<style>
a { background-color: #6AA084; }
a { background-color: rgb(106,160,132); }
div.DivClassName
{
background-color: #6AA084;
}
.BgClassName
{
background-color: #6AA084;
}
</style>
border-color css
<style>
span { border-color: #6AA084; }
span { border-color: rgb(106,160,132); }
td.TdClassName
{
border-color: #6AA084;
}
.TagClassName
{
border-color: #6AA084;
}
</style>