Shades of Patina #65967C
Tints of Patina #65967C
RGB
CMYK
RGB Variations
Color information
#65967C (or 0x65967C) is known color: Patina. HEX triplet: 65, 96 and 7C. RGB value is (101,150,124). Sum of RGB (Red+Green+Blue) = 101+150+124=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #65967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967C is #9A6983. Grayscale: #848484. Windows color (decimal): -10119556 or 8164965. OLE color: 8164965.
HSL color Cylindrical-coordinate representation of color #65967C: hue angle of 148.16º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65967C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 124 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.41 |
| HSL | 148.16º | 0.2% | 0.49% | - |
| HSV(B) | 148.16º | 0.33% | 0.59% | - |
| XYZ | 19.91 | 26.03 | 23.04 | - |
| YUV | 132.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 124 | 0.33 | 0 | 0.17 | 0.41 | 148.16 | 0.2 | 0.49 |
| Hex | 65 | 96 | 7C | 21 | 0 | 11 | 29 | 94 | 14 | 31 |
| Octal | 145 | 226 | 174 | 41 | 0 | 21 | 51 | 224 | 24 | 61 |
| Binary | 1100101 | 10010110 | 1111100 | 100001 | 0 | 10001 | 101001 | 10010100 | 10100 | 110001 |
Color Harmonies of #65967C
Complementary color
Monochromatic Colors of #65967C
Black with #65967C
Text Example
Text Example
White with #65967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65967C; }
p { color: rgb(101,150,124); }
H1.HeaderClassName
{
color: #65967C;
}
.AnyTagClassName
{
color: #65967C;
}
</style>
background-color css
<style>
a { background-color: #65967C; }
a { background-color: rgb(101,150,124); }
div.DivClassName
{
background-color: #65967C;
}
.BgClassName
{
background-color: #65967C;
}
</style>
border-color css
<style>
span { border-color: #65967C; }
span { border-color: rgb(101,150,124); }
td.TdClassName
{
border-color: #65967C;
}
.TagClassName
{
border-color: #65967C;
}
</style>