Shades of Patina #658E7A
Tints of Patina #658E7A
RGB
CMYK
RGB Variations
Color information
#658E7A (or 0x658E7A) is known color: Patina. HEX triplet: 65, 8E and 7A. RGB value is (101,142,122). Sum of RGB (Red+Green+Blue) = 101+142+122=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #658E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E7A is #9A7185. Grayscale: #7F7F7F. Windows color (decimal): -10121606 or 8031845. OLE color: 8031845.
HSL color Cylindrical-coordinate representation of color #658E7A: hue angle of 150.73º 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 #658E7A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 122 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.44 |
| HSL | 150.73º | 0.17% | 0.48% | - |
| HSV(B) | 150.73º | 0.29% | 0.56% | - |
| XYZ | 18.55 | 23.52 | 21.97 | - |
| YUV | 127.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 122 | 0.29 | 0 | 0.14 | 0.44 | 150.73 | 0.17 | 0.48 |
| Hex | 65 | 8E | 7A | 1D | 0 | E | 2C | 97 | 11 | 30 |
| Octal | 145 | 216 | 172 | 35 | 0 | 16 | 54 | 227 | 21 | 60 |
| Binary | 1100101 | 10001110 | 1111010 | 11101 | 0 | 1110 | 101100 | 10010111 | 10001 | 110000 |
Color Harmonies of #658E7A
Complementary color
Monochromatic Colors of #658E7A
Black with #658E7A
Text Example
Text Example
White with #658E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E7A; }
p { color: rgb(101,142,122); }
H1.HeaderClassName
{
color: #658E7A;
}
.AnyTagClassName
{
color: #658E7A;
}
</style>
background-color css
<style>
a { background-color: #658E7A; }
a { background-color: rgb(101,142,122); }
div.DivClassName
{
background-color: #658E7A;
}
.BgClassName
{
background-color: #658E7A;
}
</style>
border-color css
<style>
span { border-color: #658E7A; }
span { border-color: rgb(101,142,122); }
td.TdClassName
{
border-color: #658E7A;
}
.TagClassName
{
border-color: #658E7A;
}
</style>