Shades of Patina #56967B
Tints of Patina #56967B
RGB
CMYK
RGB Variations
Color information
#56967B (or 0x56967B) is known color: Patina. HEX triplet: 56, 96 and 7B. RGB value is (86,150,123). Sum of RGB (Red+Green+Blue) = 86+150+123=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #56967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56967B is #A96984. Grayscale: #7F7F7F. Windows color (decimal): -11102597 or 8099414. OLE color: 8099414.
HSL color Cylindrical-coordinate representation of color #56967B: hue angle of 154.69º 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 #56967B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 123 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.41 |
| HSL | 154.69º | 0.27% | 0.46% | - |
| HSV(B) | 154.69º | 0.43% | 0.59% | - |
| XYZ | 18.32 | 25.22 | 22.64 | - |
| YUV | 127.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 123 | 0.43 | 0 | 0.18 | 0.41 | 154.69 | 0.27 | 0.46 |
| Hex | 56 | 96 | 7B | 2B | 0 | 12 | 29 | 9B | 1B | 2E |
| Octal | 126 | 226 | 173 | 53 | 0 | 22 | 51 | 233 | 33 | 56 |
| Binary | 1010110 | 10010110 | 1111011 | 101011 | 0 | 10010 | 101001 | 10011011 | 11011 | 101110 |
Color Harmonies of #56967B
Complementary color
Monochromatic Colors of #56967B
Black with #56967B
Text Example
Text Example
White with #56967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56967B; }
p { color: rgb(86,150,123); }
H1.HeaderClassName
{
color: #56967B;
}
.AnyTagClassName
{
color: #56967B;
}
</style>
background-color css
<style>
a { background-color: #56967B; }
a { background-color: rgb(86,150,123); }
div.DivClassName
{
background-color: #56967B;
}
.BgClassName
{
background-color: #56967B;
}
</style>
border-color css
<style>
span { border-color: #56967B; }
span { border-color: rgb(86,150,123); }
td.TdClassName
{
border-color: #56967B;
}
.TagClassName
{
border-color: #56967B;
}
</style>