Shades of Patina #658D7F
Tints of Patina #658D7F
RGB
CMYK
RGB Variations
Color information
#658D7F (or 0x658D7F) is known color: Patina. HEX triplet: 65, 8D and 7F. RGB value is (101,141,127). Sum of RGB (Red+Green+Blue) = 101+141+127=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #658D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658D7F is #9A7280. Grayscale: #7F7F7F. Windows color (decimal): -10121857 or 8359269. OLE color: 8359269.
HSL color Cylindrical-coordinate representation of color #658D7F: hue angle of 159º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658D7F is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 127 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.45 |
| HSL | 159º | 0.17% | 0.47% | - |
| HSV(B) | 159º | 0.28% | 0.55% | - |
| XYZ | 18.72 | 23.35 | 23.6 | - |
| YUV | 127.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 127 | 0.28 | 0 | 0.10 | 0.45 | 159 | 0.17 | 0.47 |
| Hex | 65 | 8D | 7F | 1C | 0 | A | 2D | 9F | 11 | 2F |
| Octal | 145 | 215 | 177 | 34 | 0 | 12 | 55 | 237 | 21 | 57 |
| Binary | 1100101 | 10001101 | 1111111 | 11100 | 0 | 1010 | 101101 | 10011111 | 10001 | 101111 |
Color Harmonies of #658D7F
Complementary color
Monochromatic Colors of #658D7F
Black with #658D7F
Text Example
Text Example
White with #658D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D7F; }
p { color: rgb(101,141,127); }
H1.HeaderClassName
{
color: #658D7F;
}
.AnyTagClassName
{
color: #658D7F;
}
</style>
background-color css
<style>
a { background-color: #658D7F; }
a { background-color: rgb(101,141,127); }
div.DivClassName
{
background-color: #658D7F;
}
.BgClassName
{
background-color: #658D7F;
}
</style>
border-color css
<style>
span { border-color: #658D7F; }
span { border-color: rgb(101,141,127); }
td.TdClassName
{
border-color: #658D7F;
}
.TagClassName
{
border-color: #658D7F;
}
</style>