Shades of Patina #658E7F
Tints of Patina #658E7F
RGB
CMYK
RGB Variations
Color information
#658E7F (or 0x658E7F) is known color: Patina. HEX triplet: 65, 8E and 7F. RGB value is (101,142,127). Sum of RGB (Red+Green+Blue) = 101+142+127=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #658E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E7F is #9A7180. Grayscale: #808080. Windows color (decimal): -10121601 or 8359525. OLE color: 8359525.
HSL color Cylindrical-coordinate representation of color #658E7F: hue angle of 158.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658E7F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 127 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.44 |
| HSL | 158.05º | 0.17% | 0.48% | - |
| HSV(B) | 158.05º | 0.29% | 0.56% | - |
| XYZ | 18.87 | 23.65 | 23.65 | - |
| YUV | 128.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 127 | 0.29 | 0 | 0.11 | 0.44 | 158.05 | 0.17 | 0.48 |
| Hex | 65 | 8E | 7F | 1D | 0 | B | 2C | 9E | 11 | 30 |
| Octal | 145 | 216 | 177 | 35 | 0 | 13 | 54 | 236 | 21 | 60 |
| Binary | 1100101 | 10001110 | 1111111 | 11101 | 0 | 1011 | 101100 | 10011110 | 10001 | 110000 |
Color Harmonies of #658E7F
Complementary color
Monochromatic Colors of #658E7F
Black with #658E7F
Text Example
Text Example
White with #658E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E7F; }
p { color: rgb(101,142,127); }
H1.HeaderClassName
{
color: #658E7F;
}
.AnyTagClassName
{
color: #658E7F;
}
</style>
background-color css
<style>
a { background-color: #658E7F; }
a { background-color: rgb(101,142,127); }
div.DivClassName
{
background-color: #658E7F;
}
.BgClassName
{
background-color: #658E7F;
}
</style>
border-color css
<style>
span { border-color: #658E7F; }
span { border-color: rgb(101,142,127); }
td.TdClassName
{
border-color: #658E7F;
}
.TagClassName
{
border-color: #658E7F;
}
</style>