Shades of Patina #57A68A
Tints of Patina #57A68A
RGB
CMYK
RGB Variations
Color information
#57A68A (or 0x57A68A) is known color: Patina. HEX triplet: 57, A6 and 8A. RGB value is (87,166,138). Sum of RGB (Red+Green+Blue) = 87+166+138=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #57A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A68A is #A85975. Grayscale: #8B8B8B. Windows color (decimal): -11032950 or 9086551. OLE color: 9086551.
HSL color Cylindrical-coordinate representation of color #57A68A: hue angle of 158.73º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A68A is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 166 | 138 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.35 |
| HSL | 158.73º | 0.31% | 0.5% | - |
| HSV(B) | 158.73º | 0.48% | 0.65% | - |
| XYZ | 22.15 | 31.13 | 28.89 | - |
| YUV | 139.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 138 | 0.48 | 0 | 0.17 | 0.35 | 158.73 | 0.31 | 0.5 |
| Hex | 57 | A6 | 8A | 30 | 0 | 11 | 23 | 9F | 1F | 32 |
| Octal | 127 | 246 | 212 | 60 | 0 | 21 | 43 | 237 | 37 | 62 |
| Binary | 1010111 | 10100110 | 10001010 | 110000 | 0 | 10001 | 100011 | 10011111 | 11111 | 110010 |
Color Harmonies of #57A68A
Complementary color
Monochromatic Colors of #57A68A
Black with #57A68A
Text Example
Text Example
White with #57A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A68A; }
p { color: rgb(87,166,138); }
H1.HeaderClassName
{
color: #57A68A;
}
.AnyTagClassName
{
color: #57A68A;
}
</style>
background-color css
<style>
a { background-color: #57A68A; }
a { background-color: rgb(87,166,138); }
div.DivClassName
{
background-color: #57A68A;
}
.BgClassName
{
background-color: #57A68A;
}
</style>
border-color css
<style>
span { border-color: #57A68A; }
span { border-color: rgb(87,166,138); }
td.TdClassName
{
border-color: #57A68A;
}
.TagClassName
{
border-color: #57A68A;
}
</style>