Shades of Patina #56977C
Tints of Patina #56977C
RGB
CMYK
RGB Variations
Color information
#56977C (or 0x56977C) is known color: Patina. HEX triplet: 56, 97 and 7C. RGB value is (86,151,124). Sum of RGB (Red+Green+Blue) = 86+151+124=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #56977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977C is #A96883. Grayscale: #808080. Windows color (decimal): -11102340 or 8165206. OLE color: 8165206.
HSL color Cylindrical-coordinate representation of color #56977C: hue angle of 155.08º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56977C is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 151 | 124 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.41 |
| HSL | 155.08º | 0.27% | 0.46% | - |
| HSV(B) | 155.08º | 0.43% | 0.59% | - |
| XYZ | 18.54 | 25.57 | 23.03 | - |
| YUV | 128.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 124 | 0.43 | 0 | 0.18 | 0.41 | 155.08 | 0.27 | 0.46 |
| Hex | 56 | 97 | 7C | 2B | 0 | 12 | 29 | 9B | 1B | 2E |
| Octal | 126 | 227 | 174 | 53 | 0 | 22 | 51 | 233 | 33 | 56 |
| Binary | 1010110 | 10010111 | 1111100 | 101011 | 0 | 10010 | 101001 | 10011011 | 11011 | 101110 |
Color Harmonies of #56977C
Complementary color
Monochromatic Colors of #56977C
Black with #56977C
Text Example
Text Example
White with #56977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56977C; }
p { color: rgb(86,151,124); }
H1.HeaderClassName
{
color: #56977C;
}
.AnyTagClassName
{
color: #56977C;
}
</style>
background-color css
<style>
a { background-color: #56977C; }
a { background-color: rgb(86,151,124); }
div.DivClassName
{
background-color: #56977C;
}
.BgClassName
{
background-color: #56977C;
}
</style>
border-color css
<style>
span { border-color: #56977C; }
span { border-color: rgb(86,151,124); }
td.TdClassName
{
border-color: #56977C;
}
.TagClassName
{
border-color: #56977C;
}
</style>