Shades of Patina #568F7F
Tints of Patina #568F7F
RGB
CMYK
RGB Variations
Color information
#568F7F (or 0x568F7F) is known color: Patina. HEX triplet: 56, 8F and 7F. RGB value is (86,143,127). Sum of RGB (Red+Green+Blue) = 86+143+127=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #568F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F7F is #A97080. Grayscale: #7C7C7C. Windows color (decimal): -11104385 or 8359766. OLE color: 8359766.
HSL color Cylindrical-coordinate representation of color #568F7F: hue angle of 163.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568F7F is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 143 | 127 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.44 |
| HSL | 163.16º | 0.25% | 0.45% | - |
| HSV(B) | 163.16º | 0.4% | 0.56% | - |
| XYZ | 17.49 | 23.16 | 23.63 | - |
| YUV | 124.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 127 | 0.40 | 0 | 0.11 | 0.44 | 163.16 | 0.25 | 0.45 |
| Hex | 56 | 8F | 7F | 28 | 0 | B | 2C | A3 | 19 | 2D |
| Octal | 126 | 217 | 177 | 50 | 0 | 13 | 54 | 243 | 31 | 55 |
| Binary | 1010110 | 10001111 | 1111111 | 101000 | 0 | 1011 | 101100 | 10100011 | 11001 | 101101 |
Color Harmonies of #568F7F
Complementary color
Monochromatic Colors of #568F7F
Black with #568F7F
Text Example
Text Example
White with #568F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568F7F; }
p { color: rgb(86,143,127); }
H1.HeaderClassName
{
color: #568F7F;
}
.AnyTagClassName
{
color: #568F7F;
}
</style>
background-color css
<style>
a { background-color: #568F7F; }
a { background-color: rgb(86,143,127); }
div.DivClassName
{
background-color: #568F7F;
}
.BgClassName
{
background-color: #568F7F;
}
</style>
border-color css
<style>
span { border-color: #568F7F; }
span { border-color: rgb(86,143,127); }
td.TdClassName
{
border-color: #568F7F;
}
.TagClassName
{
border-color: #568F7F;
}
</style>