Shades of Patina #65957C
Tints of Patina #65957C
RGB
CMYK
RGB Variations
Color information
#65957C (or 0x65957C) is known color: Patina. HEX triplet: 65, 95 and 7C. RGB value is (101,149,124). Sum of RGB (Red+Green+Blue) = 101+149+124=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #65957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65957C is #9A6A83. Grayscale: #838383. Windows color (decimal): -10119812 or 8164709. OLE color: 8164709.
HSL color Cylindrical-coordinate representation of color #65957C: hue angle of 148.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65957C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 124 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.42 |
| HSL | 148.75º | 0.19% | 0.49% | - |
| HSV(B) | 148.75º | 0.32% | 0.58% | - |
| XYZ | 19.75 | 25.72 | 22.99 | - |
| YUV | 131.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 124 | 0.32 | 0 | 0.17 | 0.42 | 148.75 | 0.19 | 0.49 |
| Hex | 65 | 95 | 7C | 20 | 0 | 11 | 2A | 95 | 13 | 31 |
| Octal | 145 | 225 | 174 | 40 | 0 | 21 | 52 | 225 | 23 | 61 |
| Binary | 1100101 | 10010101 | 1111100 | 100000 | 0 | 10001 | 101010 | 10010101 | 10011 | 110001 |
Color Harmonies of #65957C
Complementary color
Monochromatic Colors of #65957C
Black with #65957C
Text Example
Text Example
White with #65957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65957C; }
p { color: rgb(101,149,124); }
H1.HeaderClassName
{
color: #65957C;
}
.AnyTagClassName
{
color: #65957C;
}
</style>
background-color css
<style>
a { background-color: #65957C; }
a { background-color: rgb(101,149,124); }
div.DivClassName
{
background-color: #65957C;
}
.BgClassName
{
background-color: #65957C;
}
</style>
border-color css
<style>
span { border-color: #65957C; }
span { border-color: rgb(101,149,124); }
td.TdClassName
{
border-color: #65957C;
}
.TagClassName
{
border-color: #65957C;
}
</style>