Shades of Patina #658B7D
Tints of Patina #658B7D
RGB
CMYK
RGB Variations
Color information
#658B7D (or 0x658B7D) is known color: Patina. HEX triplet: 65, 8B and 7D. RGB value is (101,139,125). Sum of RGB (Red+Green+Blue) = 101+139+125=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #658B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B7D is #9A7482. Grayscale: #7E7E7E. Windows color (decimal): -10122371 or 8227685. OLE color: 8227685.
HSL color Cylindrical-coordinate representation of color #658B7D: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B7D is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 125 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.45 |
| HSL | 157.89º | 0.16% | 0.47% | - |
| HSV(B) | 157.89º | 0.27% | 0.55% | - |
| XYZ | 18.3 | 22.71 | 22.82 | - |
| YUV | 126.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 125 | 0.27 | 0 | 0.10 | 0.45 | 157.89 | 0.16 | 0.47 |
| Hex | 65 | 8B | 7D | 1B | 0 | A | 2D | 9E | 10 | 2F |
| Octal | 145 | 213 | 175 | 33 | 0 | 12 | 55 | 236 | 20 | 57 |
| Binary | 1100101 | 10001011 | 1111101 | 11011 | 0 | 1010 | 101101 | 10011110 | 10000 | 101111 |
Color Harmonies of #658B7D
Complementary color
Monochromatic Colors of #658B7D
Black with #658B7D
Text Example
Text Example
White with #658B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B7D; }
p { color: rgb(101,139,125); }
H1.HeaderClassName
{
color: #658B7D;
}
.AnyTagClassName
{
color: #658B7D;
}
</style>
background-color css
<style>
a { background-color: #658B7D; }
a { background-color: rgb(101,139,125); }
div.DivClassName
{
background-color: #658B7D;
}
.BgClassName
{
background-color: #658B7D;
}
</style>
border-color css
<style>
span { border-color: #658B7D; }
span { border-color: rgb(101,139,125); }
td.TdClassName
{
border-color: #658B7D;
}
.TagClassName
{
border-color: #658B7D;
}
</style>