Shades of Patina #65887B
Tints of Patina #65887B
RGB
CMYK
RGB Variations
Color information
#65887B (or 0x65887B) is known color: Patina. HEX triplet: 65, 88 and 7B. RGB value is (101,136,123). Sum of RGB (Red+Green+Blue) = 101+136+123=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #65887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887B is #9A7784. Grayscale: #7C7C7C. Windows color (decimal): -10123141 or 8095845. OLE color: 8095845.
HSL color Cylindrical-coordinate representation of color #65887B: hue angle of 157.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65887B is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 123 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.47 |
| HSL | 157.71º | 0.15% | 0.46% | - |
| HSV(B) | 157.71º | 0.26% | 0.53% | - |
| XYZ | 17.75 | 21.81 | 22.01 | - |
| YUV | 124.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 123 | 0.26 | 0 | 0.10 | 0.47 | 157.71 | 0.15 | 0.46 |
| Hex | 65 | 88 | 7B | 1A | 0 | A | 2F | 9E | F | 2E |
| Octal | 145 | 210 | 173 | 32 | 0 | 12 | 57 | 236 | 17 | 56 |
| Binary | 1100101 | 10001000 | 1111011 | 11010 | 0 | 1010 | 101111 | 10011110 | 1111 | 101110 |
Color Harmonies of #65887B
Complementary color
Monochromatic Colors of #65887B
Black with #65887B
Text Example
Text Example
White with #65887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65887B; }
p { color: rgb(101,136,123); }
H1.HeaderClassName
{
color: #65887B;
}
.AnyTagClassName
{
color: #65887B;
}
</style>
background-color css
<style>
a { background-color: #65887B; }
a { background-color: rgb(101,136,123); }
div.DivClassName
{
background-color: #65887B;
}
.BgClassName
{
background-color: #65887B;
}
</style>
border-color css
<style>
span { border-color: #65887B; }
span { border-color: rgb(101,136,123); }
td.TdClassName
{
border-color: #65887B;
}
.TagClassName
{
border-color: #65887B;
}
</style>