Shades of Patina #65907D
Tints of Patina #65907D
RGB
CMYK
RGB Variations
Color information
#65907D (or 0x65907D) is known color: Patina. HEX triplet: 65, 90 and 7D. RGB value is (101,144,125). Sum of RGB (Red+Green+Blue) = 101+144+125=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #65907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65907D is #9A6F82. Grayscale: #818181. Windows color (decimal): -10121091 or 8228965. OLE color: 8228965.
HSL color Cylindrical-coordinate representation of color #65907D: hue angle of 153.49º 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 #65907D is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 125 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.44 |
| HSL | 153.49º | 0.18% | 0.48% | - |
| HSV(B) | 153.49º | 0.3% | 0.56% | - |
| XYZ | 19.04 | 24.19 | 23.07 | - |
| YUV | 128.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 125 | 0.30 | 0 | 0.13 | 0.44 | 153.49 | 0.18 | 0.48 |
| Hex | 65 | 90 | 7D | 1E | 0 | D | 2C | 99 | 12 | 30 |
| Octal | 145 | 220 | 175 | 36 | 0 | 15 | 54 | 231 | 22 | 60 |
| Binary | 1100101 | 10010000 | 1111101 | 11110 | 0 | 1101 | 101100 | 10011001 | 10010 | 110000 |
Color Harmonies of #65907D
Complementary color
Monochromatic Colors of #65907D
Black with #65907D
Text Example
Text Example
White with #65907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65907D; }
p { color: rgb(101,144,125); }
H1.HeaderClassName
{
color: #65907D;
}
.AnyTagClassName
{
color: #65907D;
}
</style>
background-color css
<style>
a { background-color: #65907D; }
a { background-color: rgb(101,144,125); }
div.DivClassName
{
background-color: #65907D;
}
.BgClassName
{
background-color: #65907D;
}
</style>
border-color css
<style>
span { border-color: #65907D; }
span { border-color: rgb(101,144,125); }
td.TdClassName
{
border-color: #65907D;
}
.TagClassName
{
border-color: #65907D;
}
</style>