Shades of Patina #568E7E
Tints of Patina #568E7E
RGB
CMYK
RGB Variations
Color information
#568E7E (or 0x568E7E) is known color: Patina. HEX triplet: 56, 8E and 7E. RGB value is (86,142,126). Sum of RGB (Red+Green+Blue) = 86+142+126=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #568E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E7E is #A97181. Grayscale: #7B7B7B. Windows color (decimal): -11104642 or 8293974. OLE color: 8293974.
HSL color Cylindrical-coordinate representation of color #568E7E: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E7E is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 142 | 126 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.44 |
| HSL | 162.86º | 0.25% | 0.45% | - |
| HSV(B) | 162.86º | 0.39% | 0.56% | - |
| XYZ | 17.28 | 22.83 | 23.23 | - |
| YUV | 123.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 126 | 0.39 | 0 | 0.11 | 0.44 | 162.86 | 0.25 | 0.45 |
| Hex | 56 | 8E | 7E | 27 | 0 | B | 2C | A3 | 19 | 2D |
| Octal | 126 | 216 | 176 | 47 | 0 | 13 | 54 | 243 | 31 | 55 |
| Binary | 1010110 | 10001110 | 1111110 | 100111 | 0 | 1011 | 101100 | 10100011 | 11001 | 101101 |
Color Harmonies of #568E7E
Complementary color
Monochromatic Colors of #568E7E
Black with #568E7E
Text Example
Text Example
White with #568E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568E7E; }
p { color: rgb(86,142,126); }
H1.HeaderClassName
{
color: #568E7E;
}
.AnyTagClassName
{
color: #568E7E;
}
</style>
background-color css
<style>
a { background-color: #568E7E; }
a { background-color: rgb(86,142,126); }
div.DivClassName
{
background-color: #568E7E;
}
.BgClassName
{
background-color: #568E7E;
}
</style>
border-color css
<style>
span { border-color: #568E7E; }
span { border-color: rgb(86,142,126); }
td.TdClassName
{
border-color: #568E7E;
}
.TagClassName
{
border-color: #568E7E;
}
</style>