Shades of Patina #65907A
Tints of Patina #65907A
RGB
CMYK
RGB Variations
Color information
#65907A (or 0x65907A) is known color: Patina. HEX triplet: 65, 90 and 7A. RGB value is (101,144,122). Sum of RGB (Red+Green+Blue) = 101+144+122=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #65907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65907A is #9A6F85. Grayscale: #808080. Windows color (decimal): -10121094 or 8032357. OLE color: 8032357.
HSL color Cylindrical-coordinate representation of color #65907A: hue angle of 149.3º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65907A is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 122 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.44 |
| HSL | 149.3º | 0.18% | 0.48% | - |
| HSV(B) | 149.3º | 0.3% | 0.56% | - |
| XYZ | 18.85 | 24.12 | 22.07 | - |
| YUV | 128.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 122 | 0.30 | 0 | 0.15 | 0.44 | 149.3 | 0.18 | 0.48 |
| Hex | 65 | 90 | 7A | 1E | 0 | F | 2C | 95 | 12 | 30 |
| Octal | 145 | 220 | 172 | 36 | 0 | 17 | 54 | 225 | 22 | 60 |
| Binary | 1100101 | 10010000 | 1111010 | 11110 | 0 | 1111 | 101100 | 10010101 | 10010 | 110000 |
Color Harmonies of #65907A
Complementary color
Monochromatic Colors of #65907A
Black with #65907A
Text Example
Text Example
White with #65907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65907A; }
p { color: rgb(101,144,122); }
H1.HeaderClassName
{
color: #65907A;
}
.AnyTagClassName
{
color: #65907A;
}
</style>
background-color css
<style>
a { background-color: #65907A; }
a { background-color: rgb(101,144,122); }
div.DivClassName
{
background-color: #65907A;
}
.BgClassName
{
background-color: #65907A;
}
</style>
border-color css
<style>
span { border-color: #65907A; }
span { border-color: rgb(101,144,122); }
td.TdClassName
{
border-color: #65907A;
}
.TagClassName
{
border-color: #65907A;
}
</style>