Shades of Patina #65887D
Tints of Patina #65887D
RGB
CMYK
RGB Variations
Color information
#65887D (or 0x65887D) is known color: Patina. HEX triplet: 65, 88 and 7D. RGB value is (101,136,125). Sum of RGB (Red+Green+Blue) = 101+136+125=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #65887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887D is #9A7782. Grayscale: #7C7C7C. Windows color (decimal): -10123139 or 8226917. OLE color: 8226917.
HSL color Cylindrical-coordinate representation of color #65887D: hue angle of 161.14º 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 #65887D is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 125 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.47 |
| HSL | 161.14º | 0.15% | 0.46% | - |
| HSV(B) | 161.14º | 0.26% | 0.53% | - |
| XYZ | 17.87 | 21.86 | 22.68 | - |
| YUV | 124.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 125 | 0.26 | 0 | 0.08 | 0.47 | 161.14 | 0.15 | 0.46 |
| Hex | 65 | 88 | 7D | 1A | 0 | 8 | 2F | A1 | F | 2E |
| Octal | 145 | 210 | 175 | 32 | 0 | 10 | 57 | 241 | 17 | 56 |
| Binary | 1100101 | 10001000 | 1111101 | 11010 | 0 | 1000 | 101111 | 10100001 | 1111 | 101110 |
Color Harmonies of #65887D
Complementary color
Monochromatic Colors of #65887D
Black with #65887D
Text Example
Text Example
White with #65887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65887D; }
p { color: rgb(101,136,125); }
H1.HeaderClassName
{
color: #65887D;
}
.AnyTagClassName
{
color: #65887D;
}
</style>
background-color css
<style>
a { background-color: #65887D; }
a { background-color: rgb(101,136,125); }
div.DivClassName
{
background-color: #65887D;
}
.BgClassName
{
background-color: #65887D;
}
</style>
border-color css
<style>
span { border-color: #65887D; }
span { border-color: rgb(101,136,125); }
td.TdClassName
{
border-color: #65887D;
}
.TagClassName
{
border-color: #65887D;
}
</style>