Shades of Patina #65927E
Tints of Patina #65927E
RGB
CMYK
RGB Variations
Color information
#65927E (or 0x65927E) is known color: Patina. HEX triplet: 65, 92 and 7E. RGB value is (101,146,126). Sum of RGB (Red+Green+Blue) = 101+146+126=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #65927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65927E is #9A6D81. Grayscale: #828282. Windows color (decimal): -10120578 or 8295013. OLE color: 8295013.
HSL color Cylindrical-coordinate representation of color #65927E: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65927E is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 126 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.43 |
| HSL | 153.33º | 0.18% | 0.48% | - |
| HSV(B) | 153.33º | 0.31% | 0.57% | - |
| XYZ | 19.41 | 24.83 | 23.51 | - |
| YUV | 130.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 126 | 0.31 | 0 | 0.14 | 0.43 | 153.33 | 0.18 | 0.48 |
| Hex | 65 | 92 | 7E | 1F | 0 | E | 2B | 99 | 12 | 30 |
| Octal | 145 | 222 | 176 | 37 | 0 | 16 | 53 | 231 | 22 | 60 |
| Binary | 1100101 | 10010010 | 1111110 | 11111 | 0 | 1110 | 101011 | 10011001 | 10010 | 110000 |
Color Harmonies of #65927E
Complementary color
Monochromatic Colors of #65927E
Black with #65927E
Text Example
Text Example
White with #65927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65927E; }
p { color: rgb(101,146,126); }
H1.HeaderClassName
{
color: #65927E;
}
.AnyTagClassName
{
color: #65927E;
}
</style>
background-color css
<style>
a { background-color: #65927E; }
a { background-color: rgb(101,146,126); }
div.DivClassName
{
background-color: #65927E;
}
.BgClassName
{
background-color: #65927E;
}
</style>
border-color css
<style>
span { border-color: #65927E; }
span { border-color: rgb(101,146,126); }
td.TdClassName
{
border-color: #65927E;
}
.TagClassName
{
border-color: #65927E;
}
</style>