Shades of Patina #658E7B
Tints of Patina #658E7B
RGB
CMYK
RGB Variations
Color information
#658E7B (or 0x658E7B) is known color: Patina. HEX triplet: 65, 8E and 7B. RGB value is (101,142,123). Sum of RGB (Red+Green+Blue) = 101+142+123=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #658E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E7B is #9A7184. Grayscale: #7F7F7F. Windows color (decimal): -10121605 or 8097381. OLE color: 8097381.
HSL color Cylindrical-coordinate representation of color #658E7B: hue angle of 152.2º 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 #658E7B is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 123 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.44 |
| HSL | 152.2º | 0.17% | 0.48% | - |
| HSV(B) | 152.2º | 0.29% | 0.56% | - |
| XYZ | 18.61 | 23.54 | 22.3 | - |
| YUV | 127.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 123 | 0.29 | 0 | 0.13 | 0.44 | 152.2 | 0.17 | 0.48 |
| Hex | 65 | 8E | 7B | 1D | 0 | D | 2C | 98 | 11 | 30 |
| Octal | 145 | 216 | 173 | 35 | 0 | 15 | 54 | 230 | 21 | 60 |
| Binary | 1100101 | 10001110 | 1111011 | 11101 | 0 | 1101 | 101100 | 10011000 | 10001 | 110000 |
Color Harmonies of #658E7B
Complementary color
Monochromatic Colors of #658E7B
Black with #658E7B
Text Example
Text Example
White with #658E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E7B; }
p { color: rgb(101,142,123); }
H1.HeaderClassName
{
color: #658E7B;
}
.AnyTagClassName
{
color: #658E7B;
}
</style>
background-color css
<style>
a { background-color: #658E7B; }
a { background-color: rgb(101,142,123); }
div.DivClassName
{
background-color: #658E7B;
}
.BgClassName
{
background-color: #658E7B;
}
</style>
border-color css
<style>
span { border-color: #658E7B; }
span { border-color: rgb(101,142,123); }
td.TdClassName
{
border-color: #658E7B;
}
.TagClassName
{
border-color: #658E7B;
}
</style>