Shades of Patina #65897B
Tints of Patina #65897B
RGB
CMYK
RGB Variations
Color information
#65897B (or 0x65897B) is known color: Patina. HEX triplet: 65, 89 and 7B. RGB value is (101,137,123). Sum of RGB (Red+Green+Blue) = 101+137+123=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #65897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65897B is #9A7684. Grayscale: #7C7C7C. Windows color (decimal): -10122885 or 8096101. OLE color: 8096101.
HSL color Cylindrical-coordinate representation of color #65897B: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65897B is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 123 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.46 |
| HSL | 156.67º | 0.15% | 0.47% | - |
| HSV(B) | 156.67º | 0.26% | 0.54% | - |
| XYZ | 17.89 | 22.09 | 22.06 | - |
| YUV | 124.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 123 | 0.26 | 0 | 0.10 | 0.46 | 156.67 | 0.15 | 0.47 |
| Hex | 65 | 89 | 7B | 1A | 0 | A | 2E | 9D | F | 2F |
| Octal | 145 | 211 | 173 | 32 | 0 | 12 | 56 | 235 | 17 | 57 |
| Binary | 1100101 | 10001001 | 1111011 | 11010 | 0 | 1010 | 101110 | 10011101 | 1111 | 101111 |
Color Harmonies of #65897B
Complementary color
Monochromatic Colors of #65897B
Black with #65897B
Text Example
Text Example
White with #65897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65897B; }
p { color: rgb(101,137,123); }
H1.HeaderClassName
{
color: #65897B;
}
.AnyTagClassName
{
color: #65897B;
}
</style>
background-color css
<style>
a { background-color: #65897B; }
a { background-color: rgb(101,137,123); }
div.DivClassName
{
background-color: #65897B;
}
.BgClassName
{
background-color: #65897B;
}
</style>
border-color css
<style>
span { border-color: #65897B; }
span { border-color: rgb(101,137,123); }
td.TdClassName
{
border-color: #65897B;
}
.TagClassName
{
border-color: #65897B;
}
</style>