Shades of Patina #5F877E
Tints of Patina #5F877E
RGB
CMYK
RGB Variations
Color information
#5F877E (or 0x5F877E) is known color: Patina. HEX triplet: 5F, 87 and 7E. RGB value is (95,135,126). Sum of RGB (Red+Green+Blue) = 95+135+126=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #5F877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F877E is #A07881. Grayscale: #7A7A7A. Windows color (decimal): -10516610 or 8292191. OLE color: 8292191.
HSL color Cylindrical-coordinate representation of color #5F877E: hue angle of 166.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F877E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 126 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.47 |
| HSL | 166.5º | 0.17% | 0.45% | - |
| HSV(B) | 166.5º | 0.3% | 0.53% | - |
| XYZ | 17.15 | 21.27 | 22.94 | - |
| YUV | 122.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 126 | 0.30 | 0 | 0.07 | 0.47 | 166.5 | 0.17 | 0.45 |
| Hex | 5F | 87 | 7E | 1E | 0 | 7 | 2F | A6 | 11 | 2D |
| Octal | 137 | 207 | 176 | 36 | 0 | 7 | 57 | 246 | 21 | 55 |
| Binary | 1011111 | 10000111 | 1111110 | 11110 | 0 | 111 | 101111 | 10100110 | 10001 | 101101 |
Color Harmonies of #5F877E
Complementary color
Monochromatic Colors of #5F877E
Black with #5F877E
Text Example
Text Example
White with #5F877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F877E; }
p { color: rgb(95,135,126); }
H1.HeaderClassName
{
color: #5F877E;
}
.AnyTagClassName
{
color: #5F877E;
}
</style>
background-color css
<style>
a { background-color: #5F877E; }
a { background-color: rgb(95,135,126); }
div.DivClassName
{
background-color: #5F877E;
}
.BgClassName
{
background-color: #5F877E;
}
</style>
border-color css
<style>
span { border-color: #5F877E; }
span { border-color: rgb(95,135,126); }
td.TdClassName
{
border-color: #5F877E;
}
.TagClassName
{
border-color: #5F877E;
}
</style>