Shades of Patina #5F8F7E
Tints of Patina #5F8F7E
RGB
CMYK
RGB Variations
Color information
#5F8F7E (or 0x5F8F7E) is known color: Patina. HEX triplet: 5F, 8F and 7E. RGB value is (95,143,126). Sum of RGB (Red+Green+Blue) = 95+143+126=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F7E is #A07081. Grayscale: #7E7E7E. Windows color (decimal): -10514562 or 8294239. OLE color: 8294239.
HSL color Cylindrical-coordinate representation of color #5F8F7E: hue angle of 158.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8F7E is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 143 | 126 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.44 |
| HSL | 158.75º | 0.2% | 0.47% | - |
| HSV(B) | 158.75º | 0.34% | 0.56% | - |
| XYZ | 18.31 | 23.58 | 23.33 | - |
| YUV | 126.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 126 | 0.34 | 0 | 0.12 | 0.44 | 158.75 | 0.2 | 0.47 |
| Hex | 5F | 8F | 7E | 22 | 0 | C | 2C | 9F | 14 | 2F |
| Octal | 137 | 217 | 176 | 42 | 0 | 14 | 54 | 237 | 24 | 57 |
| Binary | 1011111 | 10001111 | 1111110 | 100010 | 0 | 1100 | 101100 | 10011111 | 10100 | 101111 |
Color Harmonies of #5F8F7E
Complementary color
Monochromatic Colors of #5F8F7E
Black with #5F8F7E
Text Example
Text Example
White with #5F8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F7E; }
p { color: rgb(95,143,126); }
H1.HeaderClassName
{
color: #5F8F7E;
}
.AnyTagClassName
{
color: #5F8F7E;
}
</style>
background-color css
<style>
a { background-color: #5F8F7E; }
a { background-color: rgb(95,143,126); }
div.DivClassName
{
background-color: #5F8F7E;
}
.BgClassName
{
background-color: #5F8F7E;
}
</style>
border-color css
<style>
span { border-color: #5F8F7E; }
span { border-color: rgb(95,143,126); }
td.TdClassName
{
border-color: #5F8F7E;
}
.TagClassName
{
border-color: #5F8F7E;
}
</style>