Shades of Patina #568D7F
Tints of Patina #568D7F
RGB
CMYK
RGB Variations
Color information
#568D7F (or 0x568D7F) is known color: Patina. HEX triplet: 56, 8D and 7F. RGB value is (86,141,127). Sum of RGB (Red+Green+Blue) = 86+141+127=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #568D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568D7F is #A97280. Grayscale: #7A7A7A. Windows color (decimal): -11104897 or 8359254. OLE color: 8359254.
HSL color Cylindrical-coordinate representation of color #568D7F: hue angle of 164.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568D7F is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 141 | 127 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.45 |
| HSL | 164.73º | 0.24% | 0.45% | - |
| HSV(B) | 164.73º | 0.39% | 0.55% | - |
| XYZ | 17.19 | 22.56 | 23.53 | - |
| YUV | 122.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 127 | 0.39 | 0 | 0.10 | 0.45 | 164.73 | 0.24 | 0.45 |
| Hex | 56 | 8D | 7F | 27 | 0 | A | 2D | A5 | 18 | 2D |
| Octal | 126 | 215 | 177 | 47 | 0 | 12 | 55 | 245 | 30 | 55 |
| Binary | 1010110 | 10001101 | 1111111 | 100111 | 0 | 1010 | 101101 | 10100101 | 11000 | 101101 |
Color Harmonies of #568D7F
Complementary color
Monochromatic Colors of #568D7F
Black with #568D7F
Text Example
Text Example
White with #568D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568D7F; }
p { color: rgb(86,141,127); }
H1.HeaderClassName
{
color: #568D7F;
}
.AnyTagClassName
{
color: #568D7F;
}
</style>
background-color css
<style>
a { background-color: #568D7F; }
a { background-color: rgb(86,141,127); }
div.DivClassName
{
background-color: #568D7F;
}
.BgClassName
{
background-color: #568D7F;
}
</style>
border-color css
<style>
span { border-color: #568D7F; }
span { border-color: rgb(86,141,127); }
td.TdClassName
{
border-color: #568D7F;
}
.TagClassName
{
border-color: #568D7F;
}
</style>