Shades of Patina #65917D
Tints of Patina #65917D
RGB
CMYK
RGB Variations
Color information
#65917D (or 0x65917D) is known color: Patina. HEX triplet: 65, 91 and 7D. RGB value is (101,145,125). Sum of RGB (Red+Green+Blue) = 101+145+125=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #65917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65917D is #9A6E82. Grayscale: #818181. Windows color (decimal): -10120835 or 8229221. OLE color: 8229221.
HSL color Cylindrical-coordinate representation of color #65917D: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65917D is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 125 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.43 |
| HSL | 152.73º | 0.18% | 0.48% | - |
| HSV(B) | 152.73º | 0.3% | 0.57% | - |
| XYZ | 19.19 | 24.5 | 23.12 | - |
| YUV | 129.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 125 | 0.30 | 0 | 0.14 | 0.43 | 152.73 | 0.18 | 0.48 |
| Hex | 65 | 91 | 7D | 1E | 0 | E | 2B | 99 | 12 | 30 |
| Octal | 145 | 221 | 175 | 36 | 0 | 16 | 53 | 231 | 22 | 60 |
| Binary | 1100101 | 10010001 | 1111101 | 11110 | 0 | 1110 | 101011 | 10011001 | 10010 | 110000 |
Color Harmonies of #65917D
Complementary color
Monochromatic Colors of #65917D
Black with #65917D
Text Example
Text Example
White with #65917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65917D; }
p { color: rgb(101,145,125); }
H1.HeaderClassName
{
color: #65917D;
}
.AnyTagClassName
{
color: #65917D;
}
</style>
background-color css
<style>
a { background-color: #65917D; }
a { background-color: rgb(101,145,125); }
div.DivClassName
{
background-color: #65917D;
}
.BgClassName
{
background-color: #65917D;
}
</style>
border-color css
<style>
span { border-color: #65917D; }
span { border-color: rgb(101,145,125); }
td.TdClassName
{
border-color: #65917D;
}
.TagClassName
{
border-color: #65917D;
}
</style>