Shades of Patina #56977D
Tints of Patina #56977D
RGB
CMYK
RGB Variations
Color information
#56977D (or 0x56977D) is known color: Patina. HEX triplet: 56, 97 and 7D. RGB value is (86,151,125). Sum of RGB (Red+Green+Blue) = 86+151+125=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #56977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977D is #A96882. Grayscale: #808080. Windows color (decimal): -11102339 or 8230742. OLE color: 8230742.
HSL color Cylindrical-coordinate representation of color #56977D: hue angle of 156º 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 #56977D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 151 | 125 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.41 |
| HSL | 156º | 0.27% | 0.46% | - |
| HSV(B) | 156º | 0.43% | 0.59% | - |
| XYZ | 18.61 | 25.59 | 23.36 | - |
| YUV | 128.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 125 | 0.43 | 0 | 0.17 | 0.41 | 156 | 0.27 | 0.46 |
| Hex | 56 | 97 | 7D | 2B | 0 | 11 | 29 | 9C | 1B | 2E |
| Octal | 126 | 227 | 175 | 53 | 0 | 21 | 51 | 234 | 33 | 56 |
| Binary | 1010110 | 10010111 | 1111101 | 101011 | 0 | 10001 | 101001 | 10011100 | 11011 | 101110 |
Color Harmonies of #56977D
Complementary color
Monochromatic Colors of #56977D
Black with #56977D
Text Example
Text Example
White with #56977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56977D; }
p { color: rgb(86,151,125); }
H1.HeaderClassName
{
color: #56977D;
}
.AnyTagClassName
{
color: #56977D;
}
</style>
background-color css
<style>
a { background-color: #56977D; }
a { background-color: rgb(86,151,125); }
div.DivClassName
{
background-color: #56977D;
}
.BgClassName
{
background-color: #56977D;
}
</style>
border-color css
<style>
span { border-color: #56977D; }
span { border-color: rgb(86,151,125); }
td.TdClassName
{
border-color: #56977D;
}
.TagClassName
{
border-color: #56977D;
}
</style>